Searched refs:do_two (Results 1 – 14 of 14) 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() argument 553 if (do_two) { in TransformTwo()
|
D | dsp.h | 246 int do_two); 380 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
|
D | enc_mips32.c | 149 uint8_t* dst, int do_two) { in ITransform_MIPS32() argument 151 if (do_two) { in ITransform_MIPS32()
|
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 | 33 static void Transform_SSE2(const int16_t* in, uint8_t* dst, int do_two) { in Transform_SSE2() argument 67 if (do_two) { in Transform_SSE2() 153 if (do_two) { in Transform_SSE2() 182 if (do_two) { in Transform_SSE2()
|
D | enc_sse2.c | 30 int do_two) { in ITransform_SSE2() argument 65 if (do_two) { in ITransform_SSE2() 151 if (do_two) { in ITransform_SSE2() 180 if (do_two) { in ITransform_SSE2()
|
D | enc_neon.c | 250 const int16_t* in, uint8_t* dst, int do_two) { in ITransform_NEON() argument 252 if (do_two) { in ITransform_NEON()
|
D | enc.c | 150 int do_two) { in ITransform_C() argument 152 if (do_two) { in ITransform_C()
|
D | dec.c | 99 static void TransformTwo_C(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo_C() argument 101 if (do_two) { in TransformTwo_C()
|
D | enc_mips_dsp_r2.c | 243 uint8_t* dst, int do_two) { in ITransform_MIPSdspR2() argument 245 if (do_two) { in ITransform_MIPSdspR2()
|
D | enc_msa.c | 73 int do_two) { in ITransform_MSA() argument 75 if (do_two) { in ITransform_MSA()
|
D | dec_msa.c | 70 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument 72 if (do_two) { in TransformTwo()
|
D | dec_neon.c | 1186 static void TransformTwo_NEON(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo_NEON() argument 1188 if (do_two) { in TransformTwo_NEON()
|
/external/llvm-project/llvm/docs/ |
D | Coroutines.rst | 569 do_two();
|