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/ |
D | vp9_seg_common.h | 32 SEG_LVL_REF_FRAME = 2, // Optional Segment reference frame enumerator
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 279 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/ |
D | vp9_onyx_if.c | 336 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()
|
D | vp9_bitstream.c | 201 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()
|
D | vp9_rdopt.c | 2211 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()
|
D | vp9_encodeframe.c | 262 !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()
|