Lines Matching refs:VP8_GOLD_FRAME
807 if (cpi->ref_frame_flags & VP8_GOLD_FRAME) ref_frames++; in vp8_set_speed_features()
845 (cpi->ref_frame_flags & VP8_GOLD_FRAME)) { in vp8_set_speed_features()
1334 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in init_config()
2405 if (ref_frame_flags & VP8_GOLD_FRAME) cpi->common.refresh_golden_frame = 1; in vp8_update_reference()
2420 } else if (ref_frame_flag == VP8_GOLD_FRAME) { in vp8_get_reference()
2440 } else if (ref_frame_flag == VP8_GOLD_FRAME) { in vp8_set_reference()
2856 yv12_fb[cm->new_fb_idx].flags |= VP8_GOLD_FRAME | VP8_ALTR_FRAME; in update_reference_frames()
2858 yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames()
2901 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_GOLD_FRAME; in update_reference_frames()
2902 cm->yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames()
2911 yv12_fb[cm->lst_fb_idx].flags |= VP8_GOLD_FRAME; in update_reference_frames()
2912 yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames()
2920 yv12_fb[cm->alt_fb_idx].flags |= VP8_GOLD_FRAME; in update_reference_frames()
2921 yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames()
3314 if (cpi->ref_frame_flags & VP8_GOLD_FRAME) in encode_frame_to_data_rate()
3378 } else if (cpi->ref_frame_flags & VP8_GOLD_FRAME) { in encode_frame_to_data_rate()
4691 cpi->ref_frame_flags = VP8_ALTR_FRAME | VP8_GOLD_FRAME | VP8_LAST_FRAME; in encode_frame_to_data_rate()
4693 if (cpi->gold_is_last) cpi->ref_frame_flags &= ~VP8_GOLD_FRAME; in encode_frame_to_data_rate()