HomeSort by relevance Sort by last modified time
    Searched refs:SMULBB (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
basic_op_arm_v5.h 197 __asm {SMULBB result, var1, var2}
232 SMULBB product, var1, var2
272 SMULBB product, var1, var2
312 SMULBB L_product, L_var1_hi, L_var2_hi
314 SMULBB product32, L_var1_hi, L_var2_lo
324 SMULBB product32, L_var1_lo, L_var2_hi
365 __asm {SMULBB L_product, L_var1_hi, var2}
367 __asm {SMULBB result, L_var1_lo, var2}
402 SMULBB product, var1, var2
mpy_32.h 127 __asm {SMULBB L_product, L_var1_hi, L_var2_hi}
129 __asm {SMULBB product32, L_var1_hi, L_var2_lo}
133 __asm {SMULBB product32, L_var1_lo, L_var2_hi}
159 asm volatile("smulbb %0, %1, %2"
172 asm volatile("smulbb %0, %1, %2"
186 asm volatile("smulbb %0, %1, %2"
mpy_32_16.h 105 __asm {SMULBB L_product, L_var1_hi, var2}
107 __asm {SMULBB result, L_var1_lo, var2}
128 asm volatile("smulbb %0, %1, %2"
141 asm volatile("smulbb %0, %1, %2"
l_mac.h 115 __asm {SMULBB result, var1, var2}
131 asm volatile("smulbb %0, %1, %2"
l_msu.h 118 SMULBB product, var1, var2
137 asm volatile("smulbb %0, %1, %2"
l_mult.h 118 SMULBB product, var1, var2
136 asm volatile("smulbb %0, %1, %2"
mult.h 117 SMULBB product, var1, var2
137 asm volatile("smulbb %0, %1, %2"
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 120 SMULBB SrcDst00,SrcDst00,rowLuma01 ;// pSrcDst[0] * (pVRow[0]<<Shift)
123 SMULBB SrcDst02,SrcDst02,rowLuma01 ;// pSrcDst[2] * (pVRow[0]<<Shift)
130 SMULBB SrcDst10,SrcDst10,rowLuma23 ;// pSrcDst[4] * (pVRow[2]<<Shift)
134 SMULBB SrcDst12,SrcDst12,rowLuma23 ;// pSrcDst[6] * (pVRow[2]<<Shift)
142 SMULBB SrcDst20,SrcDst20,rowLuma01 ;// pSrcDst[8] * (pVRow[0]<<Shift)
146 SMULBB SrcDst22,SrcDst22,rowLuma01 ;// pSrcDst[10] * (pVRow[0]<<Shift)
155 SMULBB SrcDst30,SrcDst30,rowLuma23 ;// pSrcDst[12] * (pVRow[2]<<Shift)
158 SMULBB SrcDst32,SrcDst32,rowLuma23 ;// pSrcDst[14] * (pVRow[2]<<Shift)
263 SMULBB SrcDst00,SrcDst00,rowLuma01 ;// pSrcDst[0] * (pVRow[0]<<Shift)
266 SMULBB SrcDst02,SrcDst02,rowLuma01 ;// pSrcDst[2] * (pVRow[0]<<Shift
    [all...]
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 113 SMULBB Temp1, c0w0, Scale ;// Temp1 = B(c0w0) * Scale
114 SMULBB Temp3, c1w0, Scale ;// Temp3 = B(c1w0) * Scale
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s 93 SMULBB X2,tempVal21,two ;// X2= first val(lower 16 bits of tampVal21)*2
109 SMULBB X2,tempVal43,two ;// X2= first val(lower 16 bits of tampVal43)*2
omxVCM4P2_PredictReconCoefIntra_s.s 159 SMULBB tempPred,temp,absCoeffDC ;// tempPred=pPredBufRow(Col)[0]*32767/dcScaler
181 SMULBB temp1,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler
213 SMULBB absCoeffAC,absCoeffAC,predQP ;// temp1=pPredBufRow[i]*predQP
251 SMULBB absCoeffAC,absCoeffAC,predQP ;// temp1=pPredBufCol[i>>3]*predQP
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_voice_gain_gnu.s 92 SMULBB gainLeft, tmp0, gainLeft
94 SMULBB gainIncLeft, tmp1, gainIncLeft
100 SMULBB gainRight, tmp0, gainRight
102 SMULBB gainIncRight, tmp1, gainIncRight
ARM-E_filter_gnu.s 91 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
103 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
ARM-E_interpolate_loop_gnu.s 95 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
ARM-E_interpolate_noloop_gnu.s 87 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 92 SMULBB gainLeft, tmp0, gainLeft
94 SMULBB gainIncLeft, tmp1, gainIncLeft
100 SMULBB gainRight, tmp0, gainRight
102 SMULBB gainIncRight, tmp1, gainIncRight
ARM-E_filter_gnu.s 91 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
103 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 154 SMULBB ACoeff, EightMinusdx, EightMinusdy
155 SMULBB BCoeff, dx, EightMinusdy
157 SMULBB CCoeff, EightMinusdx, dy
158 SMULBB DCoeff, dx, dy
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_Interpolate_Chroma_s.S 42 SMULBB r12,r8,r9
43 SMULBB r9,r6,r9
45 SMULBB r8,r8,r7
46 SMULBB r6,r6,r7
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 714 SMULBB(AL, u, U, V);
715 SMULBB(AL, d, pixel, u);
721 SMULBB(AL, u, U, V);
728 SMULBB(AL, u, U, V);
816 SMULBB(AL, u, U, V);
831 SMULBB(AL, u, U, V);
845 SMULBB(AL, u, U, V);
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
pred_lt4_1_opt.s 66 SMULBB r10, r4, r3 @x[0] * h[0]
67 SMULBB r11, r6, r3 @x[1] * h[0]
68 SMULBB r12, r9, r3 @x[2] * h[0]
276 SMULBB r10, r4, r3 @x[0] * h[0]
277 SMULBB r11, r6, r3 @x[1] * h[0]
Syn_filt_32_opt.s 104 SMULBB r12, r6, r11 @ sig_lo[i-1] * Aq[1]
155 SMULBB r12, r6, r11 @ sig_hi[i-1] * Aq[1]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 920 ;// system. For little endian SMUL00=SMULBB, for big
1009 LIBI3 SMULBB, SMULTT, $a, $b, $c, $cc
1019 LIBI3 SMULBB, SMULTB, $a, $b, $c, $cc
1034 LIBI3 SMULTT, SMULBB, $a, $b, $c, $cc
1039 LIBI3 SMULTB, SMULBB, $a, $b, $c, $cc
1049 LIBI3 SMULBB, SMULBT, $a, $b, $c, $cc
1054 LIBI3 SMULBT, SMULBB, $a, $b, $c, $cc
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 923 ;// system. For little endian SMUL00=SMULBB, for big
1012 LIBI3 SMULBB, SMULTT, $a, $b, $c, $cc
1022 LIBI3 SMULBB, SMULTB, $a, $b, $c, $cc
1037 LIBI3 SMULTT, SMULBB, $a, $b, $c, $cc
1042 LIBI3 SMULTB, SMULBB, $a, $b, $c, $cc
1052 LIBI3 SMULBB, SMULBT, $a, $b, $c, $cc
1057 LIBI3 SMULBT, SMULBB, $a, $b, $c, $cc
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 183 SMULBB tempPred,temp,absCoeffDC ;// tempped=pPredBufRow(Col)[0]*32767/dcScaler
202 SMULBB dcColBuffCoeff,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler

Completed in 982 milliseconds

1 2