Generic C implementations of optimized functions.
More...
#include "global.h"
#include "kvazaar.h"
Go to the source code of this file.
◆ kvz_fast_clip_16bit_to_pixel()
kvz_pixel kvz_fast_clip_16bit_to_pixel |
( |
int16_t |
value | ) |
|
◆ kvz_fast_clip_32bit_to_pixel()
kvz_pixel kvz_fast_clip_32bit_to_pixel |
( |
int32_t |
value | ) |
|
◆ kvz_satd_4x4_subblock_generic()
unsigned kvz_satd_4x4_subblock_generic |
( |
const kvz_pixel * |
buf1, |
|
|
const int32_t |
stride1, |
|
|
const kvz_pixel * |
buf2, |
|
|
const int32_t |
stride2 |
|
) |
| |
◆ kvz_satd_4x4_subblock_quad_generic()
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] |
|
) |
| |
◆ kvz_strategy_register_picture_generic()
int kvz_strategy_register_picture_generic |
( |
void * |
opaque, |
|
|
uint8_t |
bitdepth |
|
) |
| |