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

  /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}
  /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);

Completed in 506 milliseconds