Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant.c167 int q4, q16, quv; in SetupMatrices() local
179 quv = ExpandMatrix(&m->uv_, 2); in SetupMatrices()
185 m->lambda_uv_ = (3 * quv * quv) >> 6; in SetupMatrices()
189 m->lambda_trellis_uv_ = (quv *quv) << 1; in SetupMatrices()