Searched refs:y1_ (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/enc/ |
D | quant.c | 225 m->y1_.q_[0] = kDcTable[clip(q + enc->dq_y1_dc_, 0, 127)]; in SetupMatrices() 226 m->y1_.q_[1] = kAcTable[clip(q, 0, 127)]; in SetupMatrices() 234 q4 = ExpandMatrix(&m->y1_, 0); in SetupMatrices() 247 m->min_disto_ = 10 * m->y1_.q_[0]; // quantization-aware min disto in SetupMatrices() 742 &dqm->y1_, dqm->lambda_trellis_i16_); in ReconstructIntra16() 753 nz |= VP8EncQuantizeBlock(tmp[n], rd->y_ac_levels[n], &dqm->y1_) << n; in ReconstructIntra16() 782 nz = TrellisQuantizeBlock(enc, tmp, levels, ctx, 3, &dqm->y1_, in ReconstructIntra4() 785 nz = VP8EncQuantizeBlock(tmp, levels, &dqm->y1_); in ReconstructIntra4()
|
D | vp8enci.h | 247 VP8Matrix y1_, y2_, uv_; // quantization matrices member
|
/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/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
|