/external/libaom/libaom/av1/encoder/ |
D | tokenize.h | 66 return segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max; in av1_get_tx_eob()
|
D | bitstream.c | 218 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip() 233 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip_mode() 504 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || in write_ref_frames() 821 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in av1_write_tx_type() 1084 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in pack_inter_mode_mvs()
|
D | encoder.c | 157 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map() 172 av1_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map() 722 av1_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features() 754 av1_enable_segfeature(seg, 0, SEG_LVL_SKIP); in configure_static_seg_features() 755 av1_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features()
|
D | av1_quantize.c | 746 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in av1_init_plane_quantizers()
|
D | encodeframe.c | 652 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in pick_sb_modes() 1326 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in update_stats() 4768 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_sb_row() 5931 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP); in encode_superblock()
|
D | encodetxb.c | 1940 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) {
|
D | rdopt.c | 13733 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in av1_rd_pick_inter_mode_sb_seg_skip()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.h | 33 SEG_LVL_SKIP = 3, // Optional Segment (0,0) + skip mode enumerator
|
/external/libaom/libaom/av1/common/ |
D | seg_common.h | 34 SEG_LVL_SKIP, // Optional Segment (0,0) + skip mode enumerator
|
/external/v4l2_codec2/vda/ |
D | vp9_parser.h | 80 SEG_LVL_SKIP = 3, enumerator
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 399 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip_mode() 422 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip() 610 if (mbmi->skip || segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) in av1_read_tx_type() 927 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || in read_ref_frames() 1284 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP) || in read_inter_block_mode_info()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 181 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip() 708 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in read_inter_block_mode_info()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 314 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
|
D | vp9_bitstream.c | 100 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip() 293 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in pack_inter_mode_mvs()
|
D | vp9_encoder.c | 539 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map() 546 vp9_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map() 599 vp9_enable_segfeature(seg, i, SEG_LVL_SKIP); in apply_roi_map() 600 vp9_set_segdata(seg, i, SEG_LVL_SKIP, skip[i]); in apply_roi_map() 1163 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features() 1195 vp9_enable_segfeature(seg, 0, SEG_LVL_SKIP); in configure_static_seg_features() 1196 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features()
|
D | vp9_encodeframe.c | 2000 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in rd_pick_sb_modes() 2071 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in update_stats() 3863 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP) && in rd_pick_partition() 4259 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_rd_sb_row() 4450 else if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in nonrd_pick_sb_modes() 5302 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_nonrd_sb_row() 6082 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP); in encode_superblock()
|
D | vp9_rdopt.c | 3866 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in vp9_rd_pick_inter_mode_sb_seg_skip()
|