Searched refs:FTransformWHT (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
H A Denc_neon.c346 static void FTransformWHT(const int16_t* in, int16_t* out) { function
630 VP8FTransformWHT = FTransformWHT;
H A Denc.c191 static void FTransformWHT(const int16_t* in, int16_t* out) { function
702 VP8FTransformWHT = FTransformWHT;
/external/webp/src/dsp/
H A Denc.c185 static void FTransformWHT(const int16_t* in, int16_t* out) { function
750 VP8FTransformWHT = FTransformWHT;
H A Denc_neon.c481 static void FTransformWHT(const int16_t* src, int16_t* out) { function
915 VP8FTransformWHT = FTransformWHT;
H A Denc_mips_dsp_r2.c1324 // macro for one horizontal pass in FTransformWHT
1343 // macro for one vertical pass in FTransformWHT
1361 static void FTransformWHT(const int16_t* in, int16_t* out) { function
1504 VP8FTransformWHT = FTransformWHT;
H A Denc_sse2.c483 static void FTransformWHT(const int16_t* in, int16_t* out) { function
1455 VP8FTransformWHT = FTransformWHT;

Completed in 106 milliseconds