Searched refs:do_two (Results 1 – 11 of 11) sorted by relevance
/external/webp/src/dsp/ |
D | dsp.h | 134 int do_two); 221 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
|
D | dec_mips32.c | 551 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument 553 if (do_two) { in TransformTwo()
|
D | enc_mips32.c | 148 uint8_t* dst, int do_two) { in ITransform() argument 150 if (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() argument 155 if (do_two) { in TransformTwo()
|
D | dec_sse2.c | 29 static void Transform(const int16_t* in, uint8_t* dst, int do_two) { in Transform() argument 63 if (do_two) { in Transform() 202 if (do_two) { in Transform() 231 if (do_two) { in Transform()
|
D | enc_sse2.c | 57 int do_two) { in ITransform() argument 92 if (do_two) { in ITransform() 231 if (do_two) { in ITransform() 260 if (do_two) { in ITransform()
|
D | enc.c | 144 int do_two) { in ITransform() argument 146 if (do_two) { in ITransform()
|
D | dec.c | 95 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument 97 if (do_two) { in TransformTwo()
|
D | enc_neon.c | 247 const int16_t* in, uint8_t* dst, int do_two) { in ITransform() argument 249 if (do_two) { in ITransform()
|
D | enc_mips_dsp_r2.c | 242 int do_two) { in ITransform() argument 244 if (do_two) { in ITransform()
|
D | dec_neon.c | 1173 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument 1175 if (do_two) { in TransformTwo()
|