y2_               456 third_party/libwebp/enc/filter.c       const int delta = (dqm->max_edge_ * dqm->y2_.q_[1]) >> 3;
y2_               228 third_party/libwebp/enc/quant.c     m->y2_.q_[0] = kDcTable[ clip(q + enc->dq_y2_dc_, 0, 127)] * 2;
y2_               229 third_party/libwebp/enc/quant.c     m->y2_.q_[1] = kAcTable2[clip(q + enc->dq_y2_ac_, 0, 127)];
y2_               235 third_party/libwebp/enc/quant.c     q16 = ExpandMatrix(&m->y2_, 1);
y2_               721 third_party/libwebp/enc/quant.c   nz |= VP8EncQuantizeBlockWHT(dc_tmp, rd->y_dc_levels, &dqm->y2_) << 24;
y2_               245 third_party/libwebp/enc/vp8enci.h   VP8Matrix y1_, y2_, uv_;  // quantization matrices
y2_                78 ui/gfx/geometry/cubic_bezier.cc   return bezier_interp(x1_, y1_, x2_, y2_, x);
y2_                84 ui/gfx/geometry/cubic_bezier.cc   if (0 <= y1_ && y1_ < 1 && 0 <= y2_ && y2_ <= 1)
y2_                88 ui/gfx/geometry/cubic_bezier.cc   double a = 3 * (y1_ - y2_) + 1;
y2_                89 ui/gfx/geometry/cubic_bezier.cc   double b = 2 * (y2_ - 2 * y1_);
y2_               119 ui/gfx/geometry/cubic_bezier.cc     sol_1 = eval_bezier(y1_, y2_, t_1);
y2_               122 ui/gfx/geometry/cubic_bezier.cc     sol_2 = eval_bezier(y1_, y2_, t_2);
y2_                29 ui/gfx/geometry/cubic_bezier.h   double y2_;