Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h33 SEG_LVL_SKIP = 3, // Optional Segment (0,0) + skip mode enumerator
/external/v4l2_codec2/vda/
Dvp9_parser.h79 SEG_LVL_SKIP = 3, enumerator
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c302 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()
292 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in pack_inter_mode_mvs()
Dvp9_encodeframe.c1745 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in rd_pick_sb_modes()
1811 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in update_stats()
3069 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP) && in rd_pick_partition()
3375 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_rd_sb_row()
3521 else if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in nonrd_pick_sb_modes()
4149 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_nonrd_sb_row()
4798 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP); in encode_superblock()
Dvp9_encoder.c530 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map()
537 vp9_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map()
991 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features()
1023 vp9_enable_segfeature(seg, 0, SEG_LVL_SKIP); in configure_static_seg_features()
1024 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features()
Dvp9_rdopt.c3705 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()
730 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in read_inter_block_mode_info()