OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIXVAR
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRenc/src/
fram_gen.h
94
#define MAX_ENVELOPES_FIXVAR_VARFIX 4 /*!< worst case number of envelopes in VARFIX and
FIXVAR
frames */
100
FIXVAR
, /*!< bs_frame_class: leading frame border is fixed, trailing frame border is variable */
135
FixVar
| :<- ->:
162
FixVar
| :<- ->:
198
INT bs_abs_bord; /*!< bs_abs_bord, absolute border for VARFIX and
FIXVAR
*/
199
INT n; /*!< number of relative borders for VARFIX and
FIXVAR
*/
202
INT v_f[MAX_ENVELOPES_FIXVAR_VARFIX]; /*!< envelope frequency resolutions for
FIXVAR
and VARFIX */
fram_gen.cpp
437
* transients) are handeled by [
FIXVAR
, VARFIX] pairs or (depending on
439
* by [
FIXVAR
, VARVAR, VARFIX] triples. "Tight transients" (in
444
* borders for [
FIXVAR
, VARFIX] pairs right away, where the first frame
500
if (tranFlag) { /* Always for
FixVar
, often but not always for VarVar */
537
case
FIXVAR
:
[
all
...]
bit_sbr.cpp
647
case
FIXVAR
:
649
if (sbrEnvData->hSbrBSGrid->frameClass ==
FIXVAR
)
[
all
...]
Completed in 151 milliseconds