OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:past_r_q
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d_plsf.cpp
156
state->
past_r_q
[i] = 0; // Past quantized prediction error
199
state->
past_r_q
[i] = 0; /* Past quantized prediction error */
d_plsf_3.cpp
214
st->
past_r_q
[i],
224
st->
past_r_q
[i] =
241
st->
past_r_q
[i],
244
st->
past_r_q
[i] =
361
st->
past_r_q
[i],
377
st->
past_r_q
[i] = lsf1_r[i];
387
st->
past_r_q
[i],
396
st->
past_r_q
[i] = lsf1_r[i];
494
st->
past_r_q
,
d_plsf_5.cpp
196
// temp = mean_lsf[i] + st->
past_r_q
[i] * LSP_PRED_FAC_MR122;
198
temp = add (mean_lsf[i], mult (st->
past_r_q
[i],
201
st->
past_r_q
[i] = sub (lsf2_q[i], temp);
255
temp = add (mean_lsf[i], mult (st->
past_r_q
[i],
259
st->
past_r_q
[i] = lsf2_r[i];
360
* st->
past_r_q
[i] * LSP_PRED_FAC_MR122;
365
st->
past_r_q
[i],
375
st->
past_r_q
[i] =
479
st->
past_r_q
[i],
501
st->
past_r_q
[i] = *(lsf2_r + i)
[
all
...]
dtx_dec.cpp
580
Set_zero(lsfState->
past_r_q
, M); // reset for next speech frame
1073
Set_zero(lsfState->
past_r_q
, M); /* reset for next speech frame */
[
all
...]
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
d_plsf.h
102
Word16
past_r_q
[M]; /* Past quantized prediction error, Q15 */
member in struct:__anon14904
183
* PURPOSE: Set the
past_r_q
[M] vector to one of the eight
Completed in 140 milliseconds