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 | 149 uint8_t* dst, int do_two) { in ITransform_MIPS32()
|
D | enc_neon.c | 250 const int16_t* in, uint8_t* dst, int do_two) { in ITransform_NEON()
|
D | dec_mips_dsp_r2.c | 153 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo()
|
D | enc.c | 150 int 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()
|
D | enc_mips_dsp_r2.c | 243 uint8_t* dst, int do_two) { in ITransform_MIPSdspR2()
|
D | enc_msa.c | 73 int do_two) { in ITransform_MSA()
|
D | dec_sse2.c | 33 static void Transform_SSE2(const int16_t* in, uint8_t* dst, int do_two) { in Transform_SSE2()
|
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_SSE2()
|
D | dec_neon.c | 1186 static void TransformTwo_NEON(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo_NEON()
|