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

  /external/webp/src/dec/
vp8i.h 60 NUM_MB_SEGMENTS = 4,
125 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes
126 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments
224 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS];
274 VP8FInfo fstrengths_[NUM_MB_SEGMENTS][2]; // precalculated per-segment/type
  /external/webp/src/enc/
vp8enci.h 52 enum { NUM_MB_SEGMENTS = 4,
188 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats
405 VP8SegmentInfo dqm_[NUM_MB_SEGMENTS];

Completed in 416 milliseconds