Home
last modified time | relevance | path

Searched refs:s_ptr (Results 1 – 7 of 7) sorted by relevance

/external/libopus/silk/float/
DLPC_analysis_filter_FLP.c52 const silk_float *s_ptr; in silk_LPC_analysis_filter16_FLP() local
55 s_ptr = &s[ix - 1]; in silk_LPC_analysis_filter16_FLP()
58 LPC_pred = s_ptr[ 0 ] * PredCoef[ 0 ] + in silk_LPC_analysis_filter16_FLP()
59 s_ptr[ -1 ] * PredCoef[ 1 ] + in silk_LPC_analysis_filter16_FLP()
60 s_ptr[ -2 ] * PredCoef[ 2 ] + in silk_LPC_analysis_filter16_FLP()
61 s_ptr[ -3 ] * PredCoef[ 3 ] + in silk_LPC_analysis_filter16_FLP()
62 s_ptr[ -4 ] * PredCoef[ 4 ] + in silk_LPC_analysis_filter16_FLP()
63 s_ptr[ -5 ] * PredCoef[ 5 ] + in silk_LPC_analysis_filter16_FLP()
64 s_ptr[ -6 ] * PredCoef[ 6 ] + in silk_LPC_analysis_filter16_FLP()
65 s_ptr[ -7 ] * PredCoef[ 7 ] + in silk_LPC_analysis_filter16_FLP()
[all …]
/external/deqp/framework/common/
DtcuTestPackage.cpp75 static TestPackageRegistry* s_ptr = DE_NULL; in getOrDestroy() local
79 if (!s_ptr) in getOrDestroy()
80 s_ptr = new TestPackageRegistry(); in getOrDestroy()
82 return s_ptr; in getOrDestroy()
86 if (s_ptr) in getOrDestroy()
88 delete s_ptr; in getOrDestroy()
89 s_ptr = DE_NULL; in getOrDestroy()
/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_sse2.c25 int vp8_mbuverror_xmm_impl(short *s_ptr, short *d_ptr);
28 short *s_ptr = &mb->coeff[256]; in vp8_mbuverror_xmm() local
30 return vp8_mbuverror_xmm_impl(s_ptr, d_ptr); in vp8_mbuverror_xmm()
Dvp8_enc_stubs_mmx.c60 int vp8_mbuverror_mmx_impl(short *s_ptr, short *d_ptr);
63 short *s_ptr = &mb->coeff[256]; in vp8_mbuverror_mmx() local
65 return vp8_mbuverror_mmx_impl(s_ptr, d_ptr); in vp8_mbuverror_mmx()
Dencodeopt.asm275 ;int vp8_mbuverror_mmx_impl(short *s_ptr, short *d_ptr);
286 mov rsi, arg(0) ;s_ptr
332 ;int vp8_mbuverror_xmm_impl(short *s_ptr, short *d_ptr);
343 mov rsi, arg(0) ;s_ptr
/external/mksh/src/
Dfuncs.c274 static const char *s_ptr; variable
414 s_ptr = s; in c_print()
416 s = s_ptr; in c_print()
505 return (*s_ptr++); in s_get()
511 --s_ptr; in s_put()
/external/valgrind/cachegrind/
Dcg_main.c195 HChar** s_ptr = VG_(OSetGen_Lookup)(stringTable, &s); in get_perm_string() local
196 if (s_ptr) { in get_perm_string()
197 return *s_ptr; in get_perm_string()