Searched defs:do_two (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/dsp/ |
D | dec_mips32.c | 544 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo()
|
D | enc_mips32.c | 151 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 | enc.c | 126 int do_two) { in ITransform()
|
D | dec.c | 95 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo()
|
D | enc_sse2.c | 104 int do_two) { in ITransform()
|
D | dec_sse2.c | 29 static void Transform(const int16_t* in, uint8_t* dst, int do_two) { in Transform()
|
D | dec_neon.c | 1168 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo()
|