Home
last modified time | relevance | path

Searched refs:vpx_variance_fn_t (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dvariance.h43 typedef unsigned int (*vpx_variance_fn_t)(const uint8_t *src_ptr, typedef
60 vpx_variance_fn_t vf;
75 vpx_variance_fn_t vf;
/external/libvpx/libvpx/test/
Dvariance_test.cc721 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;
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c321 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()
Dvp9_rdopt.c483 const vpx_variance_fn_t vf_4x4 = cpi->fn_ptr[BLOCK_4X4].vf; in pixel_sse()