Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2273 unsigned int in_bit_depth) { in calc_highbd_psnr() argument
2285 const double peak = (double)((1 << in_bit_depth) - 1); in calc_highbd_psnr()
2286 const unsigned int input_shift = bit_depth - in_bit_depth; in calc_highbd_psnr()