Searched refs:vpx_variance_fn_t (Results 1 – 4 of 4) sorted by relevance
43 typedef unsigned int (*vpx_variance_fn_t)(const uint8_t *src_ptr, typedef60 vpx_variance_fn_t vf;75 vpx_variance_fn_t vf;
721 typedef MainTestClass<vpx_variance_fn_t> VpxMseTest;722 typedef MainTestClass<vpx_variance_fn_t> VpxVarianceTest;749 typedef TestParams<vpx_variance_fn_t> MseParams;756 typedef TestParams<vpx_variance_fn_t> VarianceParams;810 typedef MainTestClass<vpx_variance_fn_t> VpxHBDMseTest;811 typedef MainTestClass<vpx_variance_fn_t> VpxHBDVarianceTest;
321 static vpx_variance_fn_t get_block_variance_fn(BLOCK_SIZE bsize) { in get_block_variance_fn()334 const vpx_variance_fn_t fn = get_block_variance_fn(bsize); in get_prediction_error()340 static vpx_variance_fn_t highbd_get_block_variance_fn(BLOCK_SIZE bsize, in highbd_get_block_variance_fn()375 const vpx_variance_fn_t fn = highbd_get_block_variance_fn(bsize, bd); in highbd_get_prediction_error()
483 const vpx_variance_fn_t vf_4x4 = cpi->fn_ptr[BLOCK_4X4].vf; in pixel_sse()