Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant.c173 m->y2_.q_[0] = kDcTable[ clip(q + enc->dq_y2_dc_, 0, 127)] * 2; in SetupMatrices()
174 m->y2_.q_[1] = kAcTable2[clip(q + enc->dq_y2_ac_, 0, 127)]; in SetupMatrices()
180 q16 = ExpandMatrix(&m->y2_, 1); in SetupMatrices()
661 nz |= VP8EncQuantizeBlock(dc_tmp, rd->y_dc_levels, 0, &dqm->y2_) << 24; in ReconstructIntra16()
Dvp8enci.h242 VP8Matrix y1_, y2_, uv_; // quantization matrices member