HomeSort by relevance Sort by last modified time
    Searched refs:VERTICAL_PASS (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
enc_mips32.c 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
    [all...]
enc_mips_dsp_r2.c 116 #define VERTICAL_PASS(A, B, C, D, TEMP0, TEMP4, TEMP8, TEMP12) \
159 VERTICAL_PASS(0, 8, 16, 24, temp0, temp4, temp8, temp12)
160 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13)
161 VERTICAL_PASS(4, 12, 20, 28, temp2, temp6, temp10, temp14)
162 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15)
170 #undef VERTICAL_PASS
    [all...]

Completed in 902 milliseconds