Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/enc/
Dfilter_enc.c221 const int delta = (dqm->max_edge_ * dqm->y2_.q_[1]) >> 3; in VP8AdjustFilterStrength()
Dquant_enc.c253 m->y2_.q_[0] = kDcTable[ clip(q + enc->dq_y2_dc_, 0, 127)] * 2; in SetupMatrices()
254 m->y2_.q_[1] = kAcTable2[clip(q + enc->dq_y2_ac_, 0, 127)]; in SetupMatrices()
260 q_i16 = ExpandMatrix(&m->y2_, 1); in SetupMatrices()
770 nz |= VP8EncQuantizeBlockWHT(dc_tmp, rd->y_dc_levels, &dqm->y2_) << 24; in ReconstructIntra16()
Dvp8i_enc.h190 VP8Matrix y1_, y2_, uv_; // quantization matrices member
/third_party/littlefs/scripts/
Dplotmpl.py794 y2_ = s.args.get('y2', False) or y2
883 if y2_:
Dplot.py903 y2_ = s.args.get('y2', False) or y2
935 s.y2 = y2_