Searched refs:NUM_MB_SEGMENTS (Results 1 – 14 of 14) sorted by relevance
92 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes93 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments222 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS];255 VP8FInfo fstrengths_[NUM_MB_SEGMENTS][2]; // precalculated per-segment/type
43 NUM_MB_SEGMENTS = 4, enumerator
74 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in VP8ParseQuant()
159 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()162 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
269 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PrecomputeFilterStrengths()335 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in VP8InitDithering()
39 int cnt[NUM_MB_SEGMENTS] = { 0 }; in SmoothSegmentMap()51 for (n = 0; n < NUM_MB_SEGMENTS; ++n) { in SmoothSegmentMap()77 const int centers[NUM_MB_SEGMENTS], in SetSegmentAlphas() argument147 const int nb = (enc->segment_hdr_.num_segments_ < NUM_MB_SEGMENTS) ? in AssignSegments()148 enc->segment_hdr_.num_segments_ : NUM_MB_SEGMENTS; in AssignSegments()149 int centers[NUM_MB_SEGMENTS]; in AssignSegments()155 int accum[NUM_MB_SEGMENTS], dist_accum[NUM_MB_SEGMENTS]; in AssignSegments()158 assert(nb <= NUM_MB_SEGMENTS); in AssignSegments()
220 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8InitFilter()266 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength()282 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength()
136 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats376 VP8SegmentInfo dqm_[NUM_MB_SEGMENTS];
199 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PutSegmentHeader()202 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PutSegmentHeader()
189 int p[NUM_MB_SEGMENTS] = { 0 }; in SetSegmentProbas()197 for (n = 0; n < NUM_MB_SEGMENTS; ++n) { in SetSegmentProbas()672 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PostLoopFinalize()
274 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in StoreStats()
287 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in SetupFilterStrength()350 int map[NUM_MB_SEGMENTS] = { 0, 1, 2, 3 }; in SimplifySegments()407 for (i = num_segments; i < NUM_MB_SEGMENTS; ++i) { in VP8SetSegmentParams()
23 NUM_MB_SEGMENTS = 4, enumerator
124 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()127 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()