Searched refs:CODE_CONDITIONALLY (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/opus/src/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 | 210 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()
|
D | define.h | 72 #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 | 359 condCoding = CODE_CONDITIONALLY; in silk_Encode() 476 condCoding = CODE_CONDITIONALLY; in silk_Encode()
|
/external/chromium_org/third_party/opus/src/silk/float/ |
D | process_gains_FLP.c | 76 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FLP()
|
D | encode_frame_FLP.c | 281 … &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/ |
D | process_gains_FIX.c | 95 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FIX()
|
D | encode_frame_FIX.c | 294 … &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()
|