/external/libvpx/libvpx/vp9/common/ |
vp9_seg_common.h | 29 SEG_LVL_SKIP = 3, // Optional Segment (0,0) + skip mode
|
vp9_blockd.h | 592 return vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_quantize.c | 314 SEG_LVL_SKIP);
|
vp9_tokenize.c | 217 SEG_LVL_SKIP);
|
vp9_bitstream.c | 217 if (vp9_segfeature_active(&cpi->common.seg, segment_id, SEG_LVL_SKIP)) { 440 (skip_coeff || vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP)))) { 473 if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { [all...] |
vp9_rdopt.c | [all...] |
vp9_encodeframe.c | 396 if (!vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { [all...] |
vp9_onyx_if.c | 392 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); 424 vp9_enable_segfeature(seg, 0, SEG_LVL_SKIP); 425 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 144 int skip_coeff = vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); 462 if (vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) {
|