OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_ptr
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/opus/src/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/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/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c
25
int vp8_mbuverror_xmm_impl(short *
s_ptr
, short *d_ptr);
28
short *
s_ptr
= &mb->coeff[256];
local
30
return vp8_mbuverror_xmm_impl(
s_ptr
, d_ptr);
vp8_enc_stubs_mmx.c
60
int vp8_mbuverror_mmx_impl(short *
s_ptr
, short *d_ptr);
63
short *
s_ptr
= &mb->coeff[256];
local
65
return vp8_mbuverror_mmx_impl(
s_ptr
, d_ptr);
/external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c
25
int vp8_mbuverror_xmm_impl(short *
s_ptr
, short *d_ptr);
28
short *
s_ptr
= &mb->coeff[256];
local
30
return vp8_mbuverror_xmm_impl(
s_ptr
, d_ptr);
vp8_enc_stubs_mmx.c
60
int vp8_mbuverror_mmx_impl(short *
s_ptr
, short *d_ptr);
63
short *
s_ptr
= &mb->coeff[256];
local
65
return vp8_mbuverror_mmx_impl(
s_ptr
, d_ptr);
/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/mksh/src/
funcs.c
270
static const char *
s_ptr
;
variable
408
s_ptr
= s;
410
s =
s_ptr
;
487
return (*
s_ptr
++);
493
--
s_ptr
;
[
all
...]
Completed in 352 milliseconds