Searched refs:CODE_CONDITIONALLY (Results 1 – 10 of 10) sorted by relevance
/external/libopus/silk/ |
D | decode_indices.c | 63 if( condCoding == CODE_CONDITIONALLY ) { in silk_decode_indices() 107 if( condCoding == CODE_CONDITIONALLY && psDec->ec_prevSignalType == TYPE_VOICED ) { in silk_decode_indices()
|
D | encode_indices.c | 71 if( condCoding == CODE_CONDITIONALLY ) { in silk_encode_indices() 119 if( condCoding == CODE_CONDITIONALLY && psEncC->ec_prevSignalType == TYPE_VOICED ) { in silk_encode_indices()
|
D | dec_API.c | 214 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()
|
D | define.h | 77 #define CODE_CONDITIONALLY 2 macro
|
D | decode_parameters.c | 47 &psDec->LastGainIndex, condCoding == CODE_CONDITIONALLY, psDec->nb_subfr ); in silk_decode_parameters()
|
D | enc_API.c | 374 condCoding = CODE_CONDITIONALLY; in silk_Encode() 497 condCoding = CODE_CONDITIONALLY; in silk_Encode()
|
/external/libopus/silk/float/ |
D | encode_frame_FLP.c | 224 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()
|
D | process_gains_FLP.c | 76 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FLP()
|
/external/libopus/silk/fixed/ |
D | encode_frame_FIX.c | 238 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()
|
D | process_gains_FIX.c | 95 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FIX()
|