HomeSort by relevance Sort by last modified time
    Searched refs:DoTransform (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
frame.c 680 static WEBP_INLINE void DoTransform(uint32_t bits, const int16_t* const src,
780 DoTransform(bits, coeffs + n * 16, dst);
788 DoTransform(bits, coeffs + n * 16, y_dst + kScan[n]);
  /external/webp/src/dec/
frame.c 680 static WEBP_INLINE void DoTransform(uint32_t bits, const int16_t* const src,
780 DoTransform(bits, coeffs + n * 16, dst);
788 DoTransform(bits, coeffs + n * 16, y_dst + kScan[n]);
  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]

Completed in 311 milliseconds