OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fResTransIsLow
(Results
1 - 5
of
5
) sorted by null
/external/aac/libSBRenc/src/
fram_gen.h
255
UCHAR
fResTransIsLow
; /*!< frequency resolution for transient frames - always low (0) or according to table (1) */
298
,UCHAR
fResTransIsLow
,
bit_sbr.h
145
UCHAR
fResTransIsLow
;
fram_gen.cpp
345
UCHAR
fResTransIsLow
533
hSbrEnvFrame->
fResTransIsLow
697
UCHAR
fResTransIsLow
732
if (!
fResTransIsLow
)
[
all
...]
sbr_encoder.cpp
501
config->
fResTransIsLow
= 1; /* for transient frames, set low frequency resolution */
523
config->
fResTransIsLow
= 1; /* for transient frames, set low frequency resolution */
636
config->
fResTransIsLow
= 0; /* for transient frames, set variable frequency resolution according to freqResTable */
[
all
...]
/external/aac/libSBRenc/include/
sbr_encoder.h
178
UCHAR
fResTransIsLow
; /*!< Frequency resolution of envelopes in transient frames: low (0) or variable (1) */
Completed in 80 milliseconds