Searched refs:copy_buffer_to_arf (Results 1 – 6 of 6) sorted by relevance
230 if (cm->copy_buffer_to_arf) in swap_frame_buffers()234 if (cm->copy_buffer_to_arf == 1) in swap_frame_buffers()236 else if (cm->copy_buffer_to_arf == 2) in swap_frame_buffers()
944 pc->copy_buffer_to_arf = 0; in init_frame()1259 pc->copy_buffer_to_arf = 0; in vp8_decode_frame()1262 pc->copy_buffer_to_arf = vp8_read_literal(bc, 2); in vp8_decode_frame()1268 pc->copy_buffer_to_arf = 0; in vp8_decode_frame()
145 int copy_buffer_to_arf; /* 0 none, 1 Last to ARF, 2 GF to ARF */ member
184 oci->copy_buffer_to_arf = 0; in vp8_create_common()
3187 assert(!cm->copy_buffer_to_arf); in update_reference_frames()3195 else if (cm->copy_buffer_to_arf) in update_reference_frames()3197 assert(!(cm->copy_buffer_to_arf & ~0x3)); in update_reference_frames()3199 if (cm->copy_buffer_to_arf == 1) in update_reference_frames()3237 assert(!(cm->copy_buffer_to_arf & ~0x3)); in update_reference_frames()3294 if (cm->refresh_alt_ref_frame || cm->copy_buffer_to_arf) in update_reference_frames()3640 cm->copy_buffer_to_arf = 0; in encode_frame_to_data_rate()4764 cm->copy_buffer_to_arf = 2; in encode_frame_to_data_rate()4766 cm->copy_buffer_to_arf = 0; in encode_frame_to_data_rate()5247 || cm->copy_buffer_to_gf || cm->copy_buffer_to_arf in frame_is_reference()
1507 vp8_write_literal(bc, pc->copy_buffer_to_arf, 2); in vp8_pack_bitstream()