/external/libopus/silk/ |
resampler_down2.c | 44 opus_int32 in32, out32, Y, X; local 52 in32 = silk_LSHIFT( (opus_int32)in[ 2 * k ], 10 ); 55 Y = silk_SUB32( in32, S[ 0 ] ); 58 S[ 0 ] = silk_ADD32( in32, X ); 61 in32 = silk_LSHIFT( (opus_int32)in[ 2 * k + 1 ], 10 ); 64 Y = silk_SUB32( in32, S[ 1 ] ); 68 S[ 1 ] = silk_ADD32( in32, X );
|
ana_filt_bank_1.c | 48 opus_int32 in32, X, Y, out_1, out_2; local 53 in32 = silk_LSHIFT( (opus_int32)in[ 2 * k ], 10 ); 56 Y = silk_SUB32( in32, S[ 0 ] ); 59 S[ 0 ] = silk_ADD32( in32, X ); 62 in32 = silk_LSHIFT( (opus_int32)in[ 2 * k + 1 ], 10 ); 65 Y = silk_SUB32( in32, S[ 1 ] ); 68 S[ 1 ] = silk_ADD32( in32, X );
|
resampler_private_up2_HQ.c | 46 opus_int32 in32, out32_1, out32_2, Y, X; local 58 in32 = silk_LSHIFT( (opus_int32)in[ k ], 10 ); 61 Y = silk_SUB32( in32, S[ 0 ] ); 64 S[ 0 ] = silk_ADD32( in32, X ); 82 Y = silk_SUB32( in32, S[ 3 ] ); 85 S[ 3 ] = silk_ADD32( in32, X );
|
macros.h | 128 static OPUS_INLINE opus_int32 silk_CLZ32(opus_int32 in32) 130 return in32 ? 32 - EC_ILOG(in32) : 32;
|
MacroCount.h | 243 static OPUS_INLINE opus_int32 SigProcFIX_CLZ32(opus_int32 in32) 247 if( in32 & 0xFFFF0000 ) { 248 return SigProcFIX_CLZ16((opus_int16)(in32 >> 16)); 250 return SigProcFIX_CLZ16((opus_int16)in32) + 16;
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
resample_by_2_mips.c | 152 int32_t in32; local 156 in32 = (int32_t)(*in++) << 10; 157 diff = in32 - state1; 159 state0 = in32; 168 in32 = (int32_t)(*in++) << 10; 169 diff = in32 - state5; 171 state4 = in32; 185 in32 = (int32_t)(*in++) << 10; 186 diff = in32 - state1; 188 state0 = in32; [all...] |
resample_by_2.c | 72 int32_t tmp1, tmp2, diff, in32, out32; local 86 in32 = (int32_t)(*in++) << 10; 87 diff = in32 - state1; 89 state0 = in32; 98 in32 = (int32_t)(*in++) << 10; 99 diff = in32 - state5; 101 state4 = in32; 130 int32_t tmp1, tmp2, diff, in32, out32; local 144 in32 = (int32_t)(*in++) << 10; 145 diff = in32 - state1 [all...] |
/external/libopus/silk/mips/ |
macros_mipsr1.h | 78 opus_int32 in32 = (opus_int32 )in16; local 79 re32 = mips_clz(in32); 85 static inline opus_int32 silk_CLZ32(opus_int32 in32) 88 re32 = mips_clz(in32);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_image.c | 227 i32 *in32 = (i32*)tmp; local 231 tmp1 = *in32; in32 += 4; 232 tmp2 = *in32; in32 += 4; 235 tmp1 = *in32; in32 += 4; 236 tmp2 = *in32; 301 i32 *in32 = (i32*)tmp; local 305 tmp1 = *in32; in32 += 2 [all...] |
h264bsd_intra_prediction.c | 1845 u32 *in32, *out32; local [all...] |
/external/libopus/silk/arm/ |
macros_armv5e.h | 200 static OPUS_INLINE opus_int32 silk_CLZ32_armv5(opus_int32 in32) 207 : "r"(in32) 211 #define silk_CLZ32(in32) (silk_CLZ32_armv5(in32))
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_TransformResidual4x4_s.s | 71 in32 RN 9 ;// Src[14] & Src[15] label 162 LDMIA pSrc,{in00,in02,in10,in12,in20,in22,in30,in32} 216 PKHTB trRow32,in32,in22,ASR #16 ;// [15 14] = [15 11] 217 PKHBT trRow22,in22,in32,LSL #16 ;// [11 10] = [14 10]
|
omxVCM4P10_TransformDequantLumaDCFromPair_s.s | 74 in32 RN 9 ;// Src[14] & Src[15] label 175 LDMIA pData,{in00,in02,in10,in12,in20,in22,in30,in32} 226 PKHTB trRow32,in32,in22,ASR #16 ;// [15 14] = [15 11] 227 PKHBT trRow22,in22,in32,LSL #16 ;// [11 10] = [14 10]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
regs.s | 168 { .mii; mov in32 = r0; nop.i 0; nop.i 0;; } [all...] |