HomeSort by relevance Sort by last modified time
    Searched refs:in32 (Results 1 - 8 of 8) sorted by null

  /external/webrtc/src/common_audio/signal_processing/
resample_by_2.c 71 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; local
85 in32 = (WebRtc_Word32)(*in++) << 10;
86 diff = in32 - state1;
88 state0 = in32;
97 in32 = (WebRtc_Word32)(*in++) << 10;
98 diff = in32 - state5;
100 state4 = in32;
128 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; local
142 in32 = (WebRtc_Word32)(*in++) << 10;
143 diff = in32 - state1
    [all...]
  /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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 57 in32 RN 9 ;// Src[14] & Src[15] label
148 LDMIA pSrc,{in00,in02,in10,in12,in20,in22,in30,in32}
202 PKHTB trRow32,in32,in22,ASR #16 ;// [15 14] = [15 11]
203 PKHBT trRow22,in22,in32,LSL #16 ;// [11 10] = [14 10]
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 60 in32 RN 9 ;// Src[14] & Src[15] label
161 LDMIA pData,{in00,in02,in10,in12,in20,in22,in30,in32}
212 PKHTB trRow32,in32,in22,ASR #16 ;// [15 14] = [15 11]
213 PKHBT trRow22,in22,in32,LSL #16 ;// [11 10] = [14 10]
  /external/webrtc/src/common_audio/vad/
vad_filterbank.c 86 int32_t tmp32 = 0, in32 = 0; local
93 in32 = WEBRTC_SPL_LSHIFT_W32(((int32_t) (*in_vector)), 14);
94 state32 = in32 - WEBRTC_SPL_MUL_16_16(filter_coefficients, tmp16);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 98 unsigned int (*in32)(struct vx_core *chip, int reg); member in struct:snd_vx_ops
256 snd_assert(chip->ops->in32, return 0);
257 return chip->ops->in32(chip, reg);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 98 unsigned int (*in32)(struct vx_core *chip, int reg); member in struct:snd_vx_ops
256 snd_assert(chip->ops->in32, return 0);
257 return chip->ops->in32(chip, reg);

Completed in 582 milliseconds