/external/libaom/libaom/av1/encoder/ |
D | tokenize.h | 64 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() 493 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || in write_ref_frames() 800 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in av1_write_tx_type() 1124 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in pack_inter_mode_mvs()
|
D | av1_quantize.c | 729 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in av1_init_plane_quantizers()
|
D | encoder.c | 431 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map() 446 av1_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map() 995 av1_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features() 1028 av1_enable_segfeature(seg, 0, SEG_LVL_SKIP); in configure_static_seg_features() 1029 av1_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features()
|
D | encodeframe.c | 849 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in pick_sb_modes() 1421 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in update_stats() 4954 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_sb_row() 6310 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP); in encode_superblock()
|
D | encodetxb.c | 2034 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) {
|
D | rdopt.c | 5078 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/libaom/libaom/av1/decoder/ |
D | decodemv.c | 421 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip_mode() 444 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip() 629 if (mbmi->skip || segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) in av1_read_tx_type() 942 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || in read_ref_frames() 1296 if (segfeature_active(&cm->seg, mbmi->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 | 105 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip() 298 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in pack_inter_mode_mvs()
|
D | vp9_encodeframe.c | 2077 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in rd_pick_sb_modes() 2149 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in update_stats() 4041 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP) && in rd_pick_partition() 4452 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_rd_sb_row() 4651 else if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in nonrd_pick_sb_modes() 5487 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_nonrd_sb_row() 6375 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP); in encode_superblock()
|
D | vp9_encoder.c | 560 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map() 567 vp9_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map() 620 vp9_enable_segfeature(seg, i, SEG_LVL_SKIP); in apply_roi_map() 621 vp9_set_segdata(seg, i, SEG_LVL_SKIP, skip[i]); in apply_roi_map() 1210 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features() 1242 vp9_enable_segfeature(seg, 0, SEG_LVL_SKIP); in configure_static_seg_features() 1243 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features()
|
D | vp9_rdopt.c | 4064 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in vp9_rd_pick_inter_mode_sb_seg_skip()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 181 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip() 705 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in read_inter_block_mode_info()
|