Home
last modified time | relevance | path

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

/external/webp/src/dsp/
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) in ITransformOne()
134 HORIZONTAL_PASS(16, 17, 18, 19, temp1, temp5, temp9, temp13) in ITransformOne()
135 HORIZONTAL_PASS(32, 33, 34, 35, temp2, temp6, temp10, temp14) in ITransformOne()
136 HORIZONTAL_PASS(48, 49, 50, 51, temp3, temp7, temp11, temp15) in ITransformOne()
159 #undef HORIZONTAL_PASS
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) in Disto4x4()
366 HORIZONTAL_PASS(16, 17, 18, 19, 16, 20, 24, 28, 80, 84, 88, 92) in Disto4x4()
367 HORIZONTAL_PASS(32, 33, 34, 35, 32, 36, 40, 44, 96, 100, 104, 108) in Disto4x4()
[all …]