Searched refs:HORIZONTAL_PASS (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | enc_mips32.c | 131 HORIZONTAL_PASS(0, temp0, temp4, temp8, temp12) in ITransformOne_MIPS32() 132 HORIZONTAL_PASS(1, temp1, temp5, temp9, temp13) in ITransformOne_MIPS32() 133 HORIZONTAL_PASS(2, temp2, temp6, temp10, temp14) in ITransformOne_MIPS32() 134 HORIZONTAL_PASS(3, temp3, temp7, temp11, temp15) in ITransformOne_MIPS32() 157 #undef HORIZONTAL_PASS 398 #undef HORIZONTAL_PASS 493 HORIZONTAL_PASS(0, temp0, temp1, temp2, temp3) in FTransform_MIPS32() 494 HORIZONTAL_PASS(1, temp4, temp5, temp6, temp7) in FTransform_MIPS32() 495 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11) in FTransform_MIPS32() 496 HORIZONTAL_PASS(3, temp12, temp13, temp14, temp15) in FTransform_MIPS32() [all …]
|
A D | enc_mips_dsp_r2.c | 79 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \ macro 155 HORIZONTAL_PASS(0, temp0, temp1, temp2, temp3) in FTransform_MIPSdspR2() 156 HORIZONTAL_PASS(1, temp4, temp5, temp6, temp7) in FTransform_MIPSdspR2() 157 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11) in FTransform_MIPSdspR2() 158 HORIZONTAL_PASS(3, temp12, temp13, temp14, temp15) in FTransform_MIPSdspR2() 172 #undef HORIZONTAL_PASS
|
Completed in 7 milliseconds