Searched refs:y2_ (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxge/agg/agg23/ |
D | agg_basics.h | 68 rect_base(T x1_, T y1_, T x2_, T y2_) : in rect_base() 69 x1(x1_), y1(y1_), x2(x2_), y2(y2_) {} in rect_base()
|
/external/webp/src/enc/ |
D | quant.c | 228 m->y2_.q_[0] = kDcTable[ clip(q + enc->dq_y2_dc_, 0, 127)] * 2; in SetupMatrices() 229 m->y2_.q_[1] = kAcTable2[clip(q + enc->dq_y2_ac_, 0, 127)]; in SetupMatrices() 235 q16 = ExpandMatrix(&m->y2_, 1); in SetupMatrices() 732 nz |= VP8EncQuantizeBlockWHT(dc_tmp, rd->y_dc_levels, &dqm->y2_) << 24; in ReconstructIntra16()
|
D | filter.c | 282 const int delta = (dqm->max_edge_ * dqm->y2_.q_[1]) >> 3; in VP8AdjustFilterStrength()
|
D | vp8enci.h | 247 VP8Matrix y1_, y2_, uv_; // quantization matrices member
|