Searched refs:aom_calc_fastssim (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | ssim.h | 74 double aom_calc_fastssim(const YV12_BUFFER_CONFIG *source,
|
D | fastssim.c | 464 double aom_calc_fastssim(const YV12_BUFFER_CONFIG *source, in aom_calc_fastssim() function
|
/external/libaom/libaom/test/ |
D | hbd_metrics_test.cc | 70 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/ |
D | encoder.c | 5417 aom_calc_fastssim(orig, recon, &y, &u, &v, bit_depth, in_bit_depth); in compute_internal_stats()
|