Searched refs:FIXVAR (Results 1 - 3 of 3) sorted by relevance

/external/aac/libSBRenc/src/
H A Dfram_gen.h94 #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 */ enumerator in enum:__anon237
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 */
H A Dfram_gen.cpp437 * 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
537 case FIXVAR:
1406 if (tranFlag) *frameClass = FIXVAR;
1409 case FIXVAR:
1417 if (tranFlag) *frameClass = FIXVAR;
1611 case FIXVAR:
1903 case FIXVAR:
1925 case FIXVAR
[all...]
H A Dbit_sbr.cpp647 case FIXVAR:
649 if (sbrEnvData->hSbrBSGrid->frameClass == FIXVAR)

Completed in 90 milliseconds