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.h45 unsigned int bit_depth, unsigned int in_bit_depth);
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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c5305 uint32_t in_bit_depth = 8; local
5309 in_bit_depth = cpi->oxcf.input_bit_depth;
5321 in_bit_depth);
5371 in_bit_depth);
5386 in_bit_depth);
5446 &v, bit_depth, in_bit_depth);
5452 bit_depth, in_bit_depth);