/external/libaom/libaom/av1/common/ |
D | seg_common.c | 48 seg->segid_preskip |= (j >= SEG_LVL_REF_FRAME); in calculate_segdata()
|
D | seg_common.h | 33 SEG_LVL_REF_FRAME, // Optional Segment reference frame enumerator
|
/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/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 1906 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode() 1907 get_segdata(seg, mi->segment_id, SEG_LVL_REF_FRAME) == GOLDEN_FRAME) { in vp9_pick_inter_mode() 1986 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode() 1987 get_segdata(seg, mi->segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) in vp9_pick_inter_mode() 2009 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_pick_inter_mode() 2081 if (!segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME)) { in vp9_pick_inter_mode() 2392 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode() 2393 get_segdata(seg, mi->segment_id, SEG_LVL_REF_FRAME) > 0) in vp9_pick_inter_mode() 2680 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode_sub8x8() 2681 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) in vp9_pick_inter_mode_sub8x8()
|
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() 264 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in pack_inter_mode_mvs()
|
D | vp9_rdopt.c | 2206 segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in estimate_ref_frame_costs() 3259 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sb() 3260 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) { in vp9_rd_pick_inter_mode_sb() 3269 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sb() 3452 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_rd_pick_inter_mode_sb() 4087 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_rd_pick_inter_mode_sub8x8() 4101 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sub8x8() 4102 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) { in vp9_rd_pick_inter_mode_sub8x8() 4107 } else if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encoder.c | 617 vp9_enable_segfeature(seg, i, SEG_LVL_REF_FRAME); in apply_roi_map() 618 vp9_set_segdata(seg, i, SEG_LVL_REF_FRAME, ref_frame[i]); in apply_roi_map() 1161 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features() 1162 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 1184 vp9_enable_segfeature(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features() 1185 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 1188 vp9_clear_segdata(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features() 1189 vp9_set_segdata(seg, 0, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features() 1190 vp9_clear_segdata(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 1191 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
|
D | vp9_encodeframe.c | 2044 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_REF_FRAME); in update_stats() 4328 if (segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags()
|
/external/v4l2_codec2/vda/ |
D | vp9_parser.h | 79 SEG_LVL_REF_FRAME = 2, enumerator
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 405 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || in read_skip_mode() 923 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames() 925 SEG_LVL_REF_FRAME); in read_ref_frames() 1202 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block() 1203 const int frame = get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in read_is_inter_block()
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 720 av1_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features() 721 av1_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 743 av1_enable_segfeature(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features() 744 av1_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 747 av1_clear_segdata(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features() 748 av1_set_segdata(seg, 0, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features() 749 av1_clear_segdata(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 750 av1_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
|
D | bitstream.c | 241 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || in write_skip_mode() 256 if (!segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_is_inter() 500 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames() 503 get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME)); in write_ref_frames()
|
D | rdopt.c | 6844 segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in estimate_ref_frame_costs() 11280 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in init_mode_skip_mask() 11281 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) { in init_mode_skip_mask() 11289 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in init_mode_skip_mask() 11806 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) return 1; in inter_mode_compatible_skip() 13135 !segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in av1_rd_pick_inter_mode_sb() 13630 !segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in av1_nonrd_pick_inter_mode_sb() 13741 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) in av1_rd_pick_inter_mode_sb_seg_skip() 13742 mbmi->ref_frame[0] = get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in av1_rd_pick_inter_mode_sb_seg_skip()
|
D | encodeframe.c | 923 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_REF_FRAME); in update_stats()
|