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

  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 61 NUM_MB_SEGMENTS = 4,
129 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes
130 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments
259 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS];
292 VP8FInfo fstrengths_[NUM_MB_SEGMENTS][2]; // precalculated per-segment/type
  /external/webp/src/dec/
vp8i.h 61 NUM_MB_SEGMENTS = 4,
129 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes
130 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments
259 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS];
292 VP8FInfo fstrengths_[NUM_MB_SEGMENTS][2]; // precalculated per-segment/type
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 54 enum { NUM_MB_SEGMENTS = 4,
193 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats
430 VP8SegmentInfo dqm_[NUM_MB_SEGMENTS];
  /external/webp/src/enc/
vp8enci.h 54 enum { NUM_MB_SEGMENTS = 4,
193 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats
430 VP8SegmentInfo dqm_[NUM_MB_SEGMENTS];

Completed in 299 milliseconds