Searched refs:last_base_qindex (Results 1 – 6 of 6) sorted by relevance
166 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()204 oci->postproc_state.last_base_qindex < 60 && in vp8_post_proc_frame()205 oci->base_qindex - oci->postproc_state.last_base_qindex >= 20) { in vp8_post_proc_frame()219 oci->postproc_state.last_base_qindex = in vp8_post_proc_frame()220 (3 * oci->postproc_state.last_base_qindex + oci->base_qindex) >> 2; in vp8_post_proc_frame()226 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()229 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()232 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()
18 int last_base_qindex; member
243 int qprev = cm->postproc_state.last_base_qindex; in vp8_multiframe_quality_enhance()
313 ppstate->last_base_qindex = cm->base_qindex; in vp9_post_proc_frame()377 ppstate->last_base_qindex <= last_q_thresh && in vp9_post_proc_frame()378 cm->base_qindex - ppstate->last_base_qindex >= q_diff_thresh) { in vp9_post_proc_frame()406 ppstate->last_base_qindex = cm->base_qindex; in vp9_post_proc_frame()
27 int last_base_qindex; member
216 const int qdiff = cm->base_qindex - cm->postproc_state.last_base_qindex; in mfqe_partition()