Searched refs:aom_variance_fn_t (Results 1 – 2 of 2) sorted by relevance
40 typedef unsigned int (*aom_variance_fn_t)(const uint8_t *a, int a_stride, typedef94 aom_variance_fn_t vf;
147 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()