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

1 2

  /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/libvpx/libvpx/test/
vp8_fdct4x4_test.cc 40 const int temp4 = (ip[12] * sinpi8sqrt2) >> 16; local
41 const int d1 = temp3 + temp4;
58 const int temp4 = (ip[3] * sinpi8sqrt2) >> 16; local
59 const int d1 = temp3 + temp4;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp8_fdct4x4_test.cc 40 const int temp4 = (ip[12] * sinpi8sqrt2) >> 16; local
41 const int d1 = temp3 + temp4;
58 const int temp4 = (ip[3] * sinpi8sqrt2) >> 16; local
59 const int d1 = temp3 + temp4;
  /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...]
ih264_luma_intra_pred_filters_ssse3.c 1409 __m128i temp1, temp2, temp3, temp4; local
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 55 int temp3, temp4; local
74 temp4 = ip[13] + ((ip[13] * cospi8sqrt2minus1) >> 16);
75 c2 = temp3 - temp4;
78 temp4 = (ip[13] * sinpi8sqrt2) >> 16;
79 d2 = temp3 + temp4;
106 temp4 = ip[15] + ((ip[15] * cospi8sqrt2minus1) >> 16);
107 c2 = temp3 - temp4;
110 temp4 = (ip[15] * sinpi8sqrt2) >> 16;
111 d2 = temp3 + temp4;
144 temp4 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 55 int temp3, temp4; local
74 temp4 = ip[13] + ((ip[13] * cospi8sqrt2minus1) >> 16);
75 c2 = temp3 - temp4;
78 temp4 = (ip[13] * sinpi8sqrt2) >> 16;
79 d2 = temp3 + temp4;
106 temp4 = ip[15] + ((ip[15] * cospi8sqrt2minus1) >> 16);
107 c2 = temp3 - temp4;
110 temp4 = (ip[15] * sinpi8sqrt2) >> 16;
111 d2 = temp3 + temp4;
144 temp4 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16)
    [all...]
  /external/webp/src/dsp/
dec_mips32.c 212 int temp0, temp1, temp2, temp3, temp4; local
224 "lh %[temp4], 8(%[in]) \n\t"
228 "mul %[temp8], %[temp4], %[kC2] \n\t"
230 "mul %[temp4], %[temp4], %[kC1] \n\t"
238 "sra %[temp4], %[temp4], 16 \n\t"
245 "addu %[temp4], %[temp4], %[temp12] \n\t"
246 "addu %[temp8], %[temp16], %[temp4] \n\t
    [all...]
lossless_mips32.c 292 "ulw %[temp4], "#A"(%["#P1"]) \n\t" \
296 "addu %[temp4], %[temp4], %[temp0] \n\t" \
304 "usw %[temp4], "#A"(%["#P2"]) \n\t" \
315 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \
367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
enc_mips32.c 35 // TEMP4..TEMP5 - temporary registers
36 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \
41 "addu %["#TEMP4"], %[temp16], %[temp18] \n\t" \
53 "addu %["#TEMP0"], %["#TEMP4"], %["#TEMP3"] \n\t" \
56 "subu %["#TEMP3"], %["#TEMP4"], %["#TEMP3"] \n\t"
63 // TEMP0, TEMP4, TEMP8 and TEMP12 - registers for corresponding tmp elements
64 #define HORIZONTAL_PASS(A, B, C, D, TEMP0, TEMP4, TEMP8, TEMP12) \
68 "mul %["#TEMP0"], %["#TEMP4"], %[kC2] \n\t" \
70 "mul %["#TEMP4"], %["#TEMP4"], %[kC1] \n\t"
121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
195 int temp0, temp1, temp2, temp3, temp4, temp5; local
362 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
651 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
685 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
711 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
733 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
  /external/webp/src/utils/
rescaler.c 202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; local
213 "li %[temp4], 0x8000 \n\t"
217 "mult %[temp3], %[temp4] \n\t"
226 "mult %[temp3], %[temp4] \n\t"
241 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6),
  /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...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 134 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
150 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X),
152 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y),
157 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
160 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X),
174 ureg_release_temporary(ureg, temp4);
194 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
227 ureg_MAD(ureg, temp4,
231 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...]
ihevc_chroma_intra_pred_filters_ssse3_intr.c 560 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
573 temp4 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 1)]);
580 temp4 = _mm_unpacklo_epi8(temp3, temp4);
585 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 1) * dst_strd)), temp4);
599 temp4 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 1)]);
608 temp4 = _mm_unpacklo_epi8(temp3, temp4);
615 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 1) * dst_strd) + 0), temp4);
616 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 1) * dst_strd) + 16), temp4);
    [all...]
ihevc_intra_pred_filters_sse42_intr.c 1278 int temp1, temp2, temp3, temp4; local
2806 __m128i temp1, temp2, temp3, temp4; local
3572 __m128i temp1, temp2, temp3, temp4, sm3; local
    [all...]

Completed in 831 milliseconds

1 2