Searched refs:bd_shift (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | psnrhvs.c | 250 uint32_t bd_shift = 0; in aom_psnrhvs() local 257 bd_shift = bd - in_bd; in aom_psnrhvs() 261 src->y_crop_width, src->y_crop_height, step, csf_y, bd_shift, buf_is_hbd); in aom_psnrhvs() 265 csf_cb420, bd_shift, buf_is_hbd); in aom_psnrhvs() 269 csf_cr420, bd_shift, buf_is_hbd); in aom_psnrhvs()
|
D | fastssim.c | 469 uint32_t bd_shift = 0; in aom_calc_fastssim() local 474 bd_shift = bd - in_bd; in aom_calc_fastssim() 478 source->y_crop_height, in_bd, bd_shift, buf_is_hbd); in aom_calc_fastssim() 481 source->uv_crop_height, in_bd, bd_shift, buf_is_hbd); in aom_calc_fastssim() 484 source->uv_crop_height, in_bd, bd_shift, buf_is_hbd); in aom_calc_fastssim()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | psnrhvs.c | 258 uint32_t bd_shift = 0; in vpx_psnrhvs() local 264 bd_shift = bd - in_bd; in vpx_psnrhvs() 268 src->y_crop_height, step, csf_y, bd, bd_shift); in vpx_psnrhvs() 271 src->uv_crop_height, step, csf_cb420, bd, bd_shift); in vpx_psnrhvs() 274 src->uv_crop_height, step, csf_cr420, bd, bd_shift); in vpx_psnrhvs()
|
D | fastssim.c | 475 uint32_t bd_shift = 0; in vpx_calc_fastssim() local 478 bd_shift = bd - in_bd; in vpx_calc_fastssim() 482 source->y_crop_height, in_bd, bd_shift); in vpx_calc_fastssim() 485 source->uv_crop_height, in_bd, bd_shift); in vpx_calc_fastssim() 488 source->uv_crop_height, in_bd, bd_shift); in vpx_calc_fastssim()
|
/external/libaom/libaom/av1/common/ |
D | reconinter.c | 374 const unsigned int bd_shift = bd - 8; in diffwtd_mask_highbd() local 379 (abs((int)src0[j] - (int)src1[j]) >> bd_shift) / DIFF_FACTOR; in diffwtd_mask_highbd() 392 (abs((int)src0[j] - (int)src1[j]) >> bd_shift) / DIFF_FACTOR; in diffwtd_mask_highbd()
|