HomeSort by relevance Sort by last modified time
    Searched refs:bd_shift (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
psnrhvs.c 256 uint32_t bd_shift = 0; local
262 bd_shift = bd - in_bd;
266 src->y_crop_height, step, csf_y, bd, bd_shift);
269 src->uv_crop_height, step, csf_cb420, bd, bd_shift);
272 src->uv_crop_height, step, csf_cr420, bd, bd_shift);
fastssim.c 475 uint32_t bd_shift = 0; local
478 bd_shift = bd - in_bd;
482 source->y_crop_height, in_bd, bd_shift);
485 source->uv_crop_height, in_bd, bd_shift);
488 source->uv_crop_height, in_bd, bd_shift);

Completed in 107 milliseconds