Home
last modified time | relevance | path

Searched refs:copy_buffer_to_arf (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyxc_int.h145 int copy_buffer_to_arf; /* 0 none, 1 Last to ARF, 2 GF to ARF */ member
Dalloccommon.c183 oci->copy_buffer_to_arf = 0; in vp8_create_common()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_if.c219 if (cm->copy_buffer_to_arf) in swap_frame_buffers()
223 if (cm->copy_buffer_to_arf == 1) in swap_frame_buffers()
225 else if (cm->copy_buffer_to_arf == 2) in swap_frame_buffers()
Ddecodeframe.c928 pc->copy_buffer_to_arf = 0; in init_frame()
1245 pc->copy_buffer_to_arf = 0; in vp8_decode_frame()
1248 pc->copy_buffer_to_arf = vp8_read_literal(bc, 2); in vp8_decode_frame()
1254 pc->copy_buffer_to_arf = 0; in vp8_decode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c3115 assert(!cm->copy_buffer_to_arf); in update_reference_frames()
3125 else if (cm->copy_buffer_to_arf) in update_reference_frames()
3127 assert(!(cm->copy_buffer_to_arf & ~0x3)); in update_reference_frames()
3129 if (cm->copy_buffer_to_arf == 1) in update_reference_frames()
3173 assert(!(cm->copy_buffer_to_arf & ~0x3)); in update_reference_frames()
3244 if (cm->refresh_alt_ref_frame || cm->copy_buffer_to_arf) in update_reference_frames()
3390 cm->copy_buffer_to_arf = 0; in encode_frame_to_data_rate()
4414 cm->copy_buffer_to_arf = 2; in encode_frame_to_data_rate()
4416 cm->copy_buffer_to_arf = 0; in encode_frame_to_data_rate()
4884 || cm->copy_buffer_to_gf || cm->copy_buffer_to_arf in frame_is_reference()
Dbitstream.c1506 vp8_write_literal(bc, pc->copy_buffer_to_arf, 2); in vp8_pack_bitstream()