Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
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()
Ddsp.h240 int do_two);
374 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
Denc_mips32.c149 uint8_t* dst, int do_two) { in ITransform_MIPS32() argument
151 if (do_two) { in ITransform_MIPS32()
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()
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()
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()
Denc.c150 int do_two) { in ITransform_C() argument
152 if (do_two) { in ITransform_C()
Denc_neon.c250 const int16_t* in, uint8_t* dst, int do_two) { in ITransform_NEON() argument
252 if (do_two) { in ITransform_NEON()
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()
Denc_mips_dsp_r2.c243 uint8_t* dst, int do_two) { in ITransform_MIPSdspR2() argument
245 if (do_two) { in ITransform_MIPSdspR2()
Denc_msa.c73 int do_two) { in ITransform_MSA() argument
75 if (do_two) { in ITransform_MSA()
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()
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()
/third_party/skia/third_party/externals/libwebp/src/dsp/
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()
Ddsp.h277 int do_two);
411 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
Denc_mips32.c149 uint8_t* dst, int do_two) { in ITransform_MIPS32() argument
151 if (do_two) { in ITransform_MIPS32()
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()
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()
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()
Denc.c150 int do_two) { in ITransform_C() argument
152 if (do_two) { in ITransform_C()
Denc_neon.c250 const int16_t* in, uint8_t* dst, int do_two) { in ITransform_NEON() argument
252 if (do_two) { in ITransform_NEON()
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()
Denc_mips_dsp_r2.c243 uint8_t* dst, int do_two) { in ITransform_MIPSdspR2() argument
245 if (do_two) { in ITransform_MIPSdspR2()
Denc_msa.c73 int do_two) { in ITransform_MSA() argument
75 if (do_two) { in ITransform_MSA()
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()

12