Searched refs:ReconstructIntra16 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c716 static int ReconstructIntra16(VP8EncIterator* const it, function
883 nz = ReconstructIntra16(it, &rd16, tmp_dst, mode);
1063 nz = ReconstructIntra16(it, rd, it->yuv_out_ + Y_OFF, it->preds_[0]);
/external/webp/src/enc/
H A Dquant.c716 static int ReconstructIntra16(VP8EncIterator* const it, function
883 nz = ReconstructIntra16(it, &rd16, tmp_dst, mode);
1063 nz = ReconstructIntra16(it, rd, it->yuv_out_ + Y_OFF, it->preds_[0]);

Completed in 50 milliseconds