1#ifndef STRATEGIES_PICTURE_GENERIC_H_
2#define STRATEGIES_PICTURE_GENERIC_H_
Header that is included in every other header.
#define MAX_TILES_PER_DIM
Definition global.h:232
This file defines the public API of Kvazaar when used as a library.
uint8_t kvz_pixel
Definition kvazaar.h:95
void kvz_satd_4x4_subblock_quad_generic(const kvz_pixel *preds[4], const int stride, const kvz_pixel *orig, const int orig_stride, unsigned costs[4])
Definition picture-generic.c:227
kvz_pixel kvz_fast_clip_32bit_to_pixel(int32_t value)
Definition picture-generic.c:64
int kvz_strategy_register_picture_generic(void *opaque, uint8_t bitdepth)
Definition picture-generic.c:777
unsigned kvz_satd_4x4_subblock_generic(const kvz_pixel *buf1, const int32_t stride1, const kvz_pixel *buf2, const int32_t stride2)
Calculate SATD between two 4x4 blocks inside bigger arrays.
Definition picture-generic.c:213
kvz_pixel kvz_fast_clip_16bit_to_pixel(int16_t value)
Definition picture-generic.c:42