Searched refs:VP8_ALTR_FRAME (Results 1 – 8 of 8) sorted by relevance
96 if (cpi->ref_frame_flags & VP8_ALTR_FRAME) { in get_predictor_pointers()109 if (cpi->ref_frame_flags & VP8_ALTR_FRAME) ref_frame_map[i++] = ALTREF_FRAME; in get_reference_search_order()
810 if (cpi->ref_frame_flags & VP8_ALTR_FRAME) ref_frames++; in vp8_set_speed_features()1336 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in init_config()2419 if (ref_frame_flags & VP8_ALTR_FRAME) cpi->common.refresh_alt_ref_frame = 1; in vp8_update_reference()2434 } else if (ref_frame_flag == VP8_ALTR_FRAME) { in vp8_get_reference()2454 } else if (ref_frame_flag == VP8_ALTR_FRAME) { in vp8_set_reference()2868 yv12_fb[cm->new_fb_idx].flags |= VP8_GOLD_FRAME | VP8_ALTR_FRAME; in update_reference_frames()2871 yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames()2881 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_ALTR_FRAME; in update_reference_frames()2882 cm->yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames()2891 yv12_fb[cm->lst_fb_idx].flags |= VP8_ALTR_FRAME; in update_reference_frames()[all …]
627 (cpi->ref_frame_flags == VP8_ALTR_FRAME)) { in init_encode_frame_mb_context()
34 case VP8_ALTR_FRAME: return VP9_ALT_FLAG; in ref_frame_to_vp9_reframe()
94 VP8_ALTR_FRAME = 4 enumerator
133 } else if (ref_frame_flag == VP8_ALTR_FRAME) { in vp8dx_get_reference()164 } else if (ref_frame_flag == VP8_ALTR_FRAME) { in vp8dx_set_reference()
627 *update_info = pbi->common.refresh_alt_ref_frame * (int)VP8_ALTR_FRAME + in vp8_get_last_ref_updates()645 (vp8dx_references_buffer(oci, ALTREF_FRAME) ? VP8_ALTR_FRAME : 0) | in vp8_get_last_ref_frame()
803 if (flags & VP8_EFLAG_NO_REF_ARF) ref ^= VP8_ALTR_FRAME; in set_reference_and_update()817 if (flags & VP8_EFLAG_NO_UPD_ARF) upd ^= VP8_ALTR_FRAME; in set_reference_and_update()