Searched refs:NUM_MB_SEGMENTS (Results 1 – 10 of 10) sorted by relevance
60 NUM_MB_SEGMENTS = 4, enumerator125 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes126 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments224 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS];274 uint8_t filter_levels_[NUM_MB_SEGMENTS]; // precalculated per-segment
76 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()242 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseFilterHeader()
45 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() argument149 int centers[NUM_MB_SEGMENTS]; in AssignSegments()155 int accum[NUM_MB_SEGMENTS], dist_accum[NUM_MB_SEGMENTS]; in AssignSegments()
53 enum { NUM_MB_SEGMENTS = 4, enumerator172 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats394 VP8SegmentInfo dqm_[NUM_MB_SEGMENTS];
212 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PutSegmentHeader()215 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PutSegmentHeader()
345 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8InitFilter()392 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength()
296 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in StoreStats()
205 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in SetupFilterStrength()259 for (i = num_segments; i < NUM_MB_SEGMENTS; ++i) { in VP8SetSegmentParams()
814 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in VP8EncLoop()