OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smoothingLength
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRdec/src/
env_extr.h
207
UCHAR
smoothingLength
; /*!< Smoothing of gains over time (0: on 1: off) */
env_extr.cpp
212
hHeaderData->bs_data.
smoothingLength
= 1;
320
pBsData->
smoothingLength
= FDKreadBits (hBs, 1);
326
pBsData->
smoothingLength
= 1;
[
all
...]
env_calc.cpp
638
smooth_length = (1 - hHeaderData->bs_data.
smoothingLength
) << 2; /* can become either 0 or 4 */
[
all
...]
Completed in 73 milliseconds