Searched refs:VP8_LAST_FRAME (Results 1 – 11 of 11) sorted by relevance
93 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in get_predictor_pointers()113 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in get_reference_search_order()
791 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in vp8_set_speed_features()1569 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in vp8_change_config()2553 if (ref_frame_flags & VP8_LAST_FRAME) in vp8_update_reference()2570 if (ref_frame_flag == VP8_LAST_FRAME) in vp8_get_reference()2589 if (ref_frame_flag == VP8_LAST_FRAME) in vp8_set_reference()3208 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_LAST_FRAME; in update_reference_frames()3209 cm->yv12_fb[cm->lst_fb_idx].flags &= ~VP8_LAST_FRAME; in update_reference_frames()3443 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in encode_frame_to_data_rate()4724 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in encode_frame_to_data_rate()
514 if ((cpi->ref_frame_flags & VP8_LAST_FRAME & in evaluate_inter_mode()638 parent_ref_flag = (cpi->ref_frame_flags & VP8_LAST_FRAME); in vp8_pick_inter_mode()
655 if (cpi->ref_frame_flags == VP8_LAST_FRAME) in init_encode_frame_mb_context()
96 VP8_LAST_FRAME = 1, enumerator
166 ref.frame_type = VP8_LAST_FRAME; in main()
115 if (ref_frame_flag == VP8_LAST_FRAME) in vp8dx_get_reference()147 if (ref_frame_flag == VP8_LAST_FRAME) in vp8dx_set_reference()
834 + pbi->common.refresh_last_frame * (int) VP8_LAST_FRAME; in vp8_get_last_ref_updates()856 (vp8dx_references_buffer( oci, LAST_FRAME )?VP8_LAST_FRAME:0); in vp8_get_last_ref_frame()
779 ref ^= VP8_LAST_FRAME; in vp8e_encode()797 upd ^= VP8_LAST_FRAME; in vp8e_encode()
1457 ref_enc.frame_type = VP8_LAST_FRAME; in test_decode()1458 ref_dec.frame_type = VP8_LAST_FRAME; in test_decode()
95 case VP8_LAST_FRAME: in ref_frame_to_vp9_reframe()