/external/chromium_org/third_party/libwebp/dec/ |
D | vp8i.h | 61 NUM_MB_SEGMENTS = 4, enumerator 129 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes 130 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments 259 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS]; 292 VP8FInfo fstrengths_[NUM_MB_SEGMENTS][2]; // precalculated per-segment/type
|
D | quant.c | 74 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in VP8ParseQuant()
|
D | vp8.c | 162 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader() 165 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
|
D | frame.c | 99 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PrecomputeFilterStrengths() 166 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in VP8InitDithering()
|
/external/webp/src/dec/ |
D | vp8i.h | 61 NUM_MB_SEGMENTS = 4, enumerator 129 int8_t quantizer_[NUM_MB_SEGMENTS]; // quantization changes 130 int8_t filter_strength_[NUM_MB_SEGMENTS]; // filter strength for segments 259 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS]; 292 VP8FInfo fstrengths_[NUM_MB_SEGMENTS][2]; // precalculated per-segment/type
|
D | quant.c | 74 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in VP8ParseQuant()
|
D | vp8.c | 162 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader() 165 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in ParseSegmentHeader()
|
D | frame.c | 99 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PrecomputeFilterStrengths() 166 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in VP8InitDithering()
|
/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 145 int centers[NUM_MB_SEGMENTS]; in AssignSegments() 151 int accum[NUM_MB_SEGMENTS], dist_accum[NUM_MB_SEGMENTS]; in AssignSegments() 154 assert(nb <= NUM_MB_SEGMENTS); in AssignSegments()
|
D | filter.c | 217 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8InitFilter() 263 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength() 279 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength()
|
D | vp8enci.h | 54 enum { NUM_MB_SEGMENTS = 4, enumerator 193 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats 430 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 | 193 int p[NUM_MB_SEGMENTS] = { 0 }; in SetSegmentProbas() 201 for (n = 0; n < NUM_MB_SEGMENTS; ++n) { in SetSegmentProbas() 676 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PostLoopFinalize()
|
D | webpenc.c | 272 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in StoreStats()
|
D | quant.c | 263 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in SetupFilterStrength() 326 int map[NUM_MB_SEGMENTS] = { 0, 1, 2, 3 }; in SimplifySegments() 383 for (i = num_segments; i < NUM_MB_SEGMENTS; ++i) { in VP8SetSegmentParams()
|
/external/chromium_org/third_party/libwebp/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 145 int centers[NUM_MB_SEGMENTS]; in AssignSegments() 151 int accum[NUM_MB_SEGMENTS], dist_accum[NUM_MB_SEGMENTS]; in AssignSegments() 154 assert(nb <= NUM_MB_SEGMENTS); in AssignSegments()
|
D | filter.c | 217 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8InitFilter() 263 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength() 279 for (s = 0; s < NUM_MB_SEGMENTS; s++) { in VP8AdjustFilterStrength()
|
D | vp8enci.h | 54 enum { NUM_MB_SEGMENTS = 4, enumerator 193 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats 430 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 | 193 int p[NUM_MB_SEGMENTS] = { 0 }; in SetSegmentProbas() 201 for (n = 0; n < NUM_MB_SEGMENTS; ++n) { in SetSegmentProbas() 676 for (s = 0; s < NUM_MB_SEGMENTS; ++s) { in PostLoopFinalize()
|
D | webpenc.c | 272 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in StoreStats()
|
D | quant.c | 263 for (i = 0; i < NUM_MB_SEGMENTS; ++i) { in SetupFilterStrength() 326 int map[NUM_MB_SEGMENTS] = { 0, 1, 2, 3 }; in SimplifySegments() 383 for (i = num_segments; i < NUM_MB_SEGMENTS; ++i) { in VP8SetSegmentParams()
|