Searched refs:ppstate (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 632 struct postproc_state *const ppstate = &cm->postproc_state; in vp9_post_proc_frame() local 648 ppstate->prev_mip = vpx_calloc(cm->mi_alloc_size, sizeof(*cm->mip)); in vp9_post_proc_frame() 649 if (!ppstate->prev_mip) { in vp9_post_proc_frame() 652 ppstate->prev_mi = ppstate->prev_mip + cm->mi_stride + 1; in vp9_post_proc_frame() 653 memset(ppstate->prev_mip, 0, in vp9_post_proc_frame() 725 if (ppstate->last_q != q || in vp9_post_proc_frame() 726 ppstate->last_noise != noise_level) { in vp9_post_proc_frame() 727 fillrd(ppstate, 63 - q, noise_level); in vp9_post_proc_frame() 730 vp9_plane_add_noise(ppbuf->y_buffer, ppstate->noise, ppstate->blackclamp, in vp9_post_proc_frame() 731 ppstate->whiteclamp, ppstate->bothclamp, in vp9_post_proc_frame()
|