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.c663 int block_noise = 0; in fp_estimate_block_noise() local
670 block_noise += fp_highbd_estimate_point_noise(src_ptr, stride); in fp_estimate_block_noise()
672 block_noise += fp_estimate_point_noise(src_ptr, stride); in fp_estimate_block_noise()
674 block_noise += fp_estimate_point_noise(src_ptr, stride); in fp_estimate_block_noise()
680 return block_noise << 2; // Scale << 2 to account for sampling. in fp_estimate_block_noise()