1#ifndef STRATEGIES_IPOL_GENERIC_H_
2#define STRATEGIES_IPOL_GENERIC_H_
Initialization of encoder_control_t.
Header that is included in every other header.
void kvz_sample_quarterpel_luma_hi_generic(const encoder_control_t *const encoder, kvz_pixel *src, int16_t src_stride, int width, int height, int16_t *dst, int16_t dst_stride, int8_t hor_flag, int8_t ver_flag, const int16_t mv[2])
Definition ipol-generic.c:180
void kvz_sample_octpel_chroma_hi_generic(const encoder_control_t *const encoder, kvz_pixel *src, int16_t src_stride, int width, int height, int16_t *dst, int16_t dst_stride, int8_t hor_flag, int8_t ver_flag, const int16_t mv[2])
Definition ipol-generic.c:727
int kvz_strategy_register_ipol_generic(void *opaque, uint8_t bitdepth)
Definition ipol-generic.c:812
void kvz_sample_quarterpel_luma_generic(const encoder_control_t *const encoder, kvz_pixel *src, int16_t src_stride, int width, int height, kvz_pixel *dst, int16_t dst_stride, int8_t hor_flag, int8_t ver_flag, const int16_t mv[2])
Definition ipol-generic.c:134
void kvz_sample_octpel_chroma_generic(const encoder_control_t *const encoder, kvz_pixel *src, int16_t src_stride, int width, int height, kvz_pixel *dst, int16_t dst_stride, int8_t hor_flag, int8_t ver_flag, const int16_t mv[2])
Definition ipol-generic.c:681
This file defines the public API of Kvazaar when used as a library.
uint8_t kvz_pixel
Definition kvazaar.h:95