Searched refs:last_base_qindex (Results 1 – 6 of 6) sorted by relevance
291 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()329 oci->postproc_state.last_base_qindex < 60 && in vp8_post_proc_frame()330 oci->base_qindex - oci->postproc_state.last_base_qindex >= 20) { in vp8_post_proc_frame()345 oci->postproc_state.last_base_qindex = in vp8_post_proc_frame()346 (3 * oci->postproc_state.last_base_qindex + oci->base_qindex) >> 2; in vp8_post_proc_frame()352 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()355 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()358 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()
18 int last_base_qindex; member
241 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()376 ppstate->last_base_qindex <= last_q_thresh && in vp9_post_proc_frame()377 cm->base_qindex - ppstate->last_base_qindex >= q_diff_thresh) { in vp9_post_proc_frame()405 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()