Home
last modified time | relevance | path

Searched refs:do_two (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Ddec_mips32.c551 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument
553 if (do_two) { in TransformTwo()
A Ddsp.h240 int do_two);
374 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
A Denc_mips32.c149 uint8_t* dst, int do_two) { in ITransform_MIPS32() argument
151 if (do_two) { in ITransform_MIPS32()
A Ddec_mips_dsp_r2.c153 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument
155 if (do_two) { in TransformTwo()
A Ddec_sse2.c33 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()
A Denc_sse2.c30 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()
A Denc.c150 int do_two) { in ITransform_C() argument
152 if (do_two) { in ITransform_C()
A Denc_neon.c250 const int16_t* in, uint8_t* dst, int do_two) { in ITransform_NEON() argument
252 if (do_two) { in ITransform_NEON()
A Ddec.c99 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()
A Denc_mips_dsp_r2.c243 uint8_t* dst, int do_two) { in ITransform_MIPSdspR2() argument
245 if (do_two) { in ITransform_MIPSdspR2()
A Denc_msa.c73 int do_two) { in ITransform_MSA() argument
75 if (do_two) { in ITransform_MSA()
A Ddec_msa.c70 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument
72 if (do_two) { in TransformTwo()
A Ddec_neon.c1186 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()

Completed in 40 milliseconds