Home
last modified time | relevance | path

Searched refs:condCoding (Results 1 – 17 of 17) sorted by relevance

/external/libopus/silk/
Ddec_API.c204 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()
292condCoding = 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()
Dencode_indices.c40 …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()
Ddecode_indices.c40 …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()
Ddecode_frame.c45 …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()
Denc_API.c353 opus_int condCoding; in silk_Encode() local
364 condCoding = CODE_CONDITIONALLY; in silk_Encode()
366 condCoding = CODE_INDEPENDENTLY; in silk_Encode()
368 … silk_encode_indices( &psEnc->state_Fxx[ n ].sCmn, psRangeEnc, i, 1, condCoding ); in silk_Encode()
476 opus_int condCoding; in silk_Encode() local
482 condCoding = CODE_INDEPENDENTLY; in silk_Encode()
486 condCoding = CODE_INDEPENDENTLY_NO_LTP_SCALING; in silk_Encode()
488 condCoding = CODE_CONDITIONALLY; in silk_Encode()
490 … silk_encode_frame_Fxx( &psEnc->state_Fxx[ n ], nBytesOut, psRangeEnc, condCoding, maxBits, useCBR… in silk_Encode()
Ddecode_parameters.c38 …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()
Dmain.h407 …opus_int condCoding, /* I The type of conditional coding…
417 …opus_int condCoding /* I The type of conditional coding…
424 …opus_int condCoding /* I The type of conditional coding…
468 …opus_int condCoding /* I The type of conditional coding…
/external/libopus/silk/float/
Dencode_frame_FLP.c40 …opus_int condCoding /* I The type of conditiona…
80 …opus_int condCoding, /* I The type of conditiona… in silk_encode_frame_FLP() argument
142 silk_find_pred_coefs_FLP( psEnc, &sEncCtrl, res_pitch, x_frame, condCoding ); in silk_encode_frame_FLP()
147 silk_process_gains_FLP( psEnc, &sEncCtrl, condCoding ); in silk_encode_frame_FLP()
157 silk_LBRR_encode_FLP( psEnc, &sEncCtrl, xfw, condCoding ); in silk_encode_frame_FLP()
196 … silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding ); in silk_encode_frame_FLP()
281 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FLP()
323 …opus_int condCoding /* I The type of conditiona… in silk_LBRR_encode_FLP() argument
356 … &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_LBRR_encode_FLP()
Dmain_FLP.h67 …opus_int condCoding, /* I The type of conditiona…
122 …opus_int condCoding /* I The type of conditiona…
143 …opus_int condCoding /* I The type of conditiona…
225 …opus_int condCoding /* I The type of conditiona…
DLTP_scale_ctrl_FLP.c37 …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()
Dprocess_gains_FLP.c39 …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()
Dfind_pred_coefs_FLP.c40 …opus_int condCoding /* I The type of conditiona… in silk_find_pred_coefs_FLP() argument
74 silk_LTP_scale_ctrl_FLP( psEnc, psEncCtrl, condCoding ); in silk_find_pred_coefs_FLP()
/external/libopus/silk/fixed/
Dencode_frame_FIX.c41 …opus_int condCoding /* I The type of condit…
81 …opus_int condCoding, /* I The type of condit… in silk_encode_frame_FIX() argument
145 silk_find_pred_coefs_FIX( psEnc, &sEncCtrl, res_pitch, x_frame, condCoding ); in silk_encode_frame_FIX()
150 silk_process_gains_FIX( psEnc, &sEncCtrl, condCoding ); in silk_encode_frame_FIX()
161 silk_LBRR_encode_FIX( psEnc, &sEncCtrl, xfw_Q3, condCoding ); in silk_encode_frame_FIX()
211 … silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding ); in silk_encode_frame_FIX()
296 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FIX()
335 …opus_int condCoding /* I The type of condit… in silk_LBRR_encode_FIX() argument
367 … &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_LBRR_encode_FIX()
Dmain_FIX.h69 …opus_int condCoding, /* I The type of condit…
137 …opus_int condCoding /* I The type of condit…
158 …opus_int condCoding /* I The type of condit…
223 …opus_int condCoding /* I The type of condit…
DLTP_scale_ctrl_FIX.c38 …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()
Dprocess_gains_FIX.c39 …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()
Dfind_pred_coefs_FIX.c40 …opus_int condCoding /* I The type of condit… in silk_find_pred_coefs_FIX() argument
100 silk_LTP_scale_ctrl_FIX( psEnc, psEncCtrl, condCoding ); in silk_find_pred_coefs_FIX()