Generic C implementations of optimized functions.
More...
#include "encoder.h"
#include "global.h"
#include "kvazaar.h"
Go to the source code of this file.
|
int | kvz_strategy_register_ipol_generic (void *opaque, uint8_t bitdepth) |
|
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]) |
|
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]) |
|
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]) |
|
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]) |
|
◆ kvz_sample_octpel_chroma_generic()
◆ kvz_sample_octpel_chroma_hi_generic()
◆ kvz_sample_quarterpel_luma_generic()
◆ kvz_sample_quarterpel_luma_hi_generic()
◆ kvz_strategy_register_ipol_generic()
int kvz_strategy_register_ipol_generic |
( |
void * |
opaque, |
|
|
uint8_t |
bitdepth |
|
) |
| |