HomeSort by relevance Sort by last modified time
    Searched defs:temp4 (Results 1 - 25 of 38) sorted by null

1 2

  /external/mesa3d/src/mesa/main/
streaming-load-memcpy.c 72 __m128i temp4 = _mm_stream_load_si128(src_cacheline + 3); local
77 _mm_store_si128(dst_cacheline + 3, temp4);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_polyphase_filter_window.cpp 140 int32 temp4 = pt_1[ SUBBANDS_NUMBER*14 ]; local
147 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[ 2]);
149 sum1 = fxp_mac32_Q32(sum1, temp4, winPtr[ 3]);
154 temp4 = pt_1[ SUBBANDS_NUMBER*12];
161 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[ 6]);
163 sum1 = fxp_mac32_Q32(sum1, temp4, winPtr[ 7]);
168 temp4 = pt_1[ SUBBANDS_NUMBER*10 ];
175 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[10]);
177 sum1 = fxp_mac32_Q32(sum1, temp4, winPtr[11]);
182 temp4 = pt_1[ SUBBANDS_NUMBER*8 ]
    [all...]
pvmp3_equalizer.cpp 344 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local
348 *(inData++) = temp4;
359 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local
363 *(inData++) = temp4;
384 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local
388 *(inData++) = fxp_mul32_Q32(temp4 << 1, *(pt_equalizer++));
401 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local
405 *(inData++) = fxp_mul32_Q32(temp4 << 1, *(pt_equalizer++));
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 90 namespace temp4 { namespace
  /external/libavc/common/x86/
ih264_iquant_itrans_recon_dc_ssse3.c 120 __m128i temp4, temp5, temp6, temp7; local
148 temp4 = _mm_add_epi16(value_add, pred_r0);
152 sign_reg = _mm_cmpgt_epi16(temp4, zero_8x16b); // sign check
153 temp4 = _mm_and_si128(temp4, sign_reg);
157 temp4 = _mm_packus_epi16(temp4,temp5);
158 temp5 = _mm_srli_si128(temp4,4);
162 *pu4_out = _mm_cvtsi128_si32(temp4);
245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8 local
    [all...]
ih264_iquant_itrans_recon_sse42.c 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
139 temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
149 temp4 = _mm_madd_epi16(src_r0, temp4); //a00*b00*q00 a10*b10*q10 a20*b20*q20 a30*b30 q30 -- 32 bits long
155 resq_r0 = _mm_slli_epi32(temp4, u4_qp_div_6 - 4);
160 temp4 = _mm_add_epi32(temp4, add_rshift);
164 resq_r0 = _mm_srai_epi32(temp4, 4 - u4_qp_div_6);
186 temp4 = _mm_unpackhi_epi32(resq_r2, resq_r3); //c2 d2 c3 d3
189 resq_r2 = _mm_unpacklo_epi64(temp2, temp4); //a2 b2 c2 d
368 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
ih264_deblk_chroma_ssse3.c 105 __m128i temp1, temp2, temp3, temp4; local
127 temp4 = _mm_unpacklo_epi16(lineg, lineh);
130 p0_uv_8x16 = _mm_unpacklo_epi32(temp3, temp4);
132 q1_uv_8x16 = _mm_unpackhi_epi32(temp3, temp4);
221 temp4 = _mm_unpackhi_epi16(q0_uv_16x8, q1_uv_16x8);
227 linee = _mm_unpacklo_epi32(temp2, temp4);
229 lineg = _mm_unpackhi_epi32(temp2, temp4);
442 __m128i temp1, temp2, temp3, temp4; local
476 temp4 = _mm_unpacklo_epi16(lineg, lineh);
479 p0_uv_8x16 = _mm_unpacklo_epi32(temp3, temp4);
    [all...]
ih264_iquant_itrans_recon_ssse3.c 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
140 temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
150 temp4 = _mm_madd_epi16(src_r0, temp4); //a00*b00*q00 a10*b10*q10 a20*b20*q20 a30*b30 q30 -- 32 bits long
156 resq_r0 = _mm_slli_epi32(temp4, u4_qp_div_6 - 4);
161 temp4 = _mm_add_epi32(temp4, add_rshift);
165 resq_r0 = _mm_srai_epi32(temp4, 4 - u4_qp_div_6);
193 temp4 = _mm_unpackhi_epi32(resq_r2, resq_r3); //c2 d2 c3 d3
196 resq_r2 = _mm_unpacklo_epi64(temp2, temp4); //a2 b2 c2 d
395 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
ih264_deblk_luma_ssse3.c 104 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
125 temp4 = _mm_unpacklo_epi8(line7, line8);
129 line3 = _mm_unpacklo_epi16(temp3, temp4);
130 line4 = _mm_unpackhi_epi16(temp3, temp4);
149 temp4 = _mm_unpacklo_epi8(line7, line8);
153 line3 = _mm_unpacklo_epi16(temp3, temp4);
154 line4 = _mm_unpackhi_epi16(temp3, temp4);
159 temp4 = _mm_unpackhi_epi32(line2, line4);
163 q2_16x8 = _mm_unpacklo_epi64(q1_8x16, temp4);
164 q3_16x8 = _mm_unpackhi_epi64(q1_8x16, temp4);
528 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
1456 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
1772 __m128i temp1, temp2, temp3, temp4; local
    [all...]
  /external/libvpx/libvpx/test/
vp8_fdct4x4_test.cc 44 const int temp4 = (ip[12] * sinpi8sqrt2) >> 16; local
45 const int d1 = temp3 + temp4;
62 const int temp4 = (ip[3] * sinpi8sqrt2) >> 16; local
63 const int d1 = temp3 + temp4;
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 49 int temp3, temp4; local
68 temp4 = ip[13] + ((ip[13] * cospi8sqrt2minus1) >> 16);
69 c2 = temp3 - temp4;
72 temp4 = (ip[13] * sinpi8sqrt2) >> 16;
73 d2 = temp3 + temp4;
100 temp4 = ip[15] + ((ip[15] * cospi8sqrt2minus1) >> 16);
101 c2 = temp3 - temp4;
104 temp4 = (ip[15] * sinpi8sqrt2) >> 16;
105 d2 = temp3 + temp4;
138 temp4 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
fdct_neon.c 67 const int32x4_t temp4 = local
72 int16x4_t out_3 = vrshrn_n_s32(temp4, DCT_CONST_BITS);
  /external/webp/src/dsp/
lossless_enc_mips_dsp_r2.c 23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
36 "ext %[temp4], %[temp0], 8, 8 \n\t"
41 "replv.ph %[temp4], %[temp4] \n\t"
45 "subu.qb %[temp0], %[temp0], %[temp4] \n\t"
60 "ext %[temp4], %[temp0], 8, 8 \n\t"
61 "replv.ph %[temp4], %[temp4] \n\t"
62 "subu.qb %[temp0], %[temp0], %[temp4] \n\t"
69 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6)
83 int temp0, temp1, temp2, temp3, temp4, temp5; local
186 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
234 int temp0, temp1, temp2, temp3, temp4; local
    [all...]
rescaler_mips32.c 97 int temp1, temp2, temp3, temp4; local
116 "mul %[temp4], %[temp1], %[x_add] \n\t"
117 "addu %[temp3], %[temp4], %[temp3] \n\t"
133 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), [temp4]"=&r"(temp4),
152 int temp0, temp1, temp3, temp4, temp5, loop_end; local
162 "li %[temp4], 0x8000 \n\t"
168 "mult %[temp3], %[temp4] \n\t"
174 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow)
216 int temp0, temp1, temp3, temp4, temp5, loop_end; local
    [all...]
rescaler_mips_dsp_r2.c 34 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local
46 "li %[temp4], 0x8000 \n\t"
53 "mult $ac0, %[temp3], %[temp4] \n\t"
55 "mult $ac1, %[temp3], %[temp4] \n\t"
57 "mult $ac2, %[temp3], %[temp4] \n\t"
59 "mult $ac3, %[temp3], %[temp4] \n\t"
76 "mult $ac0, %[temp3], %[temp4] \n\t"
78 "mult $ac1, %[temp3], %[temp4] \n\t"
80 "mult $ac2, %[temp3], %[temp4] \n\t"
82 "mult $ac3, %[temp3], %[temp4] \n\t
171 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local
    [all...]
dec_mips32.c 219 int temp0, temp1, temp2, temp3, temp4; local
231 "lh %[temp4], 8(%[in]) \n\t"
235 "mul %[temp8], %[temp4], %[kC2] \n\t"
237 "mul %[temp4], %[temp4], %[kC1] \n\t"
245 "sra %[temp4], %[temp4], 16 \n\t"
252 "addu %[temp4], %[temp4], %[temp12] \n\t"
253 "addu %[temp8], %[temp16], %[temp4] \n\t
    [all...]
enc_mips32.c 32 // TEMP4..TEMP5 - temporary registers
33 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \
38 "addu %[" #TEMP4 "], %[temp16], %[temp18] \n\t" \
50 "addu %[" #TEMP0 "], %[" #TEMP4 "], %[" #TEMP3 "] \n\t" \
53 "subu %[" #TEMP3 "], %[" #TEMP4 "], %[" #TEMP3 "] \n\t"
60 // TEMP0, TEMP4, TEMP8 and TEMP12 - registers for corresponding tmp elements
61 #define HORIZONTAL_PASS(A, TEMP0, TEMP4, TEMP8, TEMP12) \
65 "mul %[" #TEMP0 "], %[" #TEMP4 "], %[kC2] \n\t" \
67 "mul %[" #TEMP4 "], %[" #TEMP4 "], %[kC1] \n\t"
118 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
192 int temp0, temp1, temp2, temp3, temp4, temp5; local
367 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
482 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
544 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
578 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
604 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
626 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
lossless_enc_mips32.c 305 "ulw %[temp4], " #A "(%[" #P1 "]) \n\t" \
309 "addu %[temp4], %[temp4], %[temp0] \n\t" \
317 "usw %[temp4], " #A "(%[" #P2 "]) \n\t" \
328 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \
380 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
lossless_mips_dsp_r2.c 96 int temp0, temp1, temp2, temp3, temp4, temp5; local
101 "preceu.ph.qbl %[temp4], %[c1] \n\t"
105 "subq.ph %[temp4], %[temp4], %[temp0] \n\t"
107 "addq.ph %[temp2], %[temp2], %[temp4] \n\t"
112 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5)
121 int temp0, temp1, temp2, temp3, temp4, temp5; local
127 "preceu.ph.qbl %[temp4], %[c2] \n\t"
129 "subq.ph %[temp4], %[temp2], %[temp4] \n\t
150 int temp0, temp1, temp2, temp3, temp4, temp5; local
233 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
291 int temp0, temp1, temp2, temp3, temp4, temp5; local
463 int temp0, temp1, temp2, temp3, temp4, temp5; local
537 int temp0, temp1, temp2, temp3, temp4, temp5; local
    [all...]
dec_mips_dsp_r2.c 27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; local
30 LOAD_WITH_OFFSET_X4(temp1, temp2, temp3, temp4, dst,
39 temp3, temp1, temp2, temp3, temp4)
56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
62 "replv.ph %[temp4], %[d1] \n\t"
65 SHIFT_R_SUM_X2(temp1, temp6, temp7, temp8, temp2, temp9, temp10, temp4,
66 temp2, temp2, temp3, temp3, temp4, temp5, temp4, temp5)
74 temp4, temp7, temp6, temp10, temp9)
76 temp17, temp12, temp18, temp1, temp8, temp2, temp4,
87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
164 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
302 int step1, step2, temp1, temp2, temp3, temp4; local
490 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
559 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
631 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
660 int temp0, temp1, temp2, temp3, temp4; local
682 int temp0, temp1, temp2, temp3, temp4; local
732 int temp0, temp1, temp2, temp3, temp4; local
779 int temp0, temp1, temp2, temp3, temp4; local
839 int temp0, temp1, temp2, temp3, temp4; local
    [all...]
  /external/libavc/encoder/x86/
ime_distortion_metrics_sse42.c 1730 __m128i temp0, temp1, temp2, temp3, temp4; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 156 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
171 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X), ureg_src(temp1));
172 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y), ureg_src(temp2));
176 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
179 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X), ureg_src(temp0));
189 ureg_release_temporary(ureg, temp4);
207 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
234 ureg_MAD(ureg, temp4,
237 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 140 temp4 RN 1 label
368 SMLATB temp4, colOp02, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
373 PKHBT out02, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
380 SMLATB temp4, colOp12, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
385 PKHBT out12, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
391 SMLATB temp4, colOp22, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
396 PKHBT out22, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1
    [all...]
  /external/libhevc/common/x86/
ihevc_32x32_itrans_recon_sse42_intr.c 199 __m128i temp1, temp2, temp3, temp4; local
772 temp4 = m_temp_reg_34;
917 m_temp_reg_34 = _mm_add_epi32(temp4, m_temp_reg_30);
918 m_temp_reg_35 = _mm_sub_epi32(temp4, m_temp_reg_30);
    [all...]
ihevc_itrans_recon_32x32_ssse3_intr.c 207 __m128i temp1, temp2, temp3, temp4; local
783 temp4 = m_temp_reg_34;
927 m_temp_reg_34 = _mm_add_epi32(temp4, m_temp_reg_30);
928 m_temp_reg_35 = _mm_sub_epi32(temp4, m_temp_reg_30);
    [all...]

Completed in 1068 milliseconds

1 2