Home
last modified time | relevance | path

Searched refs:dqm_ (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dfilter_enc.c161 const int level0 = enc->dqm_[s].fstrength_; in VP8StoreFilterStats()
164 const int delta_min = -enc->dqm_[s].quant_; in VP8StoreFilterStats()
165 const int delta_max = enc->dqm_[s].quant_; in VP8StoreFilterStats()
210 enc->dqm_[s].fstrength_ = best_level; in VP8AdjustFilterStrength()
219 VP8SegmentInfo* const dqm = &enc->dqm_[s]; in VP8AdjustFilterStrength()
H A Dquant_enc.c247 VP8SegmentInfo* const m = &enc->dqm_[i]; in SetupMatrices()
301 VP8SegmentInfo* const m = &enc->dqm_[i]; in SetupFilterStrength()
311 enc->filter_hdr_.level_ = enc->dqm_[0].fstrength_; in SetupFilterStrength()
366 // array bounds of 'dqm_' with some compilers (noticed with gcc-4.9). in SimplifySegments()
373 const VP8SegmentInfo* const S1 = &enc->dqm_[s1]; in SimplifySegments()
377 const VP8SegmentInfo* const S2 = &enc->dqm_[s2]; in SimplifySegments()
386 enc->dqm_[num_final_segments] = enc->dqm_[s1]; in SimplifySegments()
397 enc->dqm_[i] = enc->dqm_[num_final_segment in SimplifySegments()
[all...]
H A Danalysis_enc.c94 enc->dqm_[n].alpha_ = clip(alpha, -127, 127); in SetSegmentAlphas()
95 enc->dqm_[n].beta_ = clip(beta, 0, 255); in SetSegmentAlphas()
359 enc->dqm_[0].alpha_ = 0; in ResetAllMBInfo()
360 enc->dqm_[0].beta_ = 0; in ResetAllMBInfo()
H A Dsyntax_enc.c200 VP8PutSignedBits(bw, enc->dqm_[s].quant_, 7); in PutSegmentHeader()
203 VP8PutSignedBits(bw, enc->dqm_[s].fstrength_, 6); in PutSegmentHeader()
H A Dwebp_enc.c289 stats->segment_level[i] = enc->dqm_[i].fstrength_; in StoreStats()
290 stats->segment_quant[i] = enc->dqm_[i].quant_; in StoreStats()
H A Dvp8i_enc.h377 VP8SegmentInfo dqm_[NUM_MB_SEGMENTS]; member
H A Dframe_enc.c508 case 3: *info = enc->dqm_[mb->segment_].quant_; break; in StoreSideInfo()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dquant_dec.c88 dec->dqm_[i] = dec->dqm_[0]; in VP8ParseQuant()
95 VP8QuantMatrix* const m = &dec->dqm_[i]; in VP8ParseQuant()
H A Dvp8i_dec.h221 VP8QuantMatrix dqm_[NUM_MB_SEGMENTS]; member
H A Dvp8_dec.c516 const VP8QuantMatrix* const q = &dec->dqm_[block->segment_]; in ParseResiduals()
H A Dframe_dec.c339 VP8QuantMatrix* const dqm = &dec->dqm_[s]; in VP8InitDithering()

Completed in 13 milliseconds