Searched defs:VERTICAL_PASS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Denc_mips32.c36 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \ macro
128 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3)
129 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7)
130 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11)
131 VERTICAL_PASS(6, 22, 14, 30, temp20, temp12, temp13, temp14, temp15)
158 #undef VERTICAL_PASS macro
297 #define VERTICAL_PASS(A, B, C, D, A1, B1, C1, D1, E, F, G, H) \ macro
371 VERTICAL_PASS( 0, 16, 32, 48, 64, 80, 96, 112, 0, 8, 16, 24)
372 VERTICAL_PASS( 4, 20, 36, 52, 68, 84, 100, 116, 2, 10, 18, 26)
373 VERTICAL_PASS(
391 #undef VERTICAL_PASS macro
448 #define VERTICAL_PASS macro
508 #undef VERTICAL_PASS macro
[all...]
/external/webp/src/dsp/
H A Denc_mips32.c36 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \ macro
128 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3)
129 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7)
130 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11)
131 VERTICAL_PASS(6, 22, 14, 30, temp20, temp12, temp13, temp14, temp15)
158 #undef VERTICAL_PASS macro
297 #define VERTICAL_PASS(A, B, C, D, A1, B1, C1, D1, E, F, G, H) \ macro
371 VERTICAL_PASS( 0, 16, 32, 48, 64, 80, 96, 112, 0, 8, 16, 24)
372 VERTICAL_PASS( 4, 20, 36, 52, 68, 84, 100, 116, 2, 10, 18, 26)
373 VERTICAL_PASS(
391 #undef VERTICAL_PASS macro
448 #define VERTICAL_PASS macro
508 #undef VERTICAL_PASS macro
[all...]

Completed in 46 milliseconds