Home
last modified time | relevance | path

Searched refs:temp6 (Results 1 – 25 of 26) sorted by relevance

12

/external/webp/src/dsp/
Ddec_mips_dsp_r2.c27 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()
56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in TransformAC3() local
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, temp8, temp2, in TransformAC3()
74 temp4, temp7, temp6, temp10, temp9) in TransformAC3()
77 temp7, temp6, dst, 0, 1, 2, 3, BPS) in TransformAC3()
87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in TransformOne() local
93 LOAD_IN_X2(temp5, temp6, 24, 26) in TransformOne()
[all …]
Denc_mips_dsp_r2.c147 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local
155 HORIZONTAL_PASS(1, temp4, temp5, temp6, temp7) in FTransform()
161 VERTICAL_PASS(4, 12, 20, 28, temp2, temp6, temp10, temp14) in FTransform()
175 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in ITransformOne() local
181 LOAD_IN_X2(temp5, temp6, 24, 26) in ITransformOne()
185 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6, in ITransformOne()
191 ADD_SUB_HALVES(temp5, temp6, temp4, temp7) in ITransformOne()
203 SRA_16(temp9, temp10, temp11, temp12, temp1, temp2, temp5, temp6) in ITransformOne()
204 INSERT_HALF_X2(temp1, temp6, temp5, temp2) in ITransformOne()
211 ADD_SUB_HALVES(temp5, temp7, temp6, temp8) in ITransformOne()
[all …]
Denc_mips32.c118 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in ITransformOne() local
126 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7) in ITransformOne()
132 HORIZONTAL_PASS(2, temp2, temp6, temp10, temp14) in ITransformOne()
137 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in ITransformOne()
367 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in Disto4x4() local
388 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in Disto4x4()
482 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local
492 HORIZONTAL_PASS(1, temp4, temp5, temp6, temp7) in FTransform()
498 VERTICAL_PASS(4, 12, 20, 28, temp2, temp6, temp10, temp14) in FTransform()
503 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in FTransform()
[all …]
Drescaler_mips_dsp_r2.c36 const int temp6 = (x_out_max & ~0x3) << 2; in ExportRowShrink() local
102 : [temp7]"r"(temp7), [yscale]"r"(yscale), [temp6]"r"(temp6) in ExportRowShrink()
151 : [temp7]"r"(temp7), [temp6]"r"(temp6) in ExportRowShrink()
172 const int temp6 = (x_out_max & ~0x3) << 2; in ExportRowExpand() local
211 : [temp7]"r"(temp7), [temp6]"r"(temp6) in ExportRowExpand()
281 : [temp7]"r"(temp7), [temp6]"r"(temp6), [A]"r"(A), [B]"r"(B) in ExportRowExpand()
Drescaler_mips32.c154 const int temp6 = x_out_max << 2; in ExportRowExpand() local
176 : [temp2]"r"(temp2), [temp6]"r"(temp6) in ExportRowExpand()
204 : [temp2]"r"(temp2), [temp6]"r"(temp6), [A]"r"(A), [B]"r"(B) in ExportRowExpand()
218 const int temp6 = x_out_max << 2; in ExportRowShrink() local
248 : [temp2]"r"(temp2), [yscale]"r"(yscale), [temp6]"r"(temp6) in ExportRowShrink()
269 : [temp2]"r"(temp2), [temp6]"r"(temp6) in ExportRowShrink()
Dlossless_enc_mips_dsp_r2.c23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in SubtractGreenFromBlueAndRed() local
69 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6), in SubtractGreenFromBlueAndRed()
186 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in CollectColorBlueTransforms() local
204 [temp5]"=&r"(temp5), [temp6]"=&r"(temp6) in CollectColorBlueTransforms()
Dfilters_mips_dsp_r2.c44 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; \
101 [temp6]"=&r"(temp6), [dst]"+&r"(pdst), [src]"+&r"(psrc) \
121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; \
168 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [pred]"+&r"(ppred), \
Dyuv_mips_dsp_r2.c65 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7) \
77 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; \
Dlossless_enc_mips32.c285 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), \
336 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in HistogramAdd() local
Dlossless_mips_dsp_r2.c231 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed() local
277 [temp5]"=&r"(temp5), [temp6]"=&r"(temp6), [temp7]"=&r"(temp7) in AddGreenToBlueAndRed()
Ddec_mips32.c220 int temp5, temp6, temp7, temp8, temp9; in TransformOne() local
541 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in TransformOne()
Dmips_macro.h190 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6), \
/external/libavc/common/x86/
Dih264_iquant_itrans_recon_sse42.c119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_sse42() local
141temp6 = _mm_unpacklo_epi16(temp1, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_sse42()
151 temp6 = _mm_madd_epi16(src_r2, temp6); in ih264_iquant_itrans_recon_4x4_sse42()
157 resq_r2 = _mm_slli_epi32(temp6, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_sse42()
162 temp6 = _mm_add_epi32(temp6, add_rshift); in ih264_iquant_itrans_recon_4x4_sse42()
166 resq_r2 = _mm_srai_epi32(temp6, 4 - u4_qp_div_6); in ih264_iquant_itrans_recon_4x4_sse42()
267 temp6 = _mm_sub_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_sse42()
268 temp6 = _mm_add_epi32(temp6, value_32); in ih264_iquant_itrans_recon_4x4_sse42()
269 temp6 = _mm_srai_epi32(temp6, 6); in ih264_iquant_itrans_recon_4x4_sse42()
270 temp6 = _mm_add_epi32(temp6, pred_r2); in ih264_iquant_itrans_recon_4x4_sse42()
[all …]
Dih264_iquant_itrans_recon_ssse3.c119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_ssse3() local
142temp6 = _mm_unpacklo_epi16(temp1, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_ssse3()
152 temp6 = _mm_madd_epi16(src_r2, temp6); in ih264_iquant_itrans_recon_4x4_ssse3()
158 resq_r2 = _mm_slli_epi32(temp6, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_ssse3()
163 temp6 = _mm_add_epi32(temp6, add_rshift); in ih264_iquant_itrans_recon_4x4_ssse3()
167 resq_r2 = _mm_srai_epi32(temp6, 4 - u4_qp_div_6); in ih264_iquant_itrans_recon_4x4_ssse3()
281 temp6 = _mm_sub_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_ssse3()
282 temp6 = _mm_add_epi32(temp6, value_32); in ih264_iquant_itrans_recon_4x4_ssse3()
283 temp6 = _mm_srai_epi32(temp6, 6); in ih264_iquant_itrans_recon_4x4_ssse3()
284 temp6 = _mm_add_epi32(temp6, pred_r2); in ih264_iquant_itrans_recon_4x4_ssse3()
[all …]
Dih264_iquant_itrans_recon_dc_ssse3.c120 __m128i temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_dc_ssse3() local
159 temp6 = _mm_srli_si128(temp5,4); in ih264_iquant_itrans_recon_4x4_dc_ssse3()
160 temp7 = _mm_srli_si128(temp6,4); in ih264_iquant_itrans_recon_4x4_dc_ssse3()
168 *(pu4_out) = _mm_cvtsi128_si32(temp6); in ih264_iquant_itrans_recon_4x4_dc_ssse3()
245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8; in ih264_iquant_itrans_recon_8x8_dc_ssse3() local
298 temp6 = _mm_add_epi16(value_add, pred_r5); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
315 sign_reg = _mm_cmpgt_epi16(temp6, zero_8x16b); // sign check in ih264_iquant_itrans_recon_8x8_dc_ssse3()
316 temp6 = _mm_and_si128(temp6, sign_reg); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
327 temp6 = _mm_packus_epi16(temp6, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
336 _mm_storel_epi64((__m128i *)(&pu1_out[5 * out_strd]), temp6); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
Dih264_deblk_luma_ssse3.c104 __m128i temp1, temp2, temp3, temp4, temp5, temp6; in ih264_deblk_luma_vert_bs4_ssse3() local
269 temp6 = _mm_add_epi16(temp2, const_val2_16x8); in ih264_deblk_luma_vert_bs4_ssse3()
273 temp2 = _mm_add_epi16(temp6, temp4); in ih264_deblk_luma_vert_bs4_ssse3()
278 temp6 = _mm_add_epi16(temp6, p0_8x16); in ih264_deblk_luma_vert_bs4_ssse3()
280 temp1 = _mm_add_epi16(temp6, p2_8x16); in ih264_deblk_luma_vert_bs4_ssse3()
300 temp1 = _mm_add_epi16(temp6, const_val2_16x8); in ih264_deblk_luma_vert_bs4_ssse3()
307 temp6 = _mm_slli_epi16(q3_8x16, 1); in ih264_deblk_luma_vert_bs4_ssse3()
311 temp2 = _mm_add_epi16(temp2, temp6); in ih264_deblk_luma_vert_bs4_ssse3()
329 temp6 = _mm_add_epi16(temp2, const_val2_16x8); in ih264_deblk_luma_vert_bs4_ssse3()
333 temp2 = _mm_add_epi16(temp6, temp4); in ih264_deblk_luma_vert_bs4_ssse3()
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dschedule-fs-loop-nested.ll33 %temp6.0 = phi float [ %22, %main_body ], [ %temp6.1, %IF31 ]
48 %32 = call float @llvm.AMDIL.clamp.(float %temp6.0, float 0.000000e+00, float 1.000000e+00)
58 %temp6.1 = phi float [ %temp4.1, %ENDIF30 ], [ %temp6.0, %LOOP ]
59 %temp5.1 = phi float [ %temp6.1, %ENDIF30 ], [ %temp5.0, %LOOP ]
Dschedule-fs-loop.ll20 %temp5.0 = phi float [ %7, %main_body ], [ %temp6.0, %ENDIF ]
21 %temp6.0 = phi float [ %9, %main_body ], [ %temp4.0, %ENDIF ]
35 %19 = call float @llvm.AMDIL.clamp.(float %temp6.0, float 0.000000e+00, float 1.000000e+00)
Dschedule-if-2.ll63 %temp6.0 = phi float [ %29, %IF ], [ 0.000000e+00, %ELSE ], [ 0.000000e+00, %IF23 ]
67 %46 = insertelement <4 x float> %45, float %temp6.0, i32 2
Dsgpr-copy.ll170 %temp5.0 = phi float [ %23, %main_body ], [ %temp6.0, %ENDIF ]
171 %temp6.0 = phi float [ %24, %main_body ], [ %temp4.0, %ENDIF ]
182 …32 15, i32 1, i32 1, i32 0, i32 0, float %temp4.0, float %temp5.0, float %temp6.0, float 1.000000e…
/external/libvpx/libvpx/vp8/common/mips/msa/
Dpostproc_msa.c70 v8i16 temp5, temp6, temp7, temp8, temp9; \
75 ILVRL_W2_SH(temp5, temp4, temp6, temp7); \
84 out0 = (v16u8)temp6; \
125 v8i16 temp5, temp6, temp7, temp8, temp9; \
135 ILVRL_H2_SH(temp5, temp4, temp6, temp7); \
138 ILVRL_W2_SH(temp8, temp6, temp4, temp5); \
139 ILVRL_W2_SH(temp9, temp7, temp6, temp7); \
145 ILVR_D2_UB(temp6, temp2, temp7, temp3, in4, in6); \
146 in5 = (v16u8)__msa_ilvl_d((v2i64)temp6, (v2i64)temp2); \
151 temp6, temp7, temp8, temp9); \
[all …]
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_mips.c530 int32_t temp0, temp2, temp3, temp4, temp5, temp6; in WebRtcAecm_StoreAdaptiveChannel_mips() local
561 [temp4] "=&r" (temp4), [temp5] "=&r" (temp5), [temp6] "=&r" (temp6), in WebRtcAecm_StoreAdaptiveChannel_mips()
842 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in WebRtcAecm_ProcessBlock() local
1099 [temp4] "=&r" (temp4), [temp5] "=&r" (temp5), [temp6] "=&r" (temp6), in WebRtcAecm_ProcessBlock()
/external/libhevc/common/x86/
Dihevc_chroma_intra_pred_filters_ssse3_intr.c560 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in ihevc_intra_pred_chroma_horz_ssse3() local
575 temp6 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 2)]); in ihevc_intra_pred_chroma_horz_ssse3()
581 temp6 = _mm_unpacklo_epi8(temp5, temp6); in ihevc_intra_pred_chroma_horz_ssse3()
586 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 2) * dst_strd)), temp6); in ihevc_intra_pred_chroma_horz_ssse3()
602 temp6 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 2)]); in ihevc_intra_pred_chroma_horz_ssse3()
609 temp6 = _mm_unpacklo_epi8(temp5, temp6); in ihevc_intra_pred_chroma_horz_ssse3()
618 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 2) * dst_strd) + 0), temp6); in ihevc_intra_pred_chroma_horz_ssse3()
619 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 2) * dst_strd) + 16), temp6); in ihevc_intra_pred_chroma_horz_ssse3()
636 temp6 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * 2]); in ihevc_intra_pred_chroma_horz_ssse3()
643 temp6 = _mm_unpacklo_epi8(temp5, temp6); in ihevc_intra_pred_chroma_horz_ssse3()
[all …]
Dihevc_32x32_itrans_recon_sse42_intr.c200 __m128i temp5, temp6, temp7, temp8; in ihevc_itrans_recon_32x32_sse42() local
744 temp6 = m_temp_reg_35; in ihevc_itrans_recon_32x32_sse42()
980 m_temp_reg_34 = _mm_add_epi32(temp6, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
981 m_temp_reg_35 = _mm_sub_epi32(temp6, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
1245 temp6 = _mm_sub_epi32(m_temp_reg_35, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42()
1633 m_temp_reg_34 = _mm_add_epi32(temp6, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
1634 m_temp_reg_35 = _mm_sub_epi32(temp6, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
4072 temp6 = _mm_sub_epi32(m_temp_reg_16, m_temp_reg_92); /* ee[13] */ in ihevc_itrans_recon_32x32_sse42()
4443 m_temp_reg_31 = _mm_add_epi32(temp6, m_temp_reg_20); in ihevc_itrans_recon_32x32_sse42()
4444 m_temp_reg_30 = _mm_sub_epi32(temp6, m_temp_reg_20); in ihevc_itrans_recon_32x32_sse42()
[all …]
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
DBC_ReedSolomonDecoder.cpp165 CBC_AutoPtr<CBC_ReedSolomonGF256Poly> temp6(rsg12); in RunEuclideanAlgorithm() local
166 t = temp6; in RunEuclideanAlgorithm()

12