Searched refs:do_two (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddsp.h83 // VP8Idct: Does one of two inverse transforms. If do_two is set, the transforms
86 int do_two);
135 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
H A Ddec_mips32.c544 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { argument
546 if (do_two) {
H A Denc_mips32.c151 uint8_t* dst, int do_two) {
153 if (do_two) {
150 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Ddec_sse2.c29 static void Transform(const int16_t* in, uint8_t* dst, int do_two) { argument
63 if (do_two) {
202 if (do_two) {
231 if (do_two) {
H A Denc_sse2.c104 int do_two) {
139 if (do_two) {
278 if (do_two) {
307 if (do_two) {
103 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Ddec.c95 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { argument
97 if (do_two) {
H A Denc.c126 int do_two) {
128 if (do_two) {
125 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Denc_neon.c247 const int16_t* in, uint8_t* dst, int do_two) {
249 if (do_two) {
246 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Ddec_neon.c1168 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { argument
1170 if (do_two) {
/external/webp/src/dsp/
H A Ddsp.h83 // VP8Idct: Does one of two inverse transforms. If do_two is set, the transforms
86 int do_two);
135 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
H A Ddec_mips32.c544 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { argument
546 if (do_two) {
H A Denc_mips32.c151 uint8_t* dst, int do_two) {
153 if (do_two) {
150 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Ddec_sse2.c29 static void Transform(const int16_t* in, uint8_t* dst, int do_two) { argument
63 if (do_two) {
202 if (do_two) {
231 if (do_two) {
H A Denc_sse2.c104 int do_two) {
139 if (do_two) {
278 if (do_two) {
307 if (do_two) {
103 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Ddec.c95 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { argument
97 if (do_two) {
H A Denc.c126 int do_two) {
128 if (do_two) {
125 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Denc_neon.c247 const int16_t* in, uint8_t* dst, int do_two) {
249 if (do_two) {
246 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
H A Ddec_neon.c1168 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { argument
1170 if (do_two) {

Completed in 3442 milliseconds