Home
last modified time | relevance | path

Searched refs:aom_variance_fn_t (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dvariance.h40 typedef unsigned int (*aom_variance_fn_t)(const uint8_t *a, int a_stride, typedef
94 aom_variance_fn_t vf;
/external/libaom/libaom/av1/encoder/
Dfirstpass.c147 static aom_variance_fn_t get_block_variance_fn(BLOCK_SIZE bsize) { in get_block_variance_fn()
160 const aom_variance_fn_t fn = get_block_variance_fn(bsize); in get_prediction_error()
165 static aom_variance_fn_t highbd_get_block_variance_fn(BLOCK_SIZE bsize, in highbd_get_block_variance_fn()
200 const aom_variance_fn_t fn = highbd_get_block_variance_fn(bsize, bd); in highbd_get_prediction_error()