Home
last modified time | relevance | path

Searched refs:lambda_mode_ (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Dquant_enc.c266 m->lambda_mode_ = (1 * q_i4 * q_i4) >> 7; in SetupMatrices()
276 CheckLambdaValue(&m->lambda_mode_); in SetupMatrices()
1027 SetRDScore(dqm->lambda_mode_, rd); // finalize score for mode decision. in PickBestIntra16()
1066 SetRDScore(dqm->lambda_mode_, &rd_best); in PickBestIntra4()
1119 SetRDScore(dqm->lambda_mode_, &rd_i4); in PickBestIntra4()
Dvp8i_enc.h200 int lambda_mode_, lambda_trellis_, tlambda_; member