HomeSort by relevance Sort by last modified time
    Searched defs:s_ptr (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 23 int vp8_mbuverror_sse2_impl(short *s_ptr, short *d_ptr);
25 short *s_ptr = &mb->coeff[256]; local
27 return vp8_mbuverror_sse2_impl(s_ptr, d_ptr);
  /external/libopus/silk/float/
LPC_analysis_filter_FLP.c 52 const silk_float *s_ptr; local
55 s_ptr = &s[ix - 1];
58 LPC_pred = s_ptr[ 0 ] * PredCoef[ 0 ] +
59 s_ptr[ -1 ] * PredCoef[ 1 ] +
60 s_ptr[ -2 ] * PredCoef[ 2 ] +
61 s_ptr[ -3 ] * PredCoef[ 3 ] +
62 s_ptr[ -4 ] * PredCoef[ 4 ] +
63 s_ptr[ -5 ] * PredCoef[ 5 ] +
64 s_ptr[ -6 ] * PredCoef[ 6 ] +
65 s_ptr[ -7 ] * PredCoef[ 7 ]
90 const silk_float *s_ptr; local
124 const silk_float *s_ptr; local
156 const silk_float *s_ptr; local
186 const silk_float *s_ptr; local
    [all...]
  /external/deqp/framework/common/
tcuTestPackage.cpp 75 static TestPackageRegistry* s_ptr = DE_NULL; local
79 if (!s_ptr)
80 s_ptr = new TestPackageRegistry();
82 return s_ptr;
86 if (s_ptr)
88 delete s_ptr;
89 s_ptr = DE_NULL;
  /external/valgrind/cachegrind/
cg_main.c 195 HChar** s_ptr = VG_(OSetGen_Lookup)(stringTable, &s); local
196 if (s_ptr) {
197 return *s_ptr;
    [all...]
  /external/mksh/src/
funcs.c 285 static const char *s_ptr; variable
484 s_ptr = s;
486 s = s_ptr;
597 return (ord(*s_ptr++));
603 --s_ptr;
    [all...]

Completed in 349 milliseconds