Home
last modified time | relevance | path

Searched refs:temp7 (Results 1 – 20 of 20) sorted by relevance

/external/libavc/common/x86/
Dih264_iquant_itrans_recon_ssse3.c119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_ssse3() local
143temp7 = _mm_unpackhi_epi16(temp1, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_ssse3()
153 temp7 = _mm_madd_epi16(src_r3, temp7); in ih264_iquant_itrans_recon_4x4_ssse3()
159 resq_r3 = _mm_slli_epi32(temp7, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_ssse3()
164 temp7 = _mm_add_epi32(temp7, add_rshift); in ih264_iquant_itrans_recon_4x4_ssse3()
168 resq_r3 = _mm_srai_epi32(temp7, 4 - u4_qp_div_6); in ih264_iquant_itrans_recon_4x4_ssse3()
286 temp7 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_ssse3()
287 temp7 = _mm_add_epi32(temp7, value_32); in ih264_iquant_itrans_recon_4x4_ssse3()
288 temp7 = _mm_srai_epi32(temp7, 6); in ih264_iquant_itrans_recon_4x4_ssse3()
289 temp7 = _mm_add_epi32(temp7, pred_r3); in ih264_iquant_itrans_recon_4x4_ssse3()
[all …]
Dih264_iquant_itrans_recon_sse42.c119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_sse42() local
142temp7 = _mm_unpackhi_epi16(temp1, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_sse42()
152 temp7 = _mm_madd_epi16(src_r3, temp7); in ih264_iquant_itrans_recon_4x4_sse42()
158 resq_r3 = _mm_slli_epi32(temp7, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_sse42()
163 temp7 = _mm_add_epi32(temp7, add_rshift); in ih264_iquant_itrans_recon_4x4_sse42()
167 resq_r3 = _mm_srai_epi32(temp7, 4 - u4_qp_div_6); in ih264_iquant_itrans_recon_4x4_sse42()
272 temp7 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42()
273 temp7 = _mm_add_epi32(temp7, value_32); in ih264_iquant_itrans_recon_4x4_sse42()
274 temp7 = _mm_srai_epi32(temp7, 6); in ih264_iquant_itrans_recon_4x4_sse42()
275 temp7 = _mm_add_epi32(temp7, pred_r3); in ih264_iquant_itrans_recon_4x4_sse42()
[all …]
Dih264_iquant_itrans_recon_dc_ssse3.c120 __m128i temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_dc_ssse3() local
160 temp7 = _mm_srli_si128(temp6,4); in ih264_iquant_itrans_recon_4x4_dc_ssse3()
171 *(pu4_out) = _mm_cvtsi128_si32(temp7); 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
300 temp7 = _mm_add_epi16(value_add, pred_r6); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
317 sign_reg = _mm_cmpgt_epi16(temp7, zero_8x16b); // sign check in ih264_iquant_itrans_recon_8x8_dc_ssse3()
318 temp7 = _mm_and_si128(temp7, sign_reg); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
328 temp7 = _mm_packus_epi16(temp7, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
337 _mm_storel_epi64((__m128i *)(&pu1_out[6 * out_strd]), temp7); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
/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
96 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14, 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()
162 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15) in FTransform()
175 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in ITransformOne() local
184 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14, in ITransformOne()
185 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6, in ITransformOne()
187 INSERT_HALF_X2(temp8, temp7, temp10, temp9) in ITransformOne()
191 ADD_SUB_HALVES(temp5, temp6, temp4, temp7) in ITransformOne()
192 ADD_SUB_HALVES(temp7, temp8, temp17, temp18) in ITransformOne()
200 ADD_SUB_HALVES(temp3, temp4, temp7, temp12) in ITransformOne()
[all …]
Denc_mips32.c119 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; in ITransformOne() local
126 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7) in ITransformOne()
133 HORIZONTAL_PASS(3, temp3, temp7, temp11, temp15) 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()
499 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15) in FTransform()
503 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in FTransform()
[all …]
Drescaler_mips_dsp_r2.c35 const int temp7 = (int)wrk->fxy_scale; in ExportRowShrink() local
102 : [temp7]"r"(temp7), [yscale]"r"(yscale), [temp6]"r"(temp6) in ExportRowShrink()
151 : [temp7]"r"(temp7), [temp6]"r"(temp6) in ExportRowShrink()
173 const int temp7 = (int)wrk->fy_scale; 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()
Dyuv_mips_dsp_r2.c65 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7) \
77 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; \
Dlossless_enc_mips_dsp_r2.c23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in SubtractGreenFromBlueAndRed() local
70 [temp7]"=&r"(temp7) in SubtractGreenFromBlueAndRed()
Dlossless_enc_mips32.c285 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), \
336 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in HistogramAdd() local
Dfilters_mips_dsp_r2.c121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; \
168 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [pred]"+&r"(ppred), \
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.h191 [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), \
/external/libvpx/libvpx/vp8/common/mips/msa/
Dpostproc_msa.c70 v8i16 temp5, temp6, temp7, temp8, temp9; \
75 ILVRL_W2_SH(temp5, temp4, temp6, temp7); \
85 out2 = (v16u8)temp7; \
125 v8i16 temp5, temp6, temp7, temp8, temp9; \
135 ILVRL_H2_SH(temp5, temp4, temp6, temp7); \
139 ILVRL_W2_SH(temp9, temp7, temp6, temp7); \
145 ILVR_D2_UB(temp6, temp2, temp7, temp3, in4, in6); \
147 in7 = (v16u8)__msa_ilvl_d((v2i64)temp7, (v2i64)temp3); \
151 temp6, temp7, temp8, temp9); \
152 ILVR_W2_SH(temp7, temp6, temp9, temp8, temp0, temp1); \
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dschedule-if-2.ll64 %temp7.0 = phi float [ %35, %IF ], [ 0.000000e+00, %ELSE ], [ 0.000000e+00, %IF23 ]
68 %47 = insertelement <4 x float> %46, float %temp7.0, i32 3
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_mips.c531 int32_t* temp7 = &(echo_est[0]); in WebRtcAecm_StoreAdaptiveChannel_mips() local
562 [temp1] "+r" (temp1), [temp8] "+r" (temp8), [temp7] "+r" (temp7) in WebRtcAecm_StoreAdaptiveChannel_mips()
842 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in WebRtcAecm_ProcessBlock() local
1100 [temp7] "=&r" (temp7), [temp8] "=&r" (temp8), [ptr1] "+r" (ptr1) 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
576 temp7 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * (row + 3)]); in ihevc_intra_pred_chroma_horz_ssse3()
582 temp8 = _mm_unpacklo_epi8(temp7, temp8); in ihevc_intra_pred_chroma_horz_ssse3()
604 temp7 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * (row + 3)]); in ihevc_intra_pred_chroma_horz_ssse3()
610 temp8 = _mm_unpacklo_epi8(temp7, temp8); in ihevc_intra_pred_chroma_horz_ssse3()
638 temp7 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * 3]); in ihevc_intra_pred_chroma_horz_ssse3()
644 temp8 = _mm_unpacklo_epi8(temp7, temp8); in ihevc_intra_pred_chroma_horz_ssse3()
Dihevc_32x32_itrans_recon_sse42_intr.c200 __m128i temp5, temp6, temp7, temp8; in ihevc_itrans_recon_32x32_sse42() local
730 temp7 = m_temp_reg_35; in ihevc_itrans_recon_32x32_sse42()
965 m_temp_reg_34 = _mm_add_epi32(temp7, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
966 m_temp_reg_35 = _mm_sub_epi32(temp7, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
1228 temp7 = _mm_sub_epi32(m_temp_reg_35, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42()
1608 m_temp_reg_34 = _mm_add_epi32(temp7, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
1609 m_temp_reg_35 = _mm_sub_epi32(temp7, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
4074 temp7 = _mm_add_epi32(m_temp_reg_14, m_temp_reg_93); /* ee[3] */ in ihevc_itrans_recon_32x32_sse42()
4185 m_temp_reg_31 = _mm_sub_epi32(temp7, m_temp_reg_20); in ihevc_itrans_recon_32x32_sse42()
4186 m_temp_reg_30 = _mm_add_epi32(temp7, m_temp_reg_20); in ihevc_itrans_recon_32x32_sse42()
[all …]
Dihevc_itrans_recon_32x32_ssse3_intr.c208 __m128i temp5, temp6, temp7, temp8; in ihevc_itrans_recon_32x32_ssse3() local
741 temp7 = m_temp_reg_35; in ihevc_itrans_recon_32x32_ssse3()
975 m_temp_reg_34 = _mm_add_epi32(temp7, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
976 m_temp_reg_35 = _mm_sub_epi32(temp7, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
1239 temp7 = _mm_sub_epi32(m_temp_reg_35, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3()
1618 m_temp_reg_34 = _mm_add_epi32(temp7, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
1619 m_temp_reg_35 = _mm_sub_epi32(temp7, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
4080 temp7 = _mm_add_epi32(m_temp_reg_14, m_temp_reg_93); /* ee[3] */ in ihevc_itrans_recon_32x32_ssse3()
4191 m_temp_reg_31 = _mm_sub_epi32(temp7, m_temp_reg_20); in ihevc_itrans_recon_32x32_ssse3()
4192 m_temp_reg_30 = _mm_add_epi32(temp7, m_temp_reg_20); in ihevc_itrans_recon_32x32_ssse3()
[all …]