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

  /external/webp/src/dsp/
enc_neon.c 481 static void FTransformWHT(const int16_t* src, int16_t* out) {
    [all...]
enc.c 185 static void FTransformWHT(const int16_t* in, int16_t* out) {
875 VP8FTransformWHT = FTransformWHT;
enc_mips_dsp_r2.c     [all...]
enc_msa.c 133 static void FTransformWHT(const int16_t* in, int16_t* out) {
868 VP8FTransformWHT = FTransformWHT;
enc_sse2.c 401 static void FTransformWHT(const int16_t* in, int16_t* out) {
    [all...]

Completed in 150 milliseconds