Searched refs:copy_buffer_to_gf (Results 1 – 6 of 6) sorted by relevance
213 if (cm->copy_buffer_to_gf) in swap_frame_buffers()217 if (cm->copy_buffer_to_gf == 1) in swap_frame_buffers()219 else if (cm->copy_buffer_to_gf == 2) in swap_frame_buffers()
527 pc->copy_buffer_to_gf = 0; in init_frame()788 pc->copy_buffer_to_gf = 0; in vp8_decode_frame()791 pc->copy_buffer_to_gf = vp8_read_literal(bc, 2); in vp8_decode_frame()
161 int copy_buffer_to_gf; /* 0 none, 1 Last to GF, 2 ARF to GF */ member
183 oci->copy_buffer_to_gf = 0; in vp8_create_common()
3304 if (cm->copy_buffer_to_gf) in loopfilter_frame()3306 if (cm->copy_buffer_to_gf == 1) in loopfilter_frame()3314 else if (cm->copy_buffer_to_gf == 2) in loopfilter_frame()3388 cm->copy_buffer_to_gf = 0; in encode_frame_to_data_rate()
1578 vp8_write_literal(bc, pc->copy_buffer_to_gf, 2); in vp8_pack_bitstream()