Home
last modified time | relevance | path

Searched refs:in_bit_depth (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dpsnr.c203 uint32_t bit_depth, uint32_t in_bit_depth) { in vpx_calc_highbd_psnr() argument
214 const double peak = (double)((1 << in_bit_depth) - 1); in vpx_calc_highbd_psnr()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr()
Dpsnr.h45 unsigned int bit_depth, unsigned int in_bit_depth);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c5373 uint32_t in_bit_depth = 8; local
5377 in_bit_depth = cpi->oxcf.input_bit_depth;
5389 in_bit_depth);
5439 in_bit_depth);
5454 in_bit_depth);
5514 &v, bit_depth, in_bit_depth);
5520 bit_depth, in_bit_depth);