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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_seg_common.h33 SEG_LVL_SKIP = 3, // Optional Segment (0,0) + skip mode enumerator in enum:__anon9547
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c487 return segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max;
621 SEG_LVL_SKIP);
H A Dvp9_quantize.c342 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP);
H A Dvp9_encodeframe.c1247 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP))
1317 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) {
2801 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP);
2935 else if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP))
3575 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP);
4139 SEG_LVL_SKIP);
H A Dvp9_bitstream.c96 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) {
297 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) {
H A Dvp9_encoder.c143 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP);
150 vp9_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP);
550 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP);
582 vp9_enable_segfeature(seg, 0, SEG_LVL_SKIP);
583 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP);
H A Dvp9_rdopt.c3624 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP));
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c189 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) {
513 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) {

Completed in 140 milliseconds