Searched refs:HORIZONTAL_PASS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Denc_mips32.c64 #define HORIZONTAL_PASS(A, B, C, D, TEMP0, TEMP4, TEMP8, TEMP12) \ macro
133 HORIZONTAL_PASS( 0, 1, 2, 3, temp0, temp4, temp8, temp12)
134 HORIZONTAL_PASS(16, 17, 18, 19, temp1, temp5, temp9, temp13)
135 HORIZONTAL_PASS(32, 33, 34, 35, temp2, temp6, temp10, temp14)
136 HORIZONTAL_PASS(48, 49, 50, 51, temp3, temp7, temp11, temp15)
159 #undef HORIZONTAL_PASS macro
251 #define HORIZONTAL_PASS(A, B, C, D, E, F, G, H, E1, F1, G1, H1) \ macro
365 HORIZONTAL_PASS( 0, 1, 2, 3, 0, 4, 8, 12, 64, 68, 72, 76)
366 HORIZONTAL_PASS(16, 17, 18, 19, 16, 20, 24, 28, 80, 84, 88, 92)
367 HORIZONTAL_PASS(3
392 #undef HORIZONTAL_PASS macro
410 #define HORIZONTAL_PASS macro
509 #undef HORIZONTAL_PASS macro
[all...]
/external/webp/src/dsp/
H A Denc_mips32.c64 #define HORIZONTAL_PASS(A, B, C, D, TEMP0, TEMP4, TEMP8, TEMP12) \ macro
133 HORIZONTAL_PASS( 0, 1, 2, 3, temp0, temp4, temp8, temp12)
134 HORIZONTAL_PASS(16, 17, 18, 19, temp1, temp5, temp9, temp13)
135 HORIZONTAL_PASS(32, 33, 34, 35, temp2, temp6, temp10, temp14)
136 HORIZONTAL_PASS(48, 49, 50, 51, temp3, temp7, temp11, temp15)
159 #undef HORIZONTAL_PASS macro
251 #define HORIZONTAL_PASS(A, B, C, D, E, F, G, H, E1, F1, G1, H1) \ macro
365 HORIZONTAL_PASS( 0, 1, 2, 3, 0, 4, 8, 12, 64, 68, 72, 76)
366 HORIZONTAL_PASS(16, 17, 18, 19, 16, 20, 24, 28, 80, 84, 88, 92)
367 HORIZONTAL_PASS(3
392 #undef HORIZONTAL_PASS macro
410 #define HORIZONTAL_PASS macro
509 #undef HORIZONTAL_PASS macro
[all...]

Completed in 1555 milliseconds