Searched refs:y2_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/animation/
H A Dtiming_function.cc83 : x1_(x1), y1_(y1), x2_(x2), y2_(y2) {}
88 return static_cast<float>(bezier_interp(x1_, y1_, x2_, y2_, x));
H A Dtiming_function.h45 double y2_; member in class:cc::CubicBezierTimingFunction
/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c175 m->y2_.q_[0] = kDcTable[ clip(q + enc->dq_y2_dc_, 0, 127)] * 2;
176 m->y2_.q_[1] = kAcTable2[clip(q + enc->dq_y2_ac_, 0, 127)];
182 q16 = ExpandMatrix(&m->y2_, 1);
663 nz |= VP8EncQuantizeBlock(dc_tmp, rd->y_dc_levels, 0, &dqm->y2_) << 24;
H A Dvp8enci.h245 VP8Matrix y1_, y2_, uv_; // quantization matrices member in struct:__anon11615
/external/webp/src/enc/
H A Dquant.c175 m->y2_.q_[0] = kDcTable[ clip(q + enc->dq_y2_dc_, 0, 127)] * 2;
176 m->y2_.q_[1] = kAcTable2[clip(q + enc->dq_y2_ac_, 0, 127)];
182 q16 = ExpandMatrix(&m->y2_, 1);
663 nz |= VP8EncQuantizeBlock(dc_tmp, rd->y_dc_levels, 0, &dqm->y2_) << 24;
H A Dvp8enci.h245 VP8Matrix y1_, y2_, uv_; // quantization matrices member in struct:__anon28031

Completed in 87 milliseconds