Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c656 int block_noise = 0; in fp_estimate_block_noise() local
663 block_noise += fp_highbd_estimate_point_noise(src_ptr, stride); in fp_estimate_block_noise()
665 block_noise += fp_estimate_point_noise(src_ptr, stride); in fp_estimate_block_noise()
667 block_noise += fp_estimate_point_noise(src_ptr, stride); in fp_estimate_block_noise()
673 return block_noise << 2; // Scale << 2 to account for sampling. in fp_estimate_block_noise()