/external/libopus/silk/ |
D | dec_API.c | 204 opus_int condCoding; in silk_Decode() local 214 condCoding = CODE_CONDITIONALLY; in silk_Decode() 216 condCoding = CODE_INDEPENDENTLY; in silk_Decode() 218 silk_decode_indices( &channel_state[ n ], psRangeDec, i, 1, condCoding ); in silk_Decode() 285 opus_int condCoding; in silk_Decode() local 290 condCoding = CODE_INDEPENDENTLY; in silk_Decode() 292 …condCoding = channel_state[ n ].LBRR_flags[ FrameIndex - 1 ] ? CODE_CONDITIONALLY : CODE_INDEPENDE… in silk_Decode() 296 condCoding = CODE_INDEPENDENTLY_NO_LTP_SCALING; in silk_Decode() 298 condCoding = CODE_CONDITIONALLY; in silk_Decode() 300 …l_state[ n ], psRangeDec, &samplesOut1_tmp[ n ][ 2 ], &nSamplesOutDec, lostFlag, condCoding, arch); in silk_Decode()
|
D | encode_indices.c | 40 …opus_int condCoding /* I The type of conditional coding… in silk_encode_indices() argument 71 if( condCoding == CODE_CONDITIONALLY ) { in silk_encode_indices() 119 if( condCoding == CODE_CONDITIONALLY && psEncC->ec_prevSignalType == TYPE_VOICED ) { in silk_encode_indices() 167 if( condCoding == CODE_INDEPENDENTLY ) { in silk_encode_indices() 171 silk_assert( !condCoding || psIndices->LTP_scaleIndex == 0 ); in silk_encode_indices()
|
D | decode_indices.c | 40 …opus_int condCoding /* I The type of conditional coding… in silk_decode_indices() argument 63 if( condCoding == CODE_CONDITIONALLY ) { in silk_decode_indices() 107 if( condCoding == CODE_CONDITIONALLY && psDec->ec_prevSignalType == TYPE_VOICED ) { in silk_decode_indices() 139 if( condCoding == CODE_INDEPENDENTLY ) { in silk_decode_indices()
|
D | decode_frame.c | 45 …opus_int condCoding, /* I The type of conditional coding… in silk_decode_frame() argument 69 silk_decode_indices( psDec, psRangeDec, psDec->nFramesDecoded, lostFlag, condCoding ); in silk_decode_frame() 80 silk_decode_parameters( psDec, psDecCtrl, condCoding ); in silk_decode_frame()
|
D | enc_API.c | 365 opus_int condCoding; in silk_Encode() local 376 condCoding = CODE_CONDITIONALLY; in silk_Encode() 378 condCoding = CODE_INDEPENDENTLY; in silk_Encode() 380 … silk_encode_indices( &psEnc->state_Fxx[ n ].sCmn, psRangeEnc, i, 1, condCoding ); in silk_Encode() 496 opus_int condCoding; in silk_Encode() local 502 condCoding = CODE_INDEPENDENTLY; in silk_Encode() 506 condCoding = CODE_INDEPENDENTLY_NO_LTP_SCALING; in silk_Encode() 508 condCoding = CODE_CONDITIONALLY; in silk_Encode() 510 … silk_encode_frame_Fxx( &psEnc->state_Fxx[ n ], nBytesOut, psRangeEnc, condCoding, maxBits, useCBR… in silk_Encode()
|
D | decode_parameters.c | 38 …opus_int condCoding /* I The type of conditional coding… in silk_decode_parameters() argument 47 &psDec->LastGainIndex, condCoding == CODE_CONDITIONALLY, psDec->nb_subfr ); in silk_decode_parameters()
|
D | main.h | 412 …opus_int condCoding, /* I The type of conditional coding… 422 …opus_int condCoding /* I The type of conditional coding… 429 …opus_int condCoding /* I The type of conditional coding… 473 …opus_int condCoding /* I The type of conditional coding…
|
/external/libopus/silk/float/ |
D | encode_frame_FLP.c | 41 …opus_int condCoding /* I The type of conditiona… 88 …opus_int condCoding, /* I The type of conditiona… in silk_encode_frame_FLP() argument 152 silk_find_pred_coefs_FLP( psEnc, &sEncCtrl, res_pitch_frame, x_frame, condCoding ); in silk_encode_frame_FLP() 157 silk_process_gains_FLP( psEnc, &sEncCtrl, condCoding ); in silk_encode_frame_FLP() 162 silk_LBRR_encode_FLP( psEnc, &sEncCtrl, x_frame, condCoding ); in silk_encode_frame_FLP() 205 … silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding ); in silk_encode_frame_FLP() 224 if (condCoding != CODE_CONDITIONALLY) { in silk_encode_frame_FLP() 234 … silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding ); in silk_encode_frame_FLP() 344 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FLP() 386 …opus_int condCoding /* I The type of conditiona… in silk_LBRR_encode_FLP() argument [all …]
|
D | main_FLP.h | 68 …opus_int condCoding, /* I The type of conditiona… 112 …opus_int condCoding /* I The type of conditiona… 133 …opus_int condCoding /* I The type of conditiona… 213 …opus_int condCoding /* I The type of conditiona…
|
D | LTP_scale_ctrl_FLP.c | 37 …opus_int condCoding /* I The type of conditiona… in silk_LTP_scale_ctrl_FLP() argument 42 if( condCoding == CODE_INDEPENDENTLY ) { in silk_LTP_scale_ctrl_FLP()
|
D | process_gains_FLP.c | 39 …opus_int condCoding /* I The type of conditiona… in silk_process_gains_FLP() argument 76 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FLP()
|
D | find_pred_coefs_FLP.c | 40 …opus_int condCoding /* I The type of conditiona… in silk_find_pred_coefs_FLP() argument 73 silk_LTP_scale_ctrl_FLP( psEnc, psEncCtrl, condCoding ); in silk_find_pred_coefs_FLP()
|
/external/libopus/silk/fixed/ |
D | encode_frame_FIX.c | 42 …opus_int condCoding /* I The type of condit… 89 …opus_int condCoding, /* I The type of condit… in silk_encode_frame_FIX() argument 155 silk_find_pred_coefs_FIX( psEnc, &sEncCtrl, res_pitch_frame, x_frame, condCoding ); in silk_encode_frame_FIX() 160 silk_process_gains_FIX( psEnc, &sEncCtrl, condCoding ); in silk_encode_frame_FIX() 165 silk_LBRR_encode_FIX( psEnc, &sEncCtrl, x_frame, condCoding ); in silk_encode_frame_FIX() 219 … silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding ); in silk_encode_frame_FIX() 238 if (condCoding != CODE_CONDITIONALLY) { in silk_encode_frame_FIX() 248 … silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding ); in silk_encode_frame_FIX() 357 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FIX() 396 …opus_int condCoding /* I The type of condit… in silk_LBRR_encode_FIX() argument [all …]
|
D | main_FIX.h | 78 …opus_int condCoding, /* I The type of condit… 129 …opus_int condCoding /* I The type of condit… 150 …opus_int condCoding /* I The type of condit… 211 …opus_int condCoding /* I The type of condit…
|
D | LTP_scale_ctrl_FIX.c | 38 …opus_int condCoding /* I The type of condit… in silk_LTP_scale_ctrl_FIX() argument 43 if( condCoding == CODE_INDEPENDENTLY ) { in silk_LTP_scale_ctrl_FIX()
|
D | process_gains_FIX.c | 39 …opus_int condCoding /* I The type of condit… in silk_process_gains_FIX() argument 95 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_process_gains_FIX()
|
D | find_pred_coefs_FIX.c | 40 …opus_int condCoding /* I The type of condit… in silk_find_pred_coefs_FIX() argument 98 silk_LTP_scale_ctrl_FIX( psEnc, psEncCtrl, condCoding ); in silk_find_pred_coefs_FIX()
|