Searched defs:do_two (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/webp/src/dsp/ |
H A D | dec_mips32.c | 535 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo()
|
H A D | enc_mips32.c | 145 uint8_t* dst, int do_two) { in ITransform_MIPS32()
|
H A D | enc_neon.c | 251 const int16_t* in, uint8_t* dst, int do_two) { in ITransform_NEON()
|
H A D | dec_mips_dsp_r2.c | 151 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo()
|
H A D | enc.c | 150 int do_two) { in ITransform_C()
|
H A D | dec.c | 98 static void TransformTwo_C(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo_C()
|
H A D | enc_mips_dsp_r2.c | 243 uint8_t* dst, int do_two) { in ITransform_MIPSdspR2()
|
H A D | enc_msa.c | 73 int do_two) { in ITransform_MSA()
|
H A D | dec_sse2.c | 33 static void Transform_SSE2(const int16_t* in, uint8_t* dst, int do_two) { in Transform_SSE2()
|
H A D | dec_msa.c | 68 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo()
|
H A D | enc_sse2.c | 320 int do_two) { in ITransform_SSE2()
|
H A D | dec_neon.c | 1187 static void TransformTwo_NEON(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo_NEON()
|