Home
last modified time | relevance | path

Searched refs:temp3 (Results 1 - 25 of 66) sorted by relevance

123

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c148 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform_MIPSdspR2() local
155 HORIZONTAL_PASS(0, temp0, temp1, temp2, temp3) in FTransform_MIPSdspR2()
163 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15) in FTransform_MIPSdspR2()
176 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in ITransformOne() local
183 ADD_SUB_HALVES(temp3, temp4, temp1, temp2) in ITransformOne()
191 ADD_SUB_HALVES(temp1, temp2, temp3, temp8) in ITransformOne()
201 ADD_SUB_HALVES(temp3, temp4, temp7, temp12) in ITransformOne()
206 SRA_16(temp13, temp14, temp15, temp16, temp3, temp4, temp17, temp8) in ITransformOne()
208 INSERT_HALF_X2(temp3, temp8, temp17, temp4) in ITransformOne()
211 ADD_SUB_HALVES(temp2, temp4, temp1, temp3) in ITransformOne()
252 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; Disto4x4_MIPSdspR2() local
486 int temp0, temp1, temp2, temp3; DCMode16() local
549 int temp0, temp1, temp2, temp3; DCMode8() local
613 int a10, a32, temp0, temp1, temp2, temp3, temp4, temp5; TM4() local
668 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; VE4() local
699 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; HE4() local
735 int temp0, temp1, temp2, temp3, temp4, temp5; RD4() local
784 int temp0, temp1, temp2, temp3, temp4; VR4() local
834 int temp0, temp1, temp2, temp3, temp4, temp5; LD4() local
881 int temp0, temp1, temp2, temp3, temp4; VL4() local
930 int temp0, temp1, temp2, temp3, temp4; HD4() local
978 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; HU4() local
1084 int temp0, temp1, temp2, temp3; SSE16x16_MIPSdspR2() local
1114 int temp0, temp1, temp2, temp3; SSE16x8_MIPSdspR2() local
1136 int temp0, temp1, temp2, temp3; SSE8x8_MIPSdspR2() local
1154 int temp0, temp1, temp2, temp3; SSE4x4_MIPSdspR2() local
1277 int temp0, temp1, temp2, temp3, temp4, temp5,temp6; QuantizeBlock_MIPSdspR2() local
1364 int temp0, temp1, temp2, temp3, temp4; FTransformWHT_MIPSdspR2() local
1463 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; CollectHistogram_MIPSdspR2() local
[all...]
H A Ddec_mips_dsp_r2.c27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; in TransformDC() local
30 LOAD_WITH_OFFSET_X4(temp1, temp2, temp3, temp4, dst, in TransformDC()
39 temp3, temp1, temp2, temp3, temp4) in TransformDC()
40 STORE_SAT_SUM_X2(temp6, temp7, temp8, temp9, temp10, temp1, temp2, temp3, in TransformDC()
56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in TransformAC3() local
63 ADD_SUB_HALVES(temp2, temp3, temp1, c4) in TransformAC3()
66 temp2, temp2, temp3, temp3, temp4, temp5, temp4, temp5) in TransformAC3()
67 LOAD_WITH_OFFSET_X4(temp3, temp in TransformAC3()
87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; TransformOne() local
164 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; FilterLoop26() local
302 int step1, step2, temp1, temp2, temp3, temp4; FilterLoop24() local
490 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; SimpleVFilter16() local
559 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; SimpleHFilter16() local
631 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; VE4() local
660 int temp0, temp1, temp2, temp3, temp4; DC4() local
682 int temp0, temp1, temp2, temp3, temp4; RD4() local
732 int temp0, temp1, temp2, temp3, temp4; LD4() local
779 int temp0, temp1, temp2, temp3, temp4; DC8uv() local
839 int temp0, temp1, temp2, temp3, temp4; DC8uvNoTop() local
[all...]
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractFull() local
100 "preceu.ph.qbr %[temp3], %[c1] \n\t" in ClampedAddSubtractFull()
104 "subq.ph %[temp3], %[temp3], %[temp5] \n\t" in ClampedAddSubtractFull()
106 "addq.ph %[temp1], %[temp1], %[temp3] \n\t" in ClampedAddSubtractFull()
112 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5) in ClampedAddSubtractFull()
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
124 "preceu.ph.qbr %[temp3], %[c2] \n\t" in ClampedAddSubtractHalf()
128 "subq.ph %[temp3], in ClampedAddSubtractHalf()
150 int temp0, temp1, temp2, temp3, temp4, temp5; Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; ConvertBGRAToBGR_MIPSdspR2() local
[all...]
H A Drescaler_mips32.c39 int temp1, temp2, temp3; in ImportRowShrink_MIPS32() local
62 "mul %[temp3], %[sum], %[x_sub] \n\t" in ImportRowShrink_MIPS32()
67 "subu %[temp3], %[temp3], %[frac] \n\t" in ImportRowShrink_MIPS32()
68 "sw %[temp3], 0(%[frow]) \n\t" in ImportRowShrink_MIPS32()
71 : [accum]"=&r"(accum), [src1]"+r"(src1), [temp3]"=&r"(temp3), in ImportRowShrink_MIPS32()
99 int temp1, temp2, temp3, temp4; in ImportRowExpand_MIPS32() local
105 "addiu %[temp3], %[src_width], -1 \n\t" in ImportRowExpand_MIPS32()
108 "bgtz %[temp3], in ImportRowExpand_MIPS32()
154 int temp0, temp1, temp3, temp4, temp5, loop_end; ExportRowExpand_MIPS32() local
[all...]
H A Denc_mips32.c119 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in ITransformOne_MIPS32() local
126 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3) in ITransformOne_MIPS32()
134 HORIZONTAL_PASS(3, temp3, temp7, temp11, temp15) in ITransformOne_MIPS32()
137 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), in ITransformOne_MIPS32()
178 "lhu %[temp3], " #J "(%[ppq]) \n\t" \
186 "mul %[temp5], %[level], %[temp3] \n\t" \
193 int temp0, temp1, temp2, temp3, temp4, temp5; in QuantizeBlock_MIPS32() local
224 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in QuantizeBlock_MIPS32()
368 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; Disto4x4_MIPS32() local
484 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; FTransform_MIPS32() local
546 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; SSE16x16_MIPS32() local
580 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; SSE16x8_MIPS32() local
606 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; SSE8x8_MIPS32() local
628 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; SSE4x4_MIPS32() local
[all...]
H A Dalpha_processing_mips_dsp_r2.c29 int temp1, temp2, temp3; in DispatchAlpha_MIPSdspR2() local
37 "srl %[temp3], %[temp0], 24 \n\t" in DispatchAlpha_MIPSdspR2()
42 "sb %[temp3], -4(%[pdst]) \n\t" in DispatchAlpha_MIPSdspR2()
44 [temp3]"=&r"(temp3), [palpha]"+r"(palpha), [pdst]"+r"(pdst), in DispatchAlpha_MIPSdspR2()
95 int temp0, temp1, temp2, temp3, alpha; in MultARGBRow_MIPSdspR2() local
106 "ext %[temp3], %[argb], 16, 8 \n\t" in MultARGBRow_MIPSdspR2()
109 "mul %[temp3], %[temp3], %[temp0] \n\t" in MultARGBRow_MIPSdspR2()
111 "addu %[temp3], in MultARGBRow_MIPSdspR2()
132 int temp0, temp1, temp2, temp3, offset; PackARGB_MIPSdspR2() local
[all...]
H A Dlossless_enc_mips_dsp_r2.c23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in SubtractGreenFromBlueAndRed_MIPSdspR2() local
35 "lw %[temp3], 12(%[argb_data]) \n\t" in SubtractGreenFromBlueAndRed_MIPSdspR2()
39 "ext %[temp7], %[temp3], 8, 8 \n\t" in SubtractGreenFromBlueAndRed_MIPSdspR2()
48 "subu.qb %[temp3], %[temp3], %[temp7] \n\t" in SubtractGreenFromBlueAndRed_MIPSdspR2()
53 " sw %[temp3], -4(%[argb_data]) \n\t" in SubtractGreenFromBlueAndRed_MIPSdspR2()
68 [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in SubtractGreenFromBlueAndRed_MIPSdspR2()
83 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColor_MIPSdspR2() local
108 "precrq.qb.ph %[temp3], in TransformColor_MIPSdspR2()
189 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; CollectColorBlueTransforms_MIPSdspR2() local
240 int temp0, temp1, temp2, temp3, temp4; CollectColorRedTransforms_MIPSdspR2() local
[all...]
H A Drescaler_mips_dsp_r2.c36 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end;
47 "li %[temp3], 0x10000 \n\t"
55 "mult $ac0, %[temp3], %[temp4] \n\t"
57 "mult $ac1, %[temp3], %[temp4] \n\t"
59 "mult $ac2, %[temp3], %[temp4] \n\t"
61 "mult $ac3, %[temp3], %[temp4] \n\t"
78 "mult $ac0, %[temp3], %[temp4] \n\t"
80 "mult $ac1, %[temp3], %[temp4] \n\t"
82 "mult $ac2, %[temp3], %[temp4] \n\t"
84 "mult $ac3, %[temp3],
172 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; ExportRowExpand_MIPSdspR2() local
[all...]
H A Dyuv_mips32.c29 int temp0, temp1, temp2, temp3, temp4; \
32 temp3 = MultHi(v[0], 13320); \
37 temp3 -= 8708; \
38 temp2 += temp3; \
62 temp3 = MultHi(v[0], 13320); \
67 temp3 -= 8708; \
68 temp2 += temp3; \
H A Dlossless_enc_mips32.c154 int i, temp0, temp1, temp2, temp3; in ExtraCostCombined_MIPS32() local
167 "lw %[temp3], 4(%[pY]) \n\t" in ExtraCostCombined_MIPS32()
170 "addu %[temp2], %[temp2], %[temp3] \n\t" in ExtraCostCombined_MIPS32()
180 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in ExtraCostCombined_MIPS32()
192 "addiu %[temp3], %[streak], -3 \n\t" \
194 "blez %[temp3], 1f \n\t" \
196 "addu %[temp3], %[pcnts], %[temp1] \n\t" \
198 "lw %[temp1], 0(%[temp3]) \n\t" \
202 "sw %[temp1], 0(%[temp3]) \
222 int temp0, temp1, temp2, temp3; GetEntropyUnrefinedHelper() local
349 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; AddVector_MIPS32() local
360 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; AddVectorEq_MIPS32() local
[all...]
H A Dfilters_mips_dsp_r2.c40 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; \
51 "lbu %[temp3], 1(%[src]) \n\t" \
55 "addu %[temp2], %[temp1], %[temp3] \n\t" \
56 "addu %[temp3], %[temp2], %[temp4] \n\t" \
57 "addu %[temp4], %[temp3], %[temp5] \n\t" \
60 "sb %[temp3], 2(%[dst]) \n\t" \
72 "subu.qb %[temp3], %[temp2], %[temp1] \n\t" \
73 "usw %[temp3], 0(%[dst]) \n\t" \
84 "addu %[temp3], %[temp1], %[temp2] \n\t" \
87 "subu %[temp3],
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Daacpsdsp_mips.c64 int temp0, temp1, temp2, temp3; in ps_hybrid_analysis_ileave_mips() local
78 "lw %[temp3], 9984(%[L1]) \n\t" in ps_hybrid_analysis_ileave_mips()
86 "sw %[temp3], 12(%[out1]) \n\t" in ps_hybrid_analysis_ileave_mips()
97 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in ps_hybrid_analysis_ileave_mips()
114 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ps_hybrid_synthesis_deint_mips() local
128 "lw %[temp3], 8(%[in2]) \n\t" in ps_hybrid_synthesis_deint_mips()
140 "sw %[temp3], -768(%[out2]) \n\t" in ps_hybrid_synthesis_deint_mips()
147 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in ps_hybrid_synthesis_deint_mips()
195 float temp0, temp1, temp2, temp3, temp4, temp5; ps_add_squares_mips() local
295 float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; ps_decorrelate_mips() local
402 float temp0, temp1, temp2, temp3; ps_stereo_interpolate_mips() local
[all...]
H A Daacdec_mips.h69 int temp3, temp4; in VMUL2_mips() local
73 "andi %[temp3], %[idx], 0x0F \n\t" in VMUL2_mips()
75 "sll %[temp3], %[temp3], 2 \n\t" in VMUL2_mips()
78 "lwxc1 %[temp0], %[temp3](%[v]) \n\t" in VMUL2_mips()
87 [temp2]"=&f"(temp2), [temp3]"=&r"(temp3), in VMUL2_mips()
99 int temp0, temp1, temp2, temp3; in VMUL4_mips() local
107 "andi %[temp3], %[idx], 0xC0 \n\t" in VMUL4_mips()
110 "srl %[temp3], in VMUL4_mips()
141 int temp0, temp1, temp2, temp3, temp4, temp5; VMUL2S_mips() local
182 int temp0, temp1, temp2, temp3, temp4; VMUL4S_mips() local
[all...]
H A Dsbrdsp_mips.c278 float temp0, temp1, temp2, temp3; in sbr_sum_square_mips() local
289 "lwc1 %[temp3], 12(%[p_x]) \n\t" in sbr_sum_square_mips()
298 "madd.s %[sum1], %[sum1], %[temp3], %[temp3] \n\t" in sbr_sum_square_mips()
300 " lwc1 %[temp3], 12(%[p_x]) \n\t" in sbr_sum_square_mips()
304 "madd.s %[sum1], %[sum1], %[temp3], %[temp3] \n\t" in sbr_sum_square_mips()
308 [temp3]"=&f"(temp3), [sum0]"+f"(sum0), [sum1]"+f"(sum1), in sbr_sum_square_mips()
319 float temp0, temp1, temp2, temp3, temp in sbr_qmf_deint_bfly_mips() local
451 float temp0, temp1, temp2, temp3, temp4, temp5, temp6; sbr_autocorrelate_mips() local
619 float temp0, temp1, temp2, temp3, temp4, temp5, temp6; sbr_hf_gen_mips() local
714 int temp0, temp3; sbr_hf_apply_noise_0_mips() local
753 int temp0, temp3, m; sbr_hf_apply_noise_1_mips() local
801 float y0, y1, temp2, temp3, temp4, temp5; sbr_hf_apply_noise_2_mips() local
852 int temp0, temp3; sbr_hf_apply_noise_3_mips() local
[all...]
H A Daacsbr_mips.c68 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in sbr_lf_gen_mips() local
103 "lw %[temp3], 260(%[p_w]) \n\t" in sbr_lf_gen_mips()
111 "sw %[temp3], 12(%[p_x_low]) \n\t" in sbr_lf_gen_mips()
120 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in sbr_lf_gen_mips()
140 "lw %[temp3], 260(%[p_w1]) \n\t" in sbr_lf_gen_mips()
148 "sw %[temp3], 12(%[p_x1_low]) \n\t" in sbr_lf_gen_mips()
157 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in sbr_lf_gen_mips()
177 int temp0, temp1, temp2, temp3; in sbr_x_gen_mips() local
337 uint32_t temp1, temp2, temp3, temp4; sbr_hf_assemble_mips() local
450 float temp0, temp1, temp2, temp3, temp4, temp5; sbr_hf_assemble_mips() local
493 float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, c; sbr_hf_inverse_filter_mips() local
[all...]
H A Daacdec_mips.c81 "lw %[temp3], 12(%[src]) \n\t" in float_copy()
90 "sw %[temp3], 12(%[dst]) \n\t" in float_copy()
100 [temp2]"=&r"(temp[2]), [temp3]"=&r"(temp[3]), in float_copy()
150 float temp0, temp1, temp2, temp3; in imdct_and_windowing_mips() local
170 temp3 = src1[0]; in imdct_and_windowing_mips()
179 dst0[128] = temp2 * wj - temp3 * wi; in imdct_and_windowing_mips()
180 dst1[128] = temp2 * wi + temp3 * wj; in imdct_and_windowing_mips()
183 temp3 = src1[256]; in imdct_and_windowing_mips()
186 dst0[384] = temp2 * wj - temp3 * wi; in imdct_and_windowing_mips()
187 dst1[384] = temp2 * wi + temp3 * w in imdct_and_windowing_mips()
344 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; update_ltp_mips() local
[all...]
H A Dme_cmp_msa.c291 v16u8 temp0, temp1, temp2, temp3; in sad_hv_bilinear_filter_16width_msa() local
306 ILVRL_B2_UB(ref10, ref00, temp2, temp3); in sad_hv_bilinear_filter_16width_msa()
308 comp3 = __msa_hadd_u_h(temp3, temp3); in sad_hv_bilinear_filter_16width_msa()
326 ILVRL_B2_UB(ref12, ref02, temp2, temp3); in sad_hv_bilinear_filter_16width_msa()
328 comp3 = __msa_hadd_u_h(temp3, temp3); in sad_hv_bilinear_filter_16width_msa()
352 ILVRL_B2_UB(ref10, ref00, temp2, temp3); in sad_hv_bilinear_filter_16width_msa()
354 comp3 = __msa_hadd_u_h(temp3, temp3); in sad_hv_bilinear_filter_16width_msa()
507 v8u16 temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; hadamard_diff_8x8_msa() local
552 v8u16 temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; hadamard_intra_8x8_msa() local
[all...]
H A Daacsbr_mips.h69 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in sbr_qmf_analysis_mips() local
80 "lw %[temp3], 12(%[w1]) \n\t" in sbr_qmf_analysis_mips()
88 "sw %[temp3], 12(%[w0]) \n\t" in sbr_qmf_analysis_mips()
98 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in sbr_qmf_analysis_mips()
115 "lw %[temp3], 12(%[w1]) \n\t" in sbr_qmf_analysis_mips()
123 "sw %[temp3], 12(%[w0]) \n\t" in sbr_qmf_analysis_mips()
133 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in sbr_qmf_analysis_mips()
164 float temp0, temp1, temp2, temp3, temp in sbr_qmf_synthesis_mips() local
[all...]
H A Dac3dsp_mips.c145 int temp1, temp3; in ac3_update_bap_counts_mips() local
148 "andi %[temp3], %[len], 3 \n\t" in ac3_update_bap_counts_mips()
150 PTR_ADDU "%[temp4], %[bap], %[temp3] \n\t" in ac3_update_bap_counts_mips()
180 "beqz %[temp3], 2f \n\t" in ac3_update_bap_counts_mips()
182 "addiu %[temp3], %[temp3], -1 \n\t" in ac3_update_bap_counts_mips()
190 "bgtz %[temp3], 3b \n\t" in ac3_update_bap_counts_mips()
194 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in ac3_update_bap_counts_mips()
210 int temp0, temp1, temp2, temp3, temp in float_to_fixed24_mips() local
[all...]
H A Dfft_mips.c72 float temp, temp1, temp3, temp4; in ff_fft_calc_mips() local
156 "sub.s %[temp3],%[tmp3], %[tmp4] \n\t" in ff_fft_calc_mips()
164 "mul.s %[tmp7], %[f1], %[temp3] \n\t" // tmp7 = pom * (tmp3 - tmp4); in ff_fft_calc_mips()
178 "sub.s %[temp3],%[temp1], %[tmp2] \n\t" in ff_fft_calc_mips()
186 "swc1 %[temp3],44(%[tmpz]) \n\t" // tmpz[5].im = tmpz[1].im - tmp2; in ff_fft_calc_mips()
196 [temp3]"=&f"(temp3), [temp4]"=&f"(temp4) in ff_fft_calc_mips()
224 "lwc1 %[temp3],4(%[tmpz]) \n\t" in ff_fft_calc_mips()
231 "sub.s %[temp4],%[temp3], %[tmp6] \n\t" in ff_fft_calc_mips()
232 "add.s %[temp3], in ff_fft_calc_mips()
336 float temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, ff_imdct_half_mips() local
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A Dhpeldsp_altivec.c119 register vector unsigned short pixelssum1, pixelssum2, temp3; in put_pixels8_xy2_altivec() local
142 temp3 = vec_add(pixelssum1, pixelssum2); in put_pixels8_xy2_altivec()
143 temp3 = vec_sra(temp3, vctwo); in put_pixels8_xy2_altivec()
145 pixelsavg = vec_packsu(temp3, (vector unsigned short) vczero); in put_pixels8_xy2_altivec()
166 register vector unsigned short pixelssum1, pixelssum2, temp3; in put_no_rnd_pixels8_xy2_altivec() local
189 temp3 = vec_add(pixelssum1, pixelssum2); in put_no_rnd_pixels8_xy2_altivec()
190 temp3 = vec_sra(temp3, vctwo); in put_no_rnd_pixels8_xy2_altivec()
192 pixelsavg = vec_packsu(temp3, (vecto in put_no_rnd_pixels8_xy2_altivec()
213 register vector unsigned short temp3, temp4, put_pixels16_xy2_altivec() local
268 register vector unsigned short temp3, temp4, put_no_rnd_pixels16_xy2_altivec() local
322 register vector unsigned short pixelssum1, pixelssum2, temp3; avg_pixels8_xy2_altivec() local
[all...]
/third_party/ffmpeg/libavutil/mips/
H A Dfloat_dsp_mips.c114 float temp0, temp1, temp2, temp3; in vector_fmul_scalar_mips() local
126 "lwc1 %[temp3], 12(%[src]) \n\t" in vector_fmul_scalar_mips()
131 "mul.s %[temp3], %[temp3], %[mul] \n\t" in vector_fmul_scalar_mips()
137 " swc1 %[temp3], -4(%[dst]) \n\t" in vector_fmul_scalar_mips()
141 [temp2]"=&f"(temp2), [temp3]"=&f"(temp3), in vector_fmul_scalar_mips()
152 float temp, temp1, temp2, temp3; in vector_fmul_window_mips() local
179 "mul.s %[temp3], %[s11], %[wj1] \n\t" in vector_fmul_window_mips()
187 "madd.s %[temp3], in vector_fmul_window_mips()
230 float temp0, temp1, temp2, temp3, temp4; butterflies_float_mips() local
307 float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; vector_fmul_reverse_mips() local
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvc1dsp_lasx.c30 __m256i temp0, temp1, temp2, temp3, t1, t2, t3, t4, t5, t6, t7, t8; in ff_vc1_inv_trans_8x8_lasx() local
83 temp0, temp1, temp2, temp3); in ff_vc1_inv_trans_8x8_lasx()
86 DUP4_ARG2(__lasx_xvsrai_w, temp0, 3, temp1, 3, temp2, 3, temp3, 3, in ff_vc1_inv_trans_8x8_lasx()
87 temp0, temp1, temp2, temp3); in ff_vc1_inv_trans_8x8_lasx()
92 DUP4_ARG2(__lasx_xvpackev_h, temp1, temp0, temp3, temp2, in1, in0, in ff_vc1_inv_trans_8x8_lasx()
93 in3, in2, temp0, temp1, temp2, temp3); in ff_vc1_inv_trans_8x8_lasx()
94 DUP2_ARG2(__lasx_xvilvl_w, temp1, temp0, temp3, temp2, t1, t3); in ff_vc1_inv_trans_8x8_lasx()
95 DUP2_ARG2(__lasx_xvilvh_w, temp1, temp0, temp3, temp2, t2, t4); in ff_vc1_inv_trans_8x8_lasx()
120 temp0, temp1, temp2, temp3); in ff_vc1_inv_trans_8x8_lasx()
125 DUP4_ARG3(__lasx_xvsrani_h_w, temp1, temp0, 7, temp3, temp in ff_vc1_inv_trans_8x8_lasx()
143 __m256i const_dc, temp0, temp1, temp2, temp3; ff_vc1_inv_trans_8x8_dc_lasx() local
205 __m256i temp0, temp1, temp2, temp3, t1, t2, t3, t4; ff_vc1_inv_trans_8x4_lasx() local
298 __m256i const_dc, temp0, temp1, temp2, temp3, reg0, reg1; ff_vc1_inv_trans_4x8_dc_lasx() local
331 __m256i temp0, temp1, temp2, temp3, t1, t2, t3, t4; ff_vc1_inv_trans_4x8_lasx() local
472 __m256i temp0, temp1, temp2, temp3, t1, t2; ff_vc1_inv_trans_4x4_lasx() local
[all...]
H A Didctdsp_lasx.c85 __m256i temp0, temp1, temp2, temp3; in ff_add_pixels_clamped_lasx() local
109 p7, p6, 0x20, temp0, temp1, temp2, temp3); in ff_add_pixels_clamped_lasx()
110 DUP4_ARG2(__lasx_xvaddw_h_h_bu, b0, temp0, b1, temp1, b2, temp2, b3, temp3, in ff_add_pixels_clamped_lasx()
111 temp0, temp1, temp2, temp3); in ff_add_pixels_clamped_lasx()
112 DUP4_ARG1(__lasx_xvclip255_h, temp0, temp1, temp2, temp3, in ff_add_pixels_clamped_lasx()
113 temp0, temp1, temp2, temp3); in ff_add_pixels_clamped_lasx()
114 DUP2_ARG2(__lasx_xvpickev_b, temp1, temp0, temp3, temp2, temp0, temp1); in ff_add_pixels_clamped_lasx()
/third_party/typescript/tests/baselines/reference/
H A DarrayLiterals2ES5.js43 var temp3 = [undefined, null, undefined]; variable
53 var d5 = [...temp3];
102 var temp3 = [undefined, null, undefined]; variable
109 var d5 = __spreadArray([], temp3, true);

Completed in 16 milliseconds

123