Searched defs:do_two (Results 1 – 12 of 12) 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()
|
D | enc_mips32.c | 148 uint8_t* dst, int do_two) { in ITransform()
|
D | enc_neon.c | 247 const int16_t* in, uint8_t* dst, int do_two) { in ITransform()
|
D | dec_mips_dsp_r2.c | 153 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo()
|
D | dec.c | 96 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo()
|
D | enc.c | 144 int do_two) { in ITransform()
|
D | enc_mips_dsp_r2.c | 242 int do_two) { in ITransform()
|
D | enc_msa.c | 73 int do_two) { in ITransform()
|
D | dec_sse2.c | 31 static void Transform(const int16_t* in, uint8_t* dst, int do_two) { in Transform()
|
D | dec_msa.c | 70 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo()
|
D | enc_sse2.c | 30 int do_two) { in ITransform()
|
D | dec_neon.c | 1173 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo()
|