Searched refs:SEG_LVL_REF_FRAME (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.h | 32 SEG_LVL_REF_FRAME = 2, // Optional Segment reference frame enumerator
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 309 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames() 311 SEG_LVL_REF_FRAME); in read_ref_frames() 436 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block() 437 return get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME) != INTRA_FRAME; in read_is_inter_block()
|
/external/v4l2_codec2/vda/ |
D | vp9_parser.h | 78 SEG_LVL_REF_FRAME = 2, enumerator
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 206 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames() 209 get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME)); in write_ref_frames() 263 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in pack_inter_mode_mvs()
|
D | vp9_rdopt.c | 2209 segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in estimate_ref_frame_costs() 3109 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sb() 3110 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) { in vp9_rd_pick_inter_mode_sb() 3119 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sb() 3295 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_rd_pick_inter_mode_sb() 3920 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_rd_pick_inter_mode_sub8x8() 3934 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sub8x8() 3935 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) { in vp9_rd_pick_inter_mode_sub8x8() 3940 } else if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encoder.c | 989 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features() 990 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 1012 vp9_enable_segfeature(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features() 1013 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 1016 vp9_clear_segdata(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features() 1017 vp9_set_segdata(seg, 0, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features() 1018 vp9_clear_segdata(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 1019 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
|
D | vp9_pickmode.c | 2341 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode_sub8x8() 2342 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) in vp9_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 1786 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_REF_FRAME); in update_stats() 3435 if (segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags()
|