Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c613 struct postproc_state *const ppstate = &cm->postproc_state; in vp9_post_proc_frame() local
636 if (ppstate->last_q != q || in vp9_post_proc_frame()
637 ppstate->last_noise != noise_level) { in vp9_post_proc_frame()
638 fillrd(ppstate, 63 - q, noise_level); in vp9_post_proc_frame()
641 vp9_plane_add_noise(ppbuf->y_buffer, ppstate->noise, ppstate->blackclamp, in vp9_post_proc_frame()
642 ppstate->whiteclamp, ppstate->bothclamp, in vp9_post_proc_frame()