Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8i_dec.h92 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes
93 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments
222 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS];
255 VP8FInfo fstrengths_[NUM_MB_SEGMENTS][2]; // precalculated per-segment/type
Dcommon_dec.h43 NUM_MB_SEGMENTS = 4, enumerator
Dquant_dec.c74 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in VP8ParseQuant()
Dvp8_dec.c170 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
173 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
Dframe_dec.c269 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PrecomputeFilterStrengths()
338 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in VP8InitDithering()
/external/webp/src/enc/
Danalysis_enc.c39 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() argument
147 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()
Dfilter_enc.c139 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8InitFilter()
186 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength()
202 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength()
Dvp8i_enc.h132 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats
372 VP8SegmentInfo dqm_[NUM_MB_SEGMENTS];
Dsyntax_enc.c199 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PutSegmentHeader()
202 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PutSegmentHeader()
Dquant_enc.c299 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in SetupFilterStrength()
362 int map[NUM_MB_SEGMENTS] = { 0, 1, 2, 3 }; in SimplifySegments()
366 const int num_segments = (enc->segment_hdr_.num_segments_ < NUM_MB_SEGMENTS) in SimplifySegments()
368 : NUM_MB_SEGMENTS; in SimplifySegments()
424 for (i = num_segments; i < NUM_MB_SEGMENTS; ++i) { in VP8SetSegmentParams()
Dframe_enc.c196 int p[NUM_MB_SEGMENTS] = { 0 }; in SetSegmentProbas()
204 for (n = 0; n < NUM_MB_SEGMENTS; ++n) { in SetSegmentProbas()
676 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PostLoopFinalize()
Dwebp_enc.c278 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in StoreStats()
/external/webrtc/webrtc/modules/video_coding/utility/
Dvp8_header_parser.h23 NUM_MB_SEGMENTS = 4, enumerator
Dvp8_header_parser.cc124 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
127 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()