Home
last modified time | relevance | path

Searched refs:bd_shift (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dpsnrhvs.c248 uint32_t bd_shift = 0; in aom_psnrhvs() local
261 bd_shift = bd - in_bd; in aom_psnrhvs()
266 bd_shift, buf_is_hbd, pix_max, 1); in aom_psnrhvs()
270 csf_cb420, bd_shift, buf_is_hbd, pix_max, 0); in aom_psnrhvs()
274 csf_cr420, bd_shift, buf_is_hbd, pix_max, 0); in aom_psnrhvs()
Dfastssim.c469 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/
Dpsnrhvs.c262 uint32_t bd_shift = 0; in vpx_psnrhvs() local
268 bd_shift = bd - in_bd; in vpx_psnrhvs()
272 src->y_crop_height, step, csf_y, bd, bd_shift); in vpx_psnrhvs()
275 src->uv_crop_height, step, csf_cb420, bd, bd_shift); in vpx_psnrhvs()
278 src->uv_crop_height, step, csf_cr420, bd, bd_shift); in vpx_psnrhvs()
Dfastssim.c479 uint32_t bd_shift = 0; in vpx_calc_fastssim() local
482 bd_shift = bd - in_bd; in vpx_calc_fastssim()
486 source->y_crop_height, in_bd, bd_shift); in vpx_calc_fastssim()
489 source->uv_crop_height, in_bd, bd_shift); in vpx_calc_fastssim()
492 source->uv_crop_height, in_bd, bd_shift); in vpx_calc_fastssim()
/external/libaom/libaom/av1/common/
Dreconinter.c439 const unsigned int bd_shift = bd - 8; in diffwtd_mask_highbd() local
444 (abs((int)src0[j] - (int)src1[j]) >> bd_shift) / DIFF_FACTOR; in diffwtd_mask_highbd()
457 (abs((int)src0[j] - (int)src1[j]) >> bd_shift) / DIFF_FACTOR; in diffwtd_mask_highbd()