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

  /external/chromium_org/third_party/libwebp/dsp/
enc.c 540 static int TTransform(const uint8_t* in, const uint16_t* w) {
576 const int sum1 = TTransform(a, w);
577 const int sum2 = TTransform(b, w);
enc_sse2.c 638 static int TTransform(const uint8_t* inA, const uint8_t* inB,
    [all...]
  /external/webp/src/dsp/
enc.c 540 static int TTransform(const uint8_t* in, const uint16_t* w) {
576 const int sum1 = TTransform(a, w);
577 const int sum2 = TTransform(b, w);
enc_sse2.c 638 static int TTransform(const uint8_t* inA, const uint8_t* inB,
    [all...]

Completed in 153 milliseconds