Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libwebp/dsp/
Denc_neon.c145 const int16_t* in, uint8_t* dst, int do_two) { in ITransform() argument
147 if (do_two) { in ITransform()
Ddsp.h58 int do_two);
103 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
Ddec_neon.c312 static void TransformTwoNEON(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwoNEON() argument
314 if (do_two) { in TransformTwoNEON()
Ddec_sse2.c29 static void TransformSSE2(const int16_t* in, uint8_t* dst, int do_two) { in TransformSSE2() argument
63 if (do_two) { in TransformSSE2()
202 if (do_two) { in TransformSSE2()
231 if (do_two) { in TransformSSE2()
Denc_sse2.c106 int do_two) { in ITransformSSE2() argument
141 if (do_two) { in ITransformSSE2()
280 if (do_two) { in ITransformSSE2()
309 if (do_two) { in ITransformSSE2()
Denc.c128 int do_two) { in ITransform() argument
130 if (do_two) { in ITransform()
Ddec.c108 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument
110 if (do_two) { in TransformTwo()
/external/webp/src/dsp/
Denc_neon.c145 const int16_t* in, uint8_t* dst, int do_two) { in ITransform() argument
147 if (do_two) { in ITransform()
Ddsp.h58 int do_two);
103 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
Ddec_neon.c312 static void TransformTwoNEON(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwoNEON() argument
314 if (do_two) { in TransformTwoNEON()
Ddec_sse2.c29 static void TransformSSE2(const int16_t* in, uint8_t* dst, int do_two) { in TransformSSE2() argument
63 if (do_two) { in TransformSSE2()
202 if (do_two) { in TransformSSE2()
231 if (do_two) { in TransformSSE2()
Denc_sse2.c106 int do_two) { in ITransformSSE2() argument
141 if (do_two) { in ITransformSSE2()
280 if (do_two) { in ITransformSSE2()
309 if (do_two) { in ITransformSSE2()
Denc.c128 int do_two) { in ITransform() argument
130 if (do_two) { in ITransform()
Ddec.c108 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument
110 if (do_two) { in TransformTwo()