Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.h26 int last_noise; member
Dvp9_postproc.c409 if (ppstate->last_q != q || ppstate->last_noise != noise_level) { in vp9_post_proc_frame()
416 ppstate->last_noise = noise_level; in vp9_post_proc_frame()
/external/libvpx/libvpx/vp8/common/
Dpostproc.h17 int last_noise; member
Dpostproc.c364 oci->postproc_state.last_noise != noise_level) { in vp8_post_proc_frame()
372 ppstate->last_noise = noise_level; in vp8_post_proc_frame()