Searched refs:NUM_MB_SEGMENTS (Results 1 – 14 of 14) sorted by relevance
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()
144 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8InitFilter()199 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength()218 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength()
135 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats378 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()
300 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in SetupFilterStrength()363 int map[NUM_MB_SEGMENTS] = { 0, 1, 2, 3 }; in SimplifySegments()367 const int num_segments = (enc->segment_hdr_.num_segments_ < NUM_MB_SEGMENTS) in SimplifySegments()369 : NUM_MB_SEGMENTS; in SimplifySegments()425 for (i = num_segments; i < NUM_MB_SEGMENTS; ++i) { in VP8SetSegmentParams()
196 int p[NUM_MB_SEGMENTS] = { 0 }; in SetSegmentProbas()205 for (n = 0; n < NUM_MB_SEGMENTS; ++n) { in SetSegmentProbas()709 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PostLoopFinalize()
288 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in StoreStats()
91 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes92 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments221 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS];254 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()
170 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()173 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
269 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PrecomputeFilterStrengths()338 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in VP8InitDithering()
124 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()127 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
23 NUM_MB_SEGMENTS = 4, enumerator