Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c43 static WEBP_INLINE void DoTransform(uint32_t bits, const int16_t* const src, in DoTransform() function
147 DoTransform(bits, coeffs + n * 16, dst); in ReconstructRow()
154 DoTransform(bits, coeffs + n * 16, y_dst + kScan[n]); in ReconstructRow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.cpp1516 bool DoTransform = true; in OptimizeBlock() local
1525 DoTransform = false; in OptimizeBlock()
1527 if (DoTransform) { in OptimizeBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp848 bool DoTransform) { in transformZExtICmp() argument
859 if (!DoTransform) return Cmp; in transformZExtICmp()
892 if (!DoTransform) return Cmp; in transformZExtICmp()
940 if (!DoTransform) return Cmp; in transformZExtICmp()
DInstCombineInternal.h532 bool DoTransform = true);