HomeSort by relevance Sort by last modified time
    Searched defs:NUM_MB_SEGMENTS (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/video_coding/utility/
vp8_header_parser.h 23 NUM_MB_SEGMENTS = 4,
  /external/webp/src/dec/
common.h 43 NUM_MB_SEGMENTS = 4,
  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 62 NUM_MB_SEGMENTS = 4,
127 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes
128 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments
226 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS];
276 VP8FInfo fstrengths_[NUM_MB_SEGMENTS][2]; // precalculated per-segment/type
  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 54 enum { NUM_MB_SEGMENTS = 4,
191 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats
408 VP8SegmentInfo dqm_[NUM_MB_SEGMENTS];

Completed in 575 milliseconds