Searched refs:TransformTwo (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dsp/ |
D | dec_mips32.c | 551 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() function 566 VP8Transform = TransformTwo; in VP8DspInitMIPS32()
|
D | dec_mips_dsp_r2.c | 153 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() function 961 VP8Transform = TransformTwo; in VP8DspInitMIPSdspR2()
|
D | dec.c | 96 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() function 713 VP8Transform = TransformTwo; in VP8DspInit()
|
D | dec_msa.c | 70 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() function 977 VP8Transform = TransformTwo; in VP8DspInitMSA()
|
D | dec_neon.c | 1173 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() function 1590 VP8Transform = TransformTwo; in VP8DspInitNEON()
|