Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dssim.h74 double aom_calc_fastssim(const YV12_BUFFER_CONFIG *source,
Dfastssim.c464 double aom_calc_fastssim(const YV12_BUFFER_CONFIG *source, in aom_calc_fastssim() function
/external/libaom/libaom/test/
Dhbd_metrics_test.cc70 return aom_calc_fastssim(source, dest, &tempy, &tempu, &tempv, bd, in_bd); in compute_hbd_fastssim()
76 return aom_calc_fastssim(source, dest, &tempy, &tempu, &tempv, 8, 8); in compute_fastssim()
/external/libaom/libaom/av1/encoder/
Dencoder.c5417 aom_calc_fastssim(orig, recon, &y, &u, &v, bit_depth, in_bit_depth); in compute_internal_stats()