Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtokenize.h66 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()
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()
Dencoder.c157 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()
Dav1_quantize.c746 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in av1_init_plane_quantizers()
Dencodeframe.c652 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()
Dencodetxb.c1940 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) {
Drdopt.c13733 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/v4l2_codec2/vda/
Dvp9_parser.h80 SEG_LVL_SKIP = 3, enumerator
/external/libaom/libaom/av1/decoder/
Ddecodemv.c399 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/
Dvp9_decodemv.c181 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/
Dvp9_quantize.c314 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
Dvp9_bitstream.c100 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()
Dvp9_encoder.c539 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()
Dvp9_encodeframe.c2000 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()
Dvp9_rdopt.c3866 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in vp9_rd_pick_inter_mode_sb_seg_skip()