/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_mips32.c | 61 #define HORIZONTAL_PASS(A, TEMP0, TEMP4, TEMP8, TEMP12) \ macro 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 257 #define HORIZONTAL_PASS(A, E, F, G, H, E1, F1, G1, H1) \ macro 371 HORIZONTAL_PASS(0, 0, 4, 8, 12, 64, 68, 72, 76) in Disto4x4_MIPS32() 372 HORIZONTAL_PASS(1, 16, 20, 24, 28, 80, 84, 88, 92) in Disto4x4_MIPS32() 373 HORIZONTAL_PASS(2, 32, 36, 40, 44, 96, 100, 104, 108) in Disto4x4_MIPS32() [all …]
|
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
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_mips32.c | 61 #define HORIZONTAL_PASS(A, TEMP0, TEMP4, TEMP8, TEMP12) \ macro 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 257 #define HORIZONTAL_PASS(A, E, F, G, H, E1, F1, G1, H1) \ macro 371 HORIZONTAL_PASS(0, 0, 4, 8, 12, 64, 68, 72, 76) in Disto4x4_MIPS32() 372 HORIZONTAL_PASS(1, 16, 20, 24, 28, 80, 84, 88, 92) in Disto4x4_MIPS32() 373 HORIZONTAL_PASS(2, 32, 36, 40, 44, 96, 100, 104, 108) in Disto4x4_MIPS32() [all …]
|
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
|