Home
last modified time | relevance | path

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

/external/libopus/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.c214 condCoding = CODE_CONDITIONALLY; in silk_Decode()
292 …condCoding = channel_state[ n ].LBRR_flags[ FrameIndex - 1 ] ? CODE_CONDITIONALLY : CODE_INDEPENDE… in silk_Decode()
298 condCoding = CODE_CONDITIONALLY; in silk_Decode()
Ddefine.h77 #define CODE_CONDITIONALLY 2 macro
Ddecode_parameters.c47 &psDec->LastGainIndex, condCoding == CODE_CONDITIONALLY, psDec->nb_subfr ); in silk_decode_parameters()
Denc_API.c374 condCoding = CODE_CONDITIONALLY; in silk_Encode()
497 condCoding = CODE_CONDITIONALLY; in silk_Encode()
/external/libopus/silk/float/
Dencode_frame_FLP.c224 if (condCoding != CODE_CONDITIONALLY) { in silk_encode_frame_FLP()
344 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FLP()
419 … &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_LBRR_encode_FLP()
Dprocess_gains_FLP.c76 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FLP()
/external/libopus/silk/fixed/
Dencode_frame_FIX.c238 if (condCoding != CODE_CONDITIONALLY) { in silk_encode_frame_FIX()
357 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FIX()
428 … &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_LBRR_encode_FIX()
Dprocess_gains_FIX.c95 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FIX()