/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_mips_dsp_r2.c | 149 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform_MIPSdspR2() local 157 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11) in FTransform_MIPSdspR2() 162 VERTICAL_PASS(4, 12, 20, 28, temp2, temp6, temp10, temp14) in FTransform_MIPSdspR2() 177 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in ITransformOne() local 185 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14, in ITransformOne() 186 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6, in ITransformOne() 188 INSERT_HALF_X2(temp8, temp7, temp10, temp9) in ITransformOne() 195 LOAD_IN_X2(temp9, temp10, 28, 30) in ITransformOne() 197 temp12, temp14, temp11, temp13, temp17, temp18, temp9, temp10, in ITransformOne() 204 SRA_16(temp9, temp10, temp1 in ITransformOne() 253 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17; Disto4x4_MIPSdspR2() local 736 int temp6, temp7, temp8, temp9, temp10, temp11; RD4() local 835 int temp6, temp7, temp8, temp9, temp10, temp11; LD4() local [all...] |
H A D | dec_mips_dsp_r2.c | 27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; in TransformDC() local 38 CONVERT_2_BYTES_TO_HALF(temp6, temp7, temp8, temp9, temp10, temp1, temp2, in TransformDC() 40 STORE_SAT_SUM_X2(temp6, temp7, temp8, temp9, temp10, temp1, temp2, temp3, in TransformDC() 57 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in TransformAC3() local 65 SHIFT_R_SUM_X2(temp1, temp6, temp7, temp8, temp2, temp9, temp10, temp4, in TransformAC3() 74 temp4, temp7, temp6, temp10, temp9) in TransformAC3() 88 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in TransformOne() local 96 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14, in TransformOne() 97 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6, in TransformOne() 99 INSERT_HALF_X2(temp8, temp7, temp10, temp in TransformOne() 165 int temp10, temp11, temp12, temp13, temp14, temp15; FilterLoop26() local [all...] |
H A D | rescaler_mips_dsp_r2.c | 45 int temp8, temp9, temp10, temp11; 70 "lw %[temp10], 8(%[irow]) \n\t" 76 "subu %[temp10], %[temp10], %[temp2] \n\t" 83 "maddu $ac2, %[temp10], %[temp7] \n\t" 88 "mfhi %[temp10], $ac2 \n\t" 96 "sb %[temp10], -2(%[dst]) \n\t" 102 [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), 226 int temp8, temp9, temp10, temp1 in ExportRowExpand_MIPSdspR2() local [all...] |
H A D | enc_mips32.c | 120 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; in ITransformOne_MIPS32() local 128 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11) in ITransformOne_MIPS32() 133 HORIZONTAL_PASS(2, temp2, temp6, temp10, temp14) in ITransformOne_MIPS32() 139 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11), in ITransformOne_MIPS32() 485 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform_MIPS32() local 495 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11) in FTransform_MIPS32() 500 VERTICAL_PASS(4, 12, 20, 28, temp2, temp6, temp10, temp14) in FTransform_MIPS32() 506 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp1 in FTransform_MIPS32() [all...] |
H A D | mips_macro.h | 192 [temp10]"=&r"(temp10)
|
H A D | dec_mips32.c | 221 int temp10, temp11, temp12, temp13, temp14; in TransformOne() local 249 "lh %[temp10], 20(%[in]) \n\t" in TransformOne() 279 "addu %[temp16], %[temp2], %[temp10] \n\t" in TransformOne() 280 "subu %[temp2], %[temp2], %[temp10] \n\t" in TransformOne() 281 "mul %[temp10], %[temp6], %[kC2] \n\t" in TransformOne() 285 "sra %[temp10], %[temp10], 16 \n\t" in TransformOne() 287 "subu %[temp17], %[temp10], %[temp17] \n\t" in TransformOne() 289 "addu %[temp10], %[temp16], %[temp6] \n\t" in TransformOne() 313 "addu %[temp16], %[temp8], %[temp10] \ in TransformOne() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacdec_mips.h | 183 float temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17; in VMUL4S_mips() local 196 "lwxc1 %[temp10], %[temp1](%[v]) \n\t" in VMUL4S_mips() 221 "mul.s %[temp10], %[temp10], %[temp14] \n\t" in VMUL4S_mips() 226 "swc1 %[temp10], 0(%[dst]) \n\t" in VMUL4S_mips() 233 [temp4]"=&r"(temp4), [temp10]"=&f"(temp10), in VMUL4S_mips()
|
H A D | fft_mips.c | 337 temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in ff_imdct_half_mips() local 366 "mul.s %[temp10], %[temp1], %[temp3] \t\n" in ff_imdct_half_mips() 370 "madd.s %[temp10], %[temp10], %[temp4], %[temp2] \t\n" in ff_imdct_half_mips() 387 [temp9]"=&f"(temp9), [temp10]"=&f"(temp10), in ff_imdct_half_mips() 397 z[j ].im = temp10; in ff_imdct_half_mips() 421 "mul.s %[temp10], %[temp1], %[temp3] \t\n" in ff_imdct_half_mips() 425 "madd.s %[temp10], %[temp10], in ff_imdct_half_mips() [all...] |
H A D | sbrdsp_mips.c | 320 float temp6, temp7, temp8, temp9, temp10, temp11; in sbr_qmf_deint_bfly_mips() local 337 "lwc1 %[temp10], -12(%[src1]) \n\t" in sbr_qmf_deint_bfly_mips() 341 "add.s %[temp11], %[temp9], %[temp10] \n\t" in sbr_qmf_deint_bfly_mips() 345 "sub.s %[temp9], %[temp9], %[temp10] \n\t" in sbr_qmf_deint_bfly_mips() 361 "lwc1 %[temp10], -28(%[src1]) \n\t" in sbr_qmf_deint_bfly_mips() 365 "add.s %[temp11], %[temp9], %[temp10] \n\t" in sbr_qmf_deint_bfly_mips() 369 "sub.s %[temp9], %[temp9], %[temp10] \n\t" in sbr_qmf_deint_bfly_mips() 385 "lwc1 %[temp10], -44(%[src1]) \n\t" in sbr_qmf_deint_bfly_mips() 389 "add.s %[temp11], %[temp9], %[temp10] \n\t" in sbr_qmf_deint_bfly_mips() 393 "sub.s %[temp9], %[temp9], %[temp10] \ in sbr_qmf_deint_bfly_mips() 620 float temp7, temp8, temp9, temp10, temp11, temp12; sbr_hf_gen_mips() local [all...] |
H A D | aacpsdsp_mips.c | 196 float temp6, temp7, temp8, temp9, temp10, temp11; in ps_add_squares_mips() local 213 "lwc1 %[temp10], 8(%[dst0]) \n\t" in ps_add_squares_mips() 225 "add.s %[temp4], %[temp10], %[temp4] \n\t" in ps_add_squares_mips() 238 [temp10]"=&f"(temp10), [temp11]"=&f"(temp11) in ps_add_squares_mips()
|
H A D | aacsbr_mips.h | 164 float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10, temp11, temp12, temp13; in sbr_qmf_synthesis_mips() local 210 "lwc1 %[temp10], 12(%[v0]) \n\t" in sbr_qmf_synthesis_mips() 227 "mul.s %[temp3], %[temp10], %[temp11] \n\t" in sbr_qmf_synthesis_mips() 234 "lwc1 %[temp10], 1036(%[v0]) \n\t" in sbr_qmf_synthesis_mips() 251 "madd.s %[temp3], %[temp3], %[temp10], %[temp11] \n\t" in sbr_qmf_synthesis_mips() 258 "lwc1 %[temp10], 2060(%[v0]) \n\t" in sbr_qmf_synthesis_mips() 275 "madd.s %[temp3], %[temp3], %[temp10], %[temp11] \n\t" in sbr_qmf_synthesis_mips() 282 "lwc1 %[temp10], 3084(%[v0]) \n\t" in sbr_qmf_synthesis_mips() 299 "madd.s %[temp3], %[temp3], %[temp10], %[temp11] \n\t" in sbr_qmf_synthesis_mips() 308 "lwc1 %[temp10], 410 in sbr_qmf_synthesis_mips() [all...] |
H A D | aacdec_mips.c | 314 "mul.s %[temp10], %[temp2], %[temp6] \n\t" in fmul_and_reverse() 318 "swc1 %[temp10], 8(%[ptr1]) \n\t" in fmul_and_reverse() 329 [temp10]"=&f"(temp[10]), [temp11]"=&f"(temp[11]), in fmul_and_reverse()
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | float_dsp_mips.c | 232 float temp10, temp11, temp12, temp13, temp14, temp15; in butterflies_float_mips() local 250 "sub.s %[temp10], %[temp1], %[temp5] \n\t" in butterflies_float_mips() 270 "swc1 %[temp10], -12(%[v2]) \n\t" in butterflies_float_mips() 279 "sub.s %[temp10], %[temp1], %[temp5] \n\t" in butterflies_float_mips() 288 "swc1 %[temp10], 4(%[v2]) \n\t" in butterflies_float_mips() 298 [temp10]"=&f"(temp10), [temp11]"=&f"(temp11), [temp12]"=&f"(temp12), in butterflies_float_mips()
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 1062 vector unsigned char temp10 = vec_mergeh(tempF, tempN); in transpose_16x8_char_toPackedAlign_altivec() local 1073 tempE = vec_mergeh(temp2, temp10); in transpose_16x8_char_toPackedAlign_altivec() 1074 tempF = vec_mergel(temp2, temp10); in transpose_16x8_char_toPackedAlign_altivec() 1096 temp10 = vec_mergeh(tempF, tempN); in transpose_16x8_char_toPackedAlign_altivec() 1113 vec_st(temp10, 160, dst); in transpose_16x8_char_toPackedAlign_altivec()
|