Home
last modified time | relevance | path

Searched refs:UPSAMPLING (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/src/
Dget_adif_header.cpp429 pVars->sbrDecoderData.SbrChannel[0].syncState = UPSAMPLING; in get_adif_header()
430 pVars->sbrDecoderData.SbrChannel[1].syncState = UPSAMPLING; in get_adif_header()
Dpvmp4audiodecoderresetbuffer.cpp341 pVars->sbrDecoderData.SbrChannel[LEFT].syncState = UPSAMPLING; in PVMP4AudioDecoderResetBuffer()
342 pVars->sbrDecoderData.SbrChannel[RIGHT].syncState = UPSAMPLING; in PVMP4AudioDecoderResetBuffer()
De_sbr_sync_state.h67 UPSAMPLING, enumerator
Dsbr_applied.cpp185 self->SbrChannel[LEFT].syncState = UPSAMPLING; in sbr_applied()
188 self->SbrChannel[RIGHT].syncState = UPSAMPLING; in sbr_applied()
Dsbr_open.cpp188 SbrChannel[i].syncState = UPSAMPLING; in sbr_open()