Home | History | Annotate | Download | only in dsp

Lines Matching refs:VERTICAL_PASS

33 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3)        \
125 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3)
126 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7)
127 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11)
128 VERTICAL_PASS(6, 22, 14, 30, temp20, temp12, temp13, temp14, temp15)
155 #undef VERTICAL_PASS
302 #define VERTICAL_PASS(A, B, C, D, A1, B1, C1, D1, E, F, G, H) \
376 VERTICAL_PASS( 0, 16, 32, 48, 64, 80, 96, 112, 0, 8, 16, 24)
377 VERTICAL_PASS( 4, 20, 36, 52, 68, 84, 100, 116, 2, 10, 18, 26)
378 VERTICAL_PASS( 8, 24, 40, 56, 72, 88, 104, 120, 4, 12, 20, 28)
379 VERTICAL_PASS(12, 28, 44, 60, 76, 92, 108, 124, 6, 14, 22, 30)
396 #undef VERTICAL_PASS
453 #define VERTICAL_PASS(A, B, C, D, TEMP0, TEMP4, TEMP8, TEMP12) \
496 VERTICAL_PASS(0, 8, 16, 24, temp0, temp4, temp8, temp12)
497 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13)
498 VERTICAL_PASS(4, 12, 20, 28, temp2, temp6, temp10, temp14)
499 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15)
513 #undef VERTICAL_PASS