HomeSort by relevance Sort by last modified time
    Searched refs:s_ptr (Results 1 - 14 of 14) 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...]