Home
last modified time | relevance | path

Searched refs:SEG_LVL_SKIP (Results 1 – 16 of 16) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtokenize.h64 return segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max; in av1_get_tx_eob()
Dbitstream.c218 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()
Dav1_quantize.c729 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in av1_init_plane_quantizers()
Dencoder.c431 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()
Dencodeframe.c849 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()
Dencodetxb.c2034 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) {
Drdopt.c5078 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in av1_rd_pick_inter_mode_sb_seg_skip()
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h33 SEG_LVL_SKIP = 3, // Optional Segment (0,0) + skip mode enumerator
/external/libaom/libaom/av1/common/
Dseg_common.h34 SEG_LVL_SKIP, // Optional Segment (0,0) + skip mode enumerator
/external/libaom/libaom/av1/decoder/
Ddecodemv.c421 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/
Dvp9_quantize.c314 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
Dvp9_bitstream.c105 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()
Dvp9_encodeframe.c2077 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()
Dvp9_encoder.c560 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()
Dvp9_rdopt.c4064 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in vp9_rd_pick_inter_mode_sb_seg_skip()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c181 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()