Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.h32 SEG_LVL_REF_FRAME = 2, // Optional Segment reference frame enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c279 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames()
281 SEG_LVL_REF_FRAME); in read_ref_frames()
410 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block()
411 return vp9_get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME) != in read_is_inter_block()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c336 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
337 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features()
359 vp9_enable_segfeature(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features()
360 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features()
363 vp9_clear_segdata(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features()
364 vp9_set_segdata(seg, 0, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
365 vp9_clear_segdata(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features()
366 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
Dvp9_bitstream.c201 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames()
204 vp9_get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME)); in write_ref_frames()
258 if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in pack_inter_mode_mvs()
Dvp9_rdopt.c2211 SEG_LVL_REF_FRAME); in estimate_ref_frame_costs()
3229 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sb()
3230 vp9_get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) { in vp9_rd_pick_inter_mode_sb()
3245 if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sb()
3899 vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in vp9_rd_pick_inter_mode_sub8x8()
3964 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sub8x8()
3965 vp9_get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != in vp9_rd_pick_inter_mode_sub8x8()
3977 SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c262 !vp9_segfeature_active(seg, 0, SEG_LVL_REF_FRAME) && in set_offsets()
263 vp9_segfeature_active(seg, 1, SEG_LVL_REF_FRAME)) { in set_offsets()
1110 SEG_LVL_REF_FRAME); in update_stats()
2460 if (vp9_segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags()