OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sfb_nrg_prev
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRenc/src/
code_env.h
101
SCHAR
sfb_nrg_prev
[MAX_FREQ_COEFFS];
member in struct:__anon4855
/external/aac/libSBRdec/src/
env_dec.cpp
238
FDKmemcpy (tempSfbNrgPrev, h_prev_data_left->
sfb_nrg_prev
, MAX_FREQ_COEFFS * sizeof(FIXP_SGL));
259
FDKmemcpy (h_prev_data_left->
sfb_nrg_prev
, tempSfbNrgPrev, MAX_FREQ_COEFFS * sizeof(FIXP_SGL));
368
FIXP_SGL target; /* targeted level for
sfb_nrg_prev
during fade-down */
413
if (h_prev_data->
sfb_nrg_prev
[i] > target)
492
h_prev_data->
sfb_nrg_prev
[i] = otherChannel->
sfb_nrg_prev
[i];
495
h_prev_data->
sfb_nrg_prev
[i] = (h_prev_data->
sfb_nrg_prev
[i] + otherChannel->
sfb_nrg_prev
[i]) >> 1;
497
h_prev_data->
sfb_nrg_prev
[i] = (FIXP_SGL)SBR_ENERGY_PAN_OFFSET
535
FIXP_SGL *
sfb_nrg_prev
= h_prev_data->
sfb_nrg_prev
;
local
747
FIXP_SGL *
sfb_nrg_prev
= h_prev_data->
sfb_nrg_prev
;
local
[
all
...]
env_extr.h
249
FIXP_SGL
sfb_nrg_prev
[MAX_FREQ_COEFFS]; /*!< Previous envelope (required for differential-coded values) */
member in struct:__anon4831
Completed in 100 milliseconds