/external/pdfium/third_party/agg23/ |
D | agg_basics.h | 71 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/ |
D | quant.c | 172 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()
|
D | vp8enci.h | 245 VP8Matrix y1_, y2_, uv_; // quantization matrices member
|
/external/webp/src/enc/ |
D | quant.c | 249 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()
|
D | vp8enci.h | 191 VP8Matrix y1_, y2_, uv_; // quantization matrices member
|
/external/ceres-solver/internal/ceres/ |
D | dynamic_autodiff_cost_function_test.cc | 553 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/ |
D | excanvas.js | 755 gradient.y1_ = aY1; 766 gradient.y1_ = aY1; 1021 var y1 = fillStyle.y1_ / arcScaleY; 1350 this.y1_ = 0;
|
D | excanvas.min.js | 1 …y1_=m;return Z};q.createRadialGradient=function(p,ag,m,j,Z,i){var ah=new U("gradientradial");ah.x0…
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 3517 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()
|