Home
last modified time | relevance | path

Searched refs:s_ptr (Results 1 – 8 of 8) 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.c23 int vp8_mbuverror_sse2_impl(short *s_ptr, short *d_ptr);
25 short *s_ptr = &mb->coeff[256]; in vp8_mbuverror_sse2() local
27 return vp8_mbuverror_sse2_impl(s_ptr, d_ptr); in vp8_mbuverror_sse2()
Dblock_error_sse2.asm134 ;int vp8_mbuverror_sse2_impl(short *s_ptr, short *d_ptr);
145 mov rsi, arg(0) ;s_ptr
/external/u-boot/lib/
Dphysmem.c17 void *s_ptr = (void *)(uintptr_t)s; in arch_phys_memset() local
21 return (phys_addr_t)(uintptr_t)memset(s_ptr, c, n); in arch_phys_memset()
/external/mksh/src/
Dfuncs.c285 static const char *s_ptr; variable
484 s_ptr = s; in c_print()
486 s = s_ptr; in c_print()
597 return (ord(*s_ptr++)); in s_get()
603 --s_ptr; in s_put()
/external/libyuv/files/source/
Drow_msa.cc158 #define READ_ARGB(s_ptr, t_ptr, argb0, argb1, argb2, argb3) \ argument
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_msa.cc158 #define READ_ARGB(s_ptr, t_ptr, argb0, argb1, argb2, argb3) \ argument