/external/chromium_org/third_party/opus/src/silk/ |
resampler_private_AR2.c | 45 opus_int32 out32; local 48 out32 = silk_ADD_LSHIFT32( S[ 0 ], (opus_int32)in[ k ], 8 ); 49 out_Q8[ k ] = out32; 50 out32 = silk_LSHIFT( out32, 2 ); 51 S[ 0 ] = silk_SMLAWB( S[ 1 ], out32, A_Q14[ 0 ] ); 52 S[ 1 ] = silk_SMULWB( out32, A_Q14[ 1 ] );
|
resampler_down2.c | 44 opus_int32 in32, out32, Y, X; local 57 out32 = silk_ADD32( S[ 0 ], X ); 66 out32 = silk_ADD32( out32, S[ 1 ] ); 67 out32 = silk_ADD32( out32, X ); 71 out[ k ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( out32, 11 ) );
|
LPC_analysis_filter.c | 56 opus_int32 out32_Q12, out32; local 97 out32 = silk_RSHIFT_ROUND( out32_Q12, 12 ); 100 out[ ix ] = (opus_int16)silk_SAT16( out32 );
|
MacroCount.h | 207 opus_int32 out32 = 0; local 217 out32 += 4; 222 out32 += 8; 225 out32 += 12; 231 return out32 + 0; 233 return out32 + 1; 236 return out32 + 2; 238 return out32 + 3;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_image.c | 228 i32 *out32 = (i32*)imageBlock; local 233 *out32 = tmp1; out32 += picWidth/4; 234 *out32 = tmp2; out32 += picWidth/4; 237 *out32 = tmp1; out32 += picWidth/4; 238 *out32 = tmp2; 302 i32 *out32 = (i32*)imageBlock; local 307 *out32 = tmp1; out32 += picWidth/4 [all...] |
h264bsd_intra_prediction.c | 1845 u32 *in32, *out32; local [all...] |
/external/webrtc/src/common_audio/signal_processing/ |
resample_by_2.c | 71 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; local 109 out32 = (state3 + state7 + 1024) >> 11; 112 *out++ = WebRtcSpl_SatW32ToW16(out32); 128 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; local 154 out32 = (state3 + 512) >> 10; 155 *out++ = WebRtcSpl_SatW32ToW16(out32); 169 out32 = (state7 + 512) >> 10; 170 *out++ = WebRtcSpl_SatW32ToW16(out32);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_TransformResidual4x4_s.s | 126 out32 RN 9 label 375 SSUB16 out32,colOp32,const2 384 STMIA pDst,{out00,out02,out10,out12,out20,out22,out30,out32}
|
omxVCM4P10_TransformDequantLumaDCFromPair_s.s | 138 out32 RN 9 label 394 PKHBT out32, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 | 404 STMIA pData,{out00,out02,out10,out12,out20,out22,out30,out32}
|
/external/chromium_org/third_party/sqlite/src/src/ |
test3.c | 480 u32 out32; local 481 n2 = getVarint32(zBuf, out32); 482 out = out32;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
vx_core.h | 100 void (*out32)(struct vx_core *chip, int reg, unsigned int val); member in struct:snd_vx_ops 268 snd_assert(chip->ops->out32, return); 269 chip->ops->out32(chip, reg, val);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
vx_core.h | 100 void (*out32)(struct vx_core *chip, int reg, unsigned int val); member in struct:snd_vx_ops 268 snd_assert(chip->ops->out32, return); 269 chip->ops->out32(chip, reg, val);
|