Home
last modified time | relevance | path

Searched refs:y1_ (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_basics.h71 rect_base(T x1_, T y1_, T x2_, T y2_) : in rect_base()
72 x1(x1_), y1(y1_), x2(x2_), y2(y2_) {} in rect_base()
/external/opencv3/3rdparty/libwebp/enc/
Dquant.c172 m->y1_.q_[0] = kDcTable[clip(q + enc->dq_y1_dc_, 0, 127)]; in SetupMatrices()
173 m->y1_.q_[1] = kAcTable[clip(q, 0, 127)]; in SetupMatrices()
181 q4 = ExpandMatrix(&m->y1_, 0); in SetupMatrices()
673 &dqm->y1_, dqm->lambda_trellis_i16_); in ReconstructIntra16()
680 nz |= VP8EncQuantizeBlock(tmp[n], rd->y_ac_levels[n], 1, &dqm->y1_) << n; in ReconstructIntra16()
708 nz = TrellisQuantizeBlock(it, tmp, levels, ctx, 3, &dqm->y1_, in ReconstructIntra4()
711 nz = VP8EncQuantizeBlock(tmp, levels, 0, &dqm->y1_); in ReconstructIntra4()
Dvp8enci.h245 VP8Matrix y1_, y2_, uv_; // quantization matrices member
/external/webp/src/enc/
Dquant.c249 m->y1_.q_[0] = kDcTable[clip(q + enc->dq_y1_dc_, 0, 127)]; in SetupMatrices()
250 m->y1_.q_[1] = kAcTable[clip(q, 0, 127)]; in SetupMatrices()
258 q4 = ExpandMatrix(&m->y1_, 0); in SetupMatrices()
271 m->min_disto_ = 10 * m->y1_.q_[0]; // quantization-aware min disto in SetupMatrices()
763 &dqm->y1_, dqm->lambda_trellis_i16_); in ReconstructIntra16()
774 nz |= VP8EncQuantize2Blocks(tmp[n], rd->y_ac_levels[n], &dqm->y1_) << n; in ReconstructIntra16()
804 nz = TrellisQuantizeBlock(enc, tmp, levels, ctx, 3, &dqm->y1_, in ReconstructIntra4()
807 nz = VP8EncQuantizeBlock(tmp, levels, &dqm->y1_); in ReconstructIntra4()
Dvp8enci.h191 VP8Matrix y1_, y2_, uv_; // quantization matrices member
/external/ceres-solver/internal/ceres/
Ddynamic_autodiff_cost_function_test.cc553 y1_ = 3.0; in SetUp()
561 parameter_blocks_[2] = &y1_; in SetUp()
587 const double sum_y = y0_ + 2.0 * y1_; in SetUp()
659 double y1_; member in ceres::internal::SixParameterCostFunctorTest
/external/chromium-trace/catapult/third_party/flot/
Dexcanvas.js755 gradient.y1_ = aY1;
766 gradient.y1_ = aY1;
1021 var y1 = fillStyle.y1_ / arcScaleY;
1350 this.y1_ = 0;
Dexcanvas.min.js1y1_=m;return Z};q.createRadialGradient=function(p,ag,m,j,Z,i){var ah=new U("gradientradial");ah.x0…
/external/opencv3/modules/calib3d/src/
Dcalibration.cpp3517 double y1_ = 0, y2_ = 0, y1y1_ = 0, y1y2_ = 0; in adjust3rdMatrix() local
3524 y1_ += y1; y2_ += y2; in adjust3rdMatrix()
3528 y1_ /= n; in adjust3rdMatrix()
3533 double a = (y1y2_ - y1_*y2_)/(y1y1_ - y1_*y1_); in adjust3rdMatrix()
3534 double b = y2_ - a*y1_; in adjust3rdMatrix()