/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8i.h | 62 NUM_MB_SEGMENTS = 4, enumerator 127 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes 128 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments 226 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS]; 276 VP8FInfo fstrengths_[NUM_MB_SEGMENTS][2]; // precalculated per-segment/type
|
D | quant.c | 78 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in VP8ParseQuant()
|
D | vp8.c | 161 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader() 164 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
|
D | frame.c | 108 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PrecomputeFilterStrengths()
|
/external/webp/src/enc/ |
D | analysis.c | 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() 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()
|
D | filter.c | 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()
|
D | vp8enci.h | 136 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats 376 VP8SegmentInfo dqm_[NUM_MB_SEGMENTS];
|
D | syntax.c | 199 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PutSegmentHeader() 202 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PutSegmentHeader()
|
D | frame.c | 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()
|
D | webpenc.c | 274 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in StoreStats()
|
D | quant.c | 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()
|
/external/webp/src/dec/ |
D | vp8i.h | 92 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
|
D | common.h | 43 NUM_MB_SEGMENTS = 4, enumerator
|
D | quant.c | 74 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in VP8ParseQuant()
|
D | vp8.c | 159 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader() 162 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
|
D | frame.c | 269 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PrecomputeFilterStrengths() 335 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in VP8InitDithering()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | analysis.c | 43 int cnt[NUM_MB_SEGMENTS] = { 0 }; in SmoothSegmentMap() 55 for (n = 0; n < NUM_MB_SEGMENTS; ++n) { in SmoothSegmentMap() 80 const int centers[NUM_MB_SEGMENTS], in SetSegmentAlphas() argument 148 int centers[NUM_MB_SEGMENTS]; in AssignSegments() 154 int accum[NUM_MB_SEGMENTS], dist_accum[NUM_MB_SEGMENTS]; in AssignSegments()
|
D | vp8enci.h | 54 enum { NUM_MB_SEGMENTS = 4, enumerator 191 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats 408 VP8SegmentInfo dqm_[NUM_MB_SEGMENTS];
|
D | syntax.c | 203 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PutSegmentHeader() 206 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PutSegmentHeader()
|
D | filter.c | 347 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8InitFilter() 394 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength()
|
D | frame.c | 226 int p[NUM_MB_SEGMENTS] = { 0 }; in SetSegmentProbas() 234 for (n = 0; n < NUM_MB_SEGMENTS; ++n) { in SetSegmentProbas() 841 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PostLoopFinalize()
|
D | quant.c | 209 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in SetupFilterStrength() 268 int map[NUM_MB_SEGMENTS] = { 0, 1, 2, 3 }; in SimplifySegments() 325 for (i = num_segments; i < NUM_MB_SEGMENTS; ++i) { in VP8SetSegmentParams()
|
D | webpenc.c | 321 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in StoreStats()
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
D | vp8_header_parser.cc | 124 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader() 127 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
|
D | vp8_header_parser.h | 23 NUM_MB_SEGMENTS = 4, enumerator
|