Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/silk/float/
H A Dencode_frame_FLP.c41 …opus_int condCoding /* I The type of conditiona…
88 …opus_int condCoding, /* I The type of conditiona… in silk_encode_frame_FLP() argument
155 silk_find_pred_coefs_FLP( psEnc, &sEncCtrl, res_pitch_frame, x_frame, condCoding ); in silk_encode_frame_FLP()
160 silk_process_gains_FLP( psEnc, &sEncCtrl, condCoding ); in silk_encode_frame_FLP()
165 silk_LBRR_encode_FLP( psEnc, &sEncCtrl, x_frame, condCoding ); in silk_encode_frame_FLP()
208 … silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding ); in silk_encode_frame_FLP()
227 if (condCoding != CODE_CONDITIONALLY) { in silk_encode_frame_FLP()
237 … silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding ); in silk_encode_frame_FLP()
341 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FLP()
383 …opus_int condCoding /* I The type of conditiona… in silk_LBRR_encode_FLP() argument
[all …]
H A Dmain_FLP.h68 …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…
215 …opus_int condCoding /* I The type of conditiona…
H A 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()
H A 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()
H A Dfind_pred_coefs_FLP.c40 …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()
/aosp_15_r20/external/libopus/silk/fixed/
H A Dencode_frame_FIX.c42 …opus_int condCoding /* I The type of condit…
89 …opus_int condCoding, /* I The type of condit… in silk_encode_frame_FIX() argument
158 silk_find_pred_coefs_FIX( psEnc, &sEncCtrl, res_pitch_frame, x_frame, condCoding ); in silk_encode_frame_FIX()
163 silk_process_gains_FIX( psEnc, &sEncCtrl, condCoding ); in silk_encode_frame_FIX()
168 silk_LBRR_encode_FIX( psEnc, &sEncCtrl, x_frame, condCoding ); in silk_encode_frame_FIX()
222 … silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding ); in silk_encode_frame_FIX()
241 if (condCoding != CODE_CONDITIONALLY) { in silk_encode_frame_FIX()
251 … silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding ); in silk_encode_frame_FIX()
353 … &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr ); in silk_encode_frame_FIX()
392 …opus_int condCoding /* I The type of condit… in silk_LBRR_encode_FIX() argument
[all …]
H A Dmain_FIX.h78 …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…
H A 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()
H A 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()
H A Dfind_pred_coefs_FIX.c40 …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()
/aosp_15_r20/external/libopus/silk/
H A Ddec_API.c258 opus_int condCoding; in silk_Decode() local
268 condCoding = CODE_CONDITIONALLY; in silk_Decode()
270 condCoding = CODE_INDEPENDENTLY; in silk_Decode()
272 silk_decode_indices( &channel_state[ n ], psRangeDec, i, 1, condCoding ); in silk_Decode()
340 opus_int condCoding; in silk_Decode() local
345 condCoding = CODE_INDEPENDENTLY; in silk_Decode()
347condCoding = channel_state[ n ].LBRR_flags[ FrameIndex - 1 ] ? CODE_CONDITIONALLY : CODE_INDEPENDE… in silk_Decode()
351 condCoding = CODE_INDEPENDENTLY_NO_LTP_SCALING; in silk_Decode()
353 condCoding = CODE_CONDITIONALLY; in silk_Decode()
360 …&channel_state[ n ], psRangeDec, &samplesOut1_tmp[ n ][ 2 ], &nSamplesOutDec, lostFlag, condCoding, in silk_Decode()
H A 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()
H A Denc_API.c369 opus_int condCoding; in silk_Encode() local
380 condCoding = CODE_CONDITIONALLY; in silk_Encode()
382 condCoding = CODE_INDEPENDENTLY; in silk_Encode()
384 … silk_encode_indices( &psEnc->state_Fxx[ n ].sCmn, psRangeEnc, i, 1, condCoding ); in silk_Encode()
500 opus_int condCoding; in silk_Encode() local
506 condCoding = CODE_INDEPENDENTLY; in silk_Encode()
510 condCoding = CODE_INDEPENDENTLY_NO_LTP_SCALING; in silk_Encode()
512 condCoding = CODE_CONDITIONALLY; in silk_Encode()
514 … silk_encode_frame_Fxx( &psEnc->state_Fxx[ n ], nBytesOut, psRangeEnc, condCoding, maxBits, useCBR… in silk_Encode()
H A 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()
H A Ddecode_frame.c49 …opus_int condCoding, /* I The type of conditional coding… in silk_decode_frame() argument
83 silk_decode_indices( psDec, psRangeDec, psDec->nFramesDecoded, lostFlag, condCoding ); in silk_decode_frame()
94 silk_decode_parameters( psDec, psDecCtrl, condCoding ); in silk_decode_frame()
H A Dmain.h416 …opus_int condCoding, /* I The type of conditional coding…
432 …opus_int condCoding /* I The type of conditional coding…
439 …opus_int condCoding /* I The type of conditional coding…
483 …opus_int condCoding /* I The type of conditional coding…
H A 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()