Home
last modified time | relevance | path

Searched refs:y1_ (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Dquant.c168 m->y1_.q_[0] = kDcTable[clip(q + enc->dq_y1_dc_, 0, 127)]; in SetupMatrices()
169 m->y1_.q_[1] = kAcTable[clip(q, 0, 127)]; in SetupMatrices()
177 q4 = ExpandMatrix(&m->y1_, 0); in SetupMatrices()
605 &dqm->y1_, dqm->lambda_trellis_i16_); in ReconstructIntra16()
612 nz |= VP8EncQuantizeBlock(tmp[n], rd->y_ac_levels[n], 1, &dqm->y1_) << n; in ReconstructIntra16()
640 nz = TrellisQuantizeBlock(it, tmp, levels, ctx, 3, &dqm->y1_, in ReconstructIntra4()
643 nz = VP8EncQuantizeBlock(tmp, levels, 0, &dqm->y1_); in ReconstructIntra4()
Dvp8enci.h223 VP8Matrix y1_, y2_, uv_; // quantization matrices member