Searched refs:TrellisQuantizeBlock (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | quant_enc.c | 588 static int TrellisQuantizeBlock(const VP8Encoder* const enc, in TrellisQuantizeBlock() function 779 TrellisQuantizeBlock(enc, tmp[n], rd->y_ac_levels[n], ctx, 0, in ReconstructIntra16() 821 nz = TrellisQuantizeBlock(enc, tmp, levels, ctx, 3, &dqm->y1_, in ReconstructIntra4() 931 TrellisQuantizeBlock(enc, tmp[n], rd->uv_levels[n], ctx, 2, in ReconstructUV()
|