Searched refs:VP8_LAST_FRAME (Results 1 – 13 of 13) sorted by relevance
86 if (cpi->ref_frame_flags & VP8_LAST_FRAME) { in get_predictor_pointers()107 if (cpi->ref_frame_flags & VP8_LAST_FRAME) ref_frame_map[i++] = LAST_FRAME; in get_reference_search_order()
808 if (cpi->ref_frame_flags & VP8_LAST_FRAME) ref_frames++; in vp8_set_speed_features()846 (cpi->ref_frame_flags & VP8_LAST_FRAME) && in vp8_set_speed_features()1336 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in init_config()2415 if (ref_frame_flags & VP8_LAST_FRAME) cpi->common.refresh_last_frame = 1; in vp8_update_reference()2430 if (ref_frame_flag == VP8_LAST_FRAME) { in vp8_get_reference()2450 if (ref_frame_flag == VP8_LAST_FRAME) { in vp8_set_reference()2944 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_LAST_FRAME; in update_reference_frames()2945 cm->yv12_fb[cm->lst_fb_idx].flags &= ~VP8_LAST_FRAME; in update_reference_frames()3321 if (cpi->ref_frame_flags & VP8_LAST_FRAME) in encode_frame_to_data_rate()3388 if (cpi->ref_frame_flags & VP8_LAST_FRAME) { in encode_frame_to_data_rate()[all …]
612 if (cpi->ref_frame_flags & VP8_LAST_FRAME) { in vp8_pick_inter_mode()676 parent_ref_flag = (cpi->ref_frame_flags & VP8_LAST_FRAME); in vp8_pick_inter_mode()
620 if (cpi->ref_frame_flags == VP8_LAST_FRAME) { in init_encode_frame_mb_context()
32 case VP8_LAST_FRAME: return VP9_LAST_FLAG; in ref_frame_to_vp9_reframe()
92 VP8_LAST_FRAME = 1, enumerator
164 ref.frame_type = VP8_LAST_FRAME; in main()
271 ref.frame_type = VP8_LAST_FRAME; in main()
129 if (ref_frame_flag == VP8_LAST_FRAME) { in vp8dx_get_reference()160 if (ref_frame_flag == VP8_LAST_FRAME) { in vp8dx_set_reference()
107 ref_copy.frame_type = VP8_LAST_FRAME; in TestVp9Controls()
629 pbi->common.refresh_last_frame * (int)VP8_LAST_FRAME; in vp8_get_last_ref_updates()647 (vp8dx_references_buffer(oci, LAST_FRAME) ? VP8_LAST_FRAME : 0); in vp8_get_last_ref_frame()
799 if (flags & VP8_EFLAG_NO_REF_LAST) ref ^= VP8_LAST_FRAME; in set_reference_and_update()813 if (flags & VP8_EFLAG_NO_UPD_LAST) upd ^= VP8_LAST_FRAME; in set_reference_and_update()
1525 ref_enc.frame_type = VP8_LAST_FRAME; in test_decode()1526 ref_dec.frame_type = VP8_LAST_FRAME; in test_decode()