Searched refs:ReconstructIntra4 (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ |
D | quant.c | 789 static int ReconstructIntra4(VP8EncIterator* const it, in ReconstructIntra4() function 996 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_; in PickBestIntra4() 1116 nz |= ReconstructIntra4(it, rd->y_ac_levels[it->i4_], in SimpleQuantize() 1180 nz |= ReconstructIntra4(it, tmp_levels[it->i4_], in RefineUsingDistortion()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | quant.c | 693 static int ReconstructIntra4(VP8EncIterator* const it, in ReconstructIntra4() function 855 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_; in PickBestIntra4() 951 nz |= ReconstructIntra4(it, rd->y_ac_levels[it->i4_], in SimpleQuantize()
|