Searched refs:TransformWHT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_neon.c319 static void TransformWHT(const int16_t* in, int16_t* out) { function
396 VP8TransformWHT = TransformWHT;
H A Ddec.c142 static void TransformWHT(const int16_t* in, int16_t* out) { function
169 void (*VP8TransformWHT)(const int16_t* in, int16_t* out) = TransformWHT;
/external/webp/src/dsp/
H A Ddec_neon.c319 static void TransformWHT(const int16_t* in, int16_t* out) { function
396 VP8TransformWHT = TransformWHT;
H A Ddec.c142 static void TransformWHT(const int16_t* in, int16_t* out) { function
169 void (*VP8TransformWHT)(const int16_t* in, int16_t* out) = TransformWHT;

Completed in 149 milliseconds