Searched refs:VERTICAL_PASS (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | enc_mips32.c | 33 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \ macro 126 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3) in ITransformOne_MIPS32() 127 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7) in ITransformOne_MIPS32() 128 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11) in ITransformOne_MIPS32() 129 VERTICAL_PASS(6, 22, 14, 30, temp20, temp12, temp13, temp14, temp15) in ITransformOne_MIPS32() 156 #undef VERTICAL_PASS 303 #define VERTICAL_PASS(A, B, C, D, A1, B1, C1, D1, E, F, G, H) \ macro 377 VERTICAL_PASS( 0, 16, 32, 48, 64, 80, 96, 112, 0, 8, 16, 24) in Disto4x4_MIPS32() 378 VERTICAL_PASS( 4, 20, 36, 52, 68, 84, 100, 116, 2, 10, 18, 26) in Disto4x4_MIPS32() 379 VERTICAL_PASS( 8, 24, 40, 56, 72, 88, 104, 120, 4, 12, 20, 28) in Disto4x4_MIPS32() [all …]
|
D | enc_mips_dsp_r2.c | 116 #define VERTICAL_PASS(A, B, C, D, TEMP0, TEMP4, TEMP8, TEMP12) \ macro 160 VERTICAL_PASS(0, 8, 16, 24, temp0, temp4, temp8, temp12) in FTransform_MIPSdspR2() 161 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13) in FTransform_MIPSdspR2() 162 VERTICAL_PASS(4, 12, 20, 28, temp2, temp6, temp10, temp14) in FTransform_MIPSdspR2() 163 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15) in FTransform_MIPSdspR2() 171 #undef VERTICAL_PASS
|