HomeSort by relevance Sort by last modified time
    Searched refs:SEG_LVL_SKIP (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 33 SEG_LVL_SKIP = 3, // Optional Segment (0,0) + skip mode
  /external/v4l2_codec2/vda/
vp9_parser.h 79 SEG_LVL_SKIP = 3,
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 302 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP);
vp9_bitstream.c 100 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) {
292 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) {
    [all...]
vp9_encodeframe.c     [all...]
vp9_encoder.c 530 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP);
537 vp9_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP);
    [all...]
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 181 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) {
730 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) {

Completed in 231 milliseconds