Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 - 25 of 122) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/loongarch/
H A Dsimple_idct_lasx.c70 DUP2_ARG2(__lasx_xvmulwl_w_h, in1, w2, in1, w6, temp1, temp2); \
71 a0 = __lasx_xvadd_w(temp0, temp1); \
74 a3 = __lasx_xvsub_w(temp0, temp1); \
76 DUP2_ARG2(__lasx_xvilvh_h, in1, in0, w3, w1, temp0, temp1); \
77 b0 = __lasx_xvdp2_w_h(temp0, temp1); \
78 temp1 = __lasx_xvneg_h(w7); \
79 temp2 = __lasx_xvilvl_h(temp1, w3); \
81 temp1 = __lasx_xvneg_h(w1); \
82 temp2 = __lasx_xvilvl_h(temp1, w5); \
84 temp1
186 __m256i temp0, temp1, temp2, temp3; ff_simple_idct_lasx() local
213 __m256i temp0, temp1, temp2, temp3; ff_simple_idct_put_lasx() local
251 __m256i temp0, temp1, temp2, temp3; ff_simple_idct_add_lasx() local
[all...]
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
61 DUP2_ARG2(__lasx_xvilvl_h, in2, in0, in3, in1, temp0, temp1); in ff_vc1_inv_trans_8x8_lasx()
65 DUP2_ARG2(__lasx_xvdp2_w_h, temp1, const_3, temp1, const_4, t3, t4); in ff_vc1_inv_trans_8x8_lasx()
72 DUP2_ARG2(__lasx_xvilvh_h, in1, in0, in3, in2, temp0, temp1); in ff_vc1_inv_trans_8x8_lasx()
74 t1 = __lasx_xvdp2add_w_h(temp2, temp1, const_6); in ff_vc1_inv_trans_8x8_lasx()
76 t2 = __lasx_xvdp2add_w_h(temp2, temp1, const_8); in ff_vc1_inv_trans_8x8_lasx()
78 t3 = __lasx_xvdp2add_w_h(temp2, temp1, const_10); in ff_vc1_inv_trans_8x8_lasx()
80 t4 = __lasx_xvdp2add_w_h(temp2, temp1, const_12); in ff_vc1_inv_trans_8x8_lasx()
83 temp0, temp1, 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
272 __m256i const_dc, temp0, temp1, reg0, reg1; ff_vc1_inv_trans_8x4_dc_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
446 __m256i in0, in1, in2, in3, temp0, temp1, const_dc; ff_vc1_inv_trans_4x4_dc_lasx() local
472 __m256i temp0, temp1, temp2, temp3, t1, t2; ff_vc1_inv_trans_4x4_lasx() local
528 __m256i temp0, temp1, const_para1_2, const_para0_3; put_vc1_mspel_mc_h_v_lasx() local
741 __m256i in0, in1, in2, in3, temp0, temp1, t0; put_vc1_mspel_mc_v_lasx() local
[all...]
H A Didctdsp_lasx.c30 __m256i temp0, temp1; in ff_put_pixels_clamped_lasx() local
38 DUP2_ARG2(__lasx_xvpickev_b, b1, b0, b3, b2, temp0, temp1); in ff_put_pixels_clamped_lasx()
44 __lasx_xvstelm_d(temp1, pixels, 0, 0); in ff_put_pixels_clamped_lasx()
45 __lasx_xvstelm_d(temp1, pixels + stride, 0, 2); in ff_put_pixels_clamped_lasx()
46 __lasx_xvstelm_d(temp1, pixels + stride_2x, 0, 1); in ff_put_pixels_clamped_lasx()
47 __lasx_xvstelm_d(temp1, pixels + stride_3x, 0, 3); in ff_put_pixels_clamped_lasx()
55 __m256i temp0, temp1; in ff_put_signed_pixels_clamped_lasx() local
67 DUP2_ARG2(__lasx_xvpickev_b, b1, b0, b3, b2, temp0, temp1); in ff_put_signed_pixels_clamped_lasx()
73 __lasx_xvstelm_d(temp1, pixels, 0, 0); in ff_put_signed_pixels_clamped_lasx()
74 __lasx_xvstelm_d(temp1, pixel in ff_put_signed_pixels_clamped_lasx()
85 __m256i temp0, temp1, temp2, temp3; ff_add_pixels_clamped_lasx() local
[all...]
H A Dhevc_lpf_sao_lsx.c49 __m128i temp0, temp1; in ff_hevc_loop_filter_luma_h_8_lsx() local
128 temp1 = __lsx_vadd_h(p3_src, p2_src); in ff_hevc_loop_filter_luma_h_8_lsx()
129 temp1 = __lsx_vslli_h(temp1, 1); in ff_hevc_loop_filter_luma_h_8_lsx()
130 DUP2_ARG2(__lsx_vadd_h, temp1, p2_src, temp1, temp0, temp1, temp1); in ff_hevc_loop_filter_luma_h_8_lsx()
131 temp1 = __lsx_vsrari_h(temp1, in ff_hevc_loop_filter_luma_h_8_lsx()
459 __m128i temp0, temp1; ff_hevc_loop_filter_luma_v_8_lsx() local
875 __m128i temp0, temp1, delta; ff_hevc_loop_filter_chroma_h_8_lsx() local
929 __m128i temp0, temp1, delta; ff_hevc_loop_filter_chroma_v_8_lsx() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c50 // dpa.w.ph $ac0 temp0 ,temp1
51 // $ac += temp0[31..16] * temp1[31..16] + temp0[15..0] * temp1[15..0]
52 // dpax.w.ph $ac0 temp0 ,temp1
53 // $ac += temp0[31..16] * temp1[15..0] + temp0[15..0] * temp1[31..16]
148 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()
161 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13) in FTransform_MIPSdspR2()
176 int temp1, temp in ITransformOne() local
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
592 int temp0, temp1; DC4() 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()
38 CONVERT_2_BYTES_TO_HALF(temp6, temp7, temp8, temp9, temp10, temp1, temp2, 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
61 "replv.ph %[temp1], %[a] \n\t" in TransformAC3()
63 ADD_SUB_HALVES(temp2, temp3, temp1, c4) in TransformAC3()
65 SHIFT_R_SUM_X2(temp1, temp6, temp7, temp8, temp2, temp9, temp10, temp4, in TransformAC3()
73 PACK_2_HALVES_TO_WORD(temp12, temp18, temp7, temp6, temp1, 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
816 int temp0, temp1; DC8uvNoLeft() 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
98 "preceu.ph.qbr %[temp1], %[c0] \n\t" in ClampedAddSubtractFull()
106 "addq.ph %[temp1], %[temp1], %[temp3] \n\t" in ClampedAddSubtractFull()
108 "shll_s.ph %[temp1], %[temp1], 7 \n\t" in ClampedAddSubtractFull()
110 "precrqu_s.qb.ph %[temp2], %[temp2], %[temp1] \n\t" in ClampedAddSubtractFull()
111 : [temp0]"=r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in ClampedAddSubtractFull()
121 int temp0, temp1, temp in ClampedAddSubtractHalf() local
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 Dalpha_processing_mips_dsp_r2.c29 int temp1, temp2, temp3; in DispatchAlpha_MIPSdspR2() local
35 "srl %[temp1], %[temp0], 8 \n\t" in DispatchAlpha_MIPSdspR2()
40 "sb %[temp1], -12(%[pdst]) \n\t" in DispatchAlpha_MIPSdspR2()
43 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in DispatchAlpha_MIPSdspR2()
95 int temp0, temp1, temp2, temp3, alpha; in MultARGBRow_MIPSdspR2() local
104 "andi %[temp1], %[argb], 0xff \n\t" in MultARGBRow_MIPSdspR2()
107 "mul %[temp1], %[temp1], %[temp0] \n\t" in MultARGBRow_MIPSdspR2()
110 "precrq.ph.w %[temp1], in MultARGBRow_MIPSdspR2()
132 int temp0, temp1, temp2, temp3, offset; PackARGB_MIPSdspR2() local
174 int temp0, temp1, temp2, offset; PackRGB_MIPSdspR2() local
[all...]
H A Drescaler_mips32.c39 int temp1, temp2, temp3; in ImportRowShrink_MIPS32() local
45 "li %[temp1], 0x8000 \n\t" in ImportRowShrink_MIPS32()
64 "mult %[temp1], %[temp2] \n\t" in ImportRowShrink_MIPS32()
74 [temp2]"=&r"(temp2), [temp1]"=&r"(temp1) in ImportRowShrink_MIPS32()
99 int temp1, temp2, temp3, temp4; in ImportRowExpand_MIPS32() local
109 "addiu %[temp1], %[temp2], 0 \n\t" in ImportRowExpand_MIPS32()
112 "lbu %[temp1], 0(%[src1]) \n\t" in ImportRowExpand_MIPS32()
116 "subu %[temp3], %[temp2], %[temp1] \n\t" in ImportRowExpand_MIPS32()
118 "mul %[temp4], %[temp1], 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()
132 HORIZONTAL_PASS(1, temp1, temp5, temp9, temp13) in ITransformOne_MIPS32()
136 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in ITransformOne_MIPS32()
166 "lhu %[temp1], " #J "(%[ppsharpen]) \n\t" \
171 "addu %[coeff], %[coeff], %[temp1] \n\t" \
176 "lhu %[temp1], " #J "(%[ppiq]) \n\t" \
179 "mul %[level], %[coeff], %[temp1] \n\t" \
193 int temp0, temp1, temp in QuantizeBlock_MIPS32() local
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 Dlossless_enc_mips_dsp_r2.c23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in SubtractGreenFromBlueAndRed_MIPSdspR2() local
33 "lw %[temp1], 4(%[argb_data]) \n\t" in SubtractGreenFromBlueAndRed_MIPSdspR2()
37 "ext %[temp5], %[temp1], 8, 8 \n\t" in SubtractGreenFromBlueAndRed_MIPSdspR2()
46 "subu.qb %[temp1], %[temp1], %[temp5] \n\t" in SubtractGreenFromBlueAndRed_MIPSdspR2()
50 "sw %[temp1], -12(%[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
95 "replv.ph %[temp1], 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 Dlossless_enc_mips32.c108 int i, temp0, temp1; in ExtraCost_MIPS32() local
118 "lw %[temp1], 4(%[pop]) \n\t" in ExtraCost_MIPS32()
122 "madd %[i], %[temp1] \n\t" in ExtraCost_MIPS32()
126 "mflo %[temp1] \n\t" in ExtraCost_MIPS32()
127 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in ExtraCost_MIPS32()
133 return (double)((int64_t)temp0 << 32 | temp1); in ExtraCost_MIPS32()
154 int i, temp0, temp1, temp2, temp3; in ExtraCostCombined_MIPS32() local
165 "lw %[temp1], 0(%[pY]) \n\t" in ExtraCostCombined_MIPS32()
169 "addu %[temp0], %[temp0], %[temp1] \ in ExtraCostCombined_MIPS32()
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 Dyuv_mips32.c29 int temp0, temp1, temp2, temp3, temp4; \
31 temp1 = MultHi(v[0], 26149); \
36 temp1 -= 14234; \
40 r = VP8Clip8(temp0 + temp1); \
48 r = VP8Clip8(temp0 + temp1); \
61 temp1 = MultHi(v[0], 26149); \
66 temp1 -= 14234; \
70 r = VP8Clip8(temp0 + temp1); \
H A Drescaler_mips_dsp_r2.c36 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end;
52 "lw %[temp1], 4(%[frow]) \n\t"
58 "maddu $ac1, %[temp1], %[yscale] \n\t"
65 "mfhi %[temp1], $ac1 \n\t"
75 "subu %[temp9], %[temp9], %[temp1] \n\t"
91 "sw %[temp1], -12(%[irow]) \n\t"
99 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3),
123 "lw %[temp1], 4(%[irow]) \n\t"
131 "maddu $ac1, %[temp1],
172 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; ExportRowExpand_MIPSdspR2() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DarrayLiterals2ES5.js41 var temp1 = [1, 2, 3]; variable
50 var d2: number[] = [...temp1];
51 var d3: myArray = [...temp1];
52 var d4: myArray2 = [...temp, ...temp1];
55 var d7 = [...[...temp1]];
56 var d8: number[][] = [[...temp1]]
57 var d9 = [[...temp1], ...["hello"]];
100 var temp1 = [1, 2, 3]; variable
106 var d2 = __spreadArray([], temp1, true);
107 var d3 = __spreadArray([], temp1, tru
[all...]
H A DarrayLiterals2ES6.js41 var temp1 = [1, 2, 3]; variable
48 var d2: number[] = [...temp1];
49 var d3: myArray = [...temp1];
50 var d4: myArray2 = [...temp, ...temp1];
54 var d8: number[][] = [[...temp1]]
55 var d9 = [[...temp1], ...["hello"]];
89 var temp1 = [1, 2, 3]; variable
93 var d2 = [...temp1];
94 var d3 = [...temp1];
95 var d4 = [...temp, ...temp1];
[all...]
H A DimplicitAnyFunctionInvocationWithAnyArguements.js7 function temp1(arg1) { } // error at "temp1" function
18 var k = temp1(null);
19 var result = temp1(arg0);
20 var result1 = temp1(anyArray);
44 function temp1(arg1) { } // error at "temp1"
56 var k = temp1(null);
57 var result = temp1(arg0);
58 var result1 = temp1(anyArra
[all...]
H A DarrayLiterals3.js24 var temp1 = [1, 2, 3]; variable
34 var c1: [number, number, number] = [...temp1]; // Error cannot assign number[] to [number, number, number]
35 var c2: myArray = [...temp1, ...temp]; // Error cannot assign (number|string)[] to number[]
65 var temp1 = [1, 2, 3]; variable
68 var c1 = __spreadArray([], temp1, true); // Error cannot assign number[] to [number, number, number]
69 var c2 = __spreadArray(__spreadArray([], temp1, true), temp, true); // Error cannot assign (number|string)[] to number[]
/third_party/ffmpeg/libavcodec/mips/
H A Daacpsdsp_mips.c64 int temp0, temp1, temp2, temp3; in ps_hybrid_analysis_ileave_mips() local
76 "lw %[temp1], 9728(%[L1]) \n\t" in ps_hybrid_analysis_ileave_mips()
84 "sw %[temp1], 4(%[out1]) \n\t" in ps_hybrid_analysis_ileave_mips()
96 [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in ps_hybrid_analysis_ileave_mips()
114 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ps_hybrid_synthesis_deint_mips() local
126 "lw %[temp1], 0(%[in2]) \n\t" in ps_hybrid_synthesis_deint_mips()
138 "sw %[temp1], -1024(%[out2]) \n\t" in ps_hybrid_synthesis_deint_mips()
146 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in ps_hybrid_synthesis_deint_mips()
195 float temp0, temp1, temp2, temp3, temp4, temp5; ps_add_squares_mips() local
248 float temp0, temp1, temp2; ps_mul_pair_single_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 Dsbrdsp_mips.c278 float temp0, temp1, temp2, temp3; in sbr_sum_square_mips() local
287 "lwc1 %[temp1], 4(%[p_x]) \n\t" in sbr_sum_square_mips()
294 "madd.s %[sum1], %[sum1], %[temp1], %[temp1] \n\t" in sbr_sum_square_mips()
295 "lwc1 %[temp1], 4(%[p_x]) \n\t" in sbr_sum_square_mips()
302 "madd.s %[sum1], %[sum1], %[temp1], %[temp1] \n\t" in sbr_sum_square_mips()
307 : [temp0]"=&f"(temp0), [temp1]"=&f"(temp1), [temp2]"=&f"(temp2), in sbr_sum_square_mips()
319 float temp0, temp1, 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
671 float temp0, temp1, temp2; sbr_hf_g_filt_mips() local
713 float y0,y1, temp1, temp2, temp4, temp5; sbr_hf_apply_noise_0_mips() local
752 float y0,y1,temp1, temp2, temp4, temp5; sbr_hf_apply_noise_1_mips() local
799 int m, temp0, temp1; sbr_hf_apply_noise_2_mips() local
851 float y0,y1, temp1, temp2, temp4, temp5; 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
101 "lw %[temp1], 4(%[p_w]) \n\t" in sbr_lf_gen_mips()
109 "sw %[temp1], 4(%[p_x_low]) \n\t" in sbr_lf_gen_mips()
119 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in sbr_lf_gen_mips()
138 "lw %[temp1], 4(%[p_w1]) \n\t" in sbr_lf_gen_mips()
146 "sw %[temp1], 4(%[p_x1_low]) \n\t" in sbr_lf_gen_mips()
156 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in sbr_lf_gen_mips()
177 int temp0, temp1, temp 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.h68 float temp0, temp1, temp2; in VMUL2_mips() local
79 "lwxc1 %[temp1], %[temp4](%[v]) \n\t" in VMUL2_mips()
81 "mul.s %[temp1], %[temp1], %[temp2] \n\t" in VMUL2_mips()
84 "swc1 %[temp1], 4(%[dst]) \n\t" in VMUL2_mips()
86 : [temp0]"=&f"(temp0), [temp1]"=&f"(temp1), in VMUL2_mips()
99 int temp0, temp1, temp2, temp3; in VMUL4_mips() local
105 "andi %[temp1], %[idx], 0x0C \n\t" in VMUL4_mips()
113 "lwxc1 %[temp6], %[temp1]( 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 Daacdec_mips.c79 "lw %[temp1], 4(%[src]) \n\t" in float_copy()
88 "sw %[temp1], 4(%[dst]) \n\t" in float_copy()
99 : [temp0]"=&r"(temp[0]), [temp1]"=&r"(temp[1]), in float_copy()
150 float temp0, temp1, temp2, temp3; in imdct_and_windowing_mips() local
166 temp1 = src1_prev[0]; in imdct_and_windowing_mips()
171 dst0[0] = temp0 * wj - temp1 * wi; in imdct_and_windowing_mips()
172 dst1[0] = temp0 * wi + temp1 * wj; in imdct_and_windowing_mips()
178 temp1 = src1[128]; in imdct_and_windowing_mips()
184 dst0[256] = temp0 * wj - temp1 * wi; in imdct_and_windowing_mips()
185 dst1[256] = temp0 * wi + temp1 * 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.c234 v16u8 src0, src1, src2, src3, temp0, temp1, diff; in sad_hv_bilinear_filter_8width_msa() local
248 VSHF_B2_UB(ref4, ref4, ref0, ref0, mask, mask, temp0, temp1); in sad_hv_bilinear_filter_8width_msa()
250 comp1 = __msa_hadd_u_h(temp1, temp1); in sad_hv_bilinear_filter_8width_msa()
264 temp1 = (v16u8) __msa_vshf_b(mask, (v16i8) ref2, (v16i8) ref2); in sad_hv_bilinear_filter_8width_msa()
265 comp3 = __msa_hadd_u_h(temp1, temp1); in sad_hv_bilinear_filter_8width_msa()
291 v16u8 temp0, temp1, temp2, temp3; in sad_hv_bilinear_filter_16width_msa() local
303 ILVRL_B2_UB(ref14, ref04, temp0, temp1); in sad_hv_bilinear_filter_16width_msa()
305 comp1 = __msa_hadd_u_h(temp1, temp 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...]
/third_party/ffmpeg/libavutil/mips/
H A Dfloat_dsp_mips.c114 float temp0, temp1, temp2, temp3; in vector_fmul_scalar_mips() local
124 "lwc1 %[temp1], 4(%[src]) \n\t" in vector_fmul_scalar_mips()
129 "mul.s %[temp1], %[temp1], %[mul] \n\t" in vector_fmul_scalar_mips()
134 "swc1 %[temp1], -12(%[dst]) \n\t" in vector_fmul_scalar_mips()
140 : [temp0]"=&f"(temp0), [temp1]"=&f"(temp1), in vector_fmul_scalar_mips()
152 float temp, temp1, temp2, temp3; in vector_fmul_window_mips() local
177 "mul.s %[temp1], %[s1], %[wj] \n\t" in vector_fmul_window_mips()
185 "madd.s %[temp1], 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...]

Completed in 19 milliseconds

12345