Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/enc/
Dquant.c487 static int TrellisQuantizeBlock(const VP8EncIterator* const it, in TrellisQuantizeBlock() function
672 TrellisQuantizeBlock(it, tmp[n], rd->y_ac_levels[n], ctx, 0, in ReconstructIntra16()
708 nz = TrellisQuantizeBlock(it, tmp, levels, ctx, 3, &dqm->y1_, in ReconstructIntra4()
737 TrellisQuantizeBlock(it, tmp[n], rd->uv_levels[n], ctx, 2, in ReconstructUV()
/external/webp/src/enc/
Dquant.c570 static int TrellisQuantizeBlock(const VP8Encoder* const enc, in TrellisQuantizeBlock() function
762 TrellisQuantizeBlock(enc, tmp[n], rd->y_ac_levels[n], ctx, 0, in ReconstructIntra16()
804 nz = TrellisQuantizeBlock(enc, tmp, levels, ctx, 3, &dqm->y1_, in ReconstructIntra4()
833 TrellisQuantizeBlock(enc, tmp[n], rd->uv_levels[n], ctx, 2, in ReconstructUV()