Searched refs:od_bin_fdct8x8 (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | psnrhvs.c | 27 static void od_bin_fdct8x8(tran_low_t *y, int ystride, const int16_t *x, in od_bin_fdct8x8() function 214 od_bin_fdct8x8(dct_s_coef, 8, dct_s, 8); in calc_psnrhvs() 215 od_bin_fdct8x8(dct_d_coef, 8, dct_d, 8); in calc_psnrhvs()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | psnrhvs.c | 29 static void od_bin_fdct8x8(tran_low_t *y, int ystride, const int16_t *x, in od_bin_fdct8x8() function 226 od_bin_fdct8x8(dct_s_coef, 8, dct_s, 8); in calc_psnrhvs() 227 od_bin_fdct8x8(dct_d_coef, 8, dct_d, 8); in calc_psnrhvs()
|