Home
last modified time | relevance | path

Searched refs:NUM_MB_SEGMENTS (Results 1 – 10 of 10) sorted by relevance

/external/webp/src/dec/
Dvp8i.h60 NUM_MB_SEGMENTS = 4, enumerator
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 uint8_t filter_levels_[NUM_MB_SEGMENTS]; // precalculated per-segment
Dquant.c76 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in VP8ParseQuant()
Dvp8.c159 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
162 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
242 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseFilterHeader()
/external/webp/src/enc/
Danalysis.c45 int cnt[NUM_MB_SEGMENTS] = { 0 }; in SmoothSegmentMap()
57 for (n = 0; n < NUM_MB_SEGMENTS; ++n) { in SmoothSegmentMap()
86 int p[NUM_MB_SEGMENTS] = { 0 }; in SetSegmentProbas()
94 for (n = 0; n < NUM_MB_SEGMENTS; ++n) { in SetSegmentProbas()
122 const int centers[NUM_MB_SEGMENTS], in SetSegmentAlphas() argument
149 int centers[NUM_MB_SEGMENTS]; in AssignSegments()
155 int accum[NUM_MB_SEGMENTS], dist_accum[NUM_MB_SEGMENTS]; in AssignSegments()
Dvp8enci.h53 enum { NUM_MB_SEGMENTS = 4, enumerator
172 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats
394 VP8SegmentInfo dqm_[NUM_MB_SEGMENTS];
Dsyntax.c212 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PutSegmentHeader()
215 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PutSegmentHeader()
Dfilter.c345 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8InitFilter()
392 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength()
Dwebpenc.c296 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in StoreStats()
Dquant.c205 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in SetupFilterStrength()
259 for (i = num_segments; i < NUM_MB_SEGMENTS; ++i) { in VP8SetSegmentParams()
Dframe.c814 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in VP8EncLoop()