Home
last modified time | relevance | path

Searched refs:CODE_CONDITIONALLY (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
Ddecode_indices.c63 if( condCoding == CODE_CONDITIONALLY ) { in silk_decode_indices()
107 if( condCoding == CODE_CONDITIONALLY && psDec->ec_prevSignalType == TYPE_VOICED ) { in silk_decode_indices()
Dencode_indices.c71 if( condCoding == CODE_CONDITIONALLY ) { in silk_encode_indices()
119 if( condCoding == CODE_CONDITIONALLY && psEncC->ec_prevSignalType == TYPE_VOICED ) { in silk_encode_indices()
Ddec_API.c210 condCoding = CODE_CONDITIONALLY; in silk_Decode()
279 …condCoding = channel_state[ n ].LBRR_flags[ FrameIndex - 1 ] ? CODE_CONDITIONALLY : CODE_INDEPENDE… in silk_Decode()
285 condCoding = CODE_CONDITIONALLY; in silk_Decode()
Ddefine.h72 #define CODE_CONDITIONALLY 2 macro
Ddecode_parameters.c47 &psDec->LastGainIndex, condCoding == CODE_CONDITIONALLY, psDec->nb_subfr ); in silk_decode_parameters()
Denc_API.c359 condCoding = CODE_CONDITIONALLY; in silk_Encode()
476 condCoding = CODE_CONDITIONALLY; in silk_Encode()
/external/chromium_org/third_party/opus/src/silk/float/
Dprocess_gains_FLP.c76 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FLP()
Dencode_frame_FLP.c281 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FLP()
356 … &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_LBRR_encode_FLP()
/external/chromium_org/third_party/opus/src/silk/fixed/
Dprocess_gains_FIX.c95 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FIX()
Dencode_frame_FIX.c294 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FIX()
365 … &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_LBRR_encode_FIX()