Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.h28 int last_frame_valid; member
Dvp9_postproc.c314 ppstate->last_frame_valid = 1; in vp9_post_proc_frame()
375 ppstate->last_frame_valid && cm->bit_depth == 8 && in vp9_post_proc_frame()
406 ppstate->last_frame_valid = 1; in vp9_post_proc_frame()
/external/libvpx/libvpx/vp8/common/
Dpostproc.h19 int last_frame_valid; member
Dpostproc.c292 oci->postproc_state.last_frame_valid = 1; in vp8_post_proc_frame()
327 if ((flags & VP8D_MFQE) && oci->postproc_state.last_frame_valid && in vp8_post_proc_frame()
360 oci->postproc_state.last_frame_valid = 1; in vp8_post_proc_frame()