HomeSort by relevance Sort by last modified time
    Searched refs:condCoding (Results 1 - 17 of 17) sorted by null

  /external/libopus/silk/fixed/
LTP_scale_ctrl_FIX.c 38 opus_int condCoding /* I The type of conditional coding to use */
43 if( condCoding == CODE_INDEPENDENTLY ) {
main_FIX.h 69 opus_int condCoding, /* I The type of conditional coding to use */
137 opus_int condCoding /* I The type of conditional coding to use */
158 opus_int condCoding /* I The type of conditional coding to use */
223 opus_int condCoding /* I The type of conditional coding to use */
encode_frame_FIX.c 41 opus_int condCoding /* I The type of conditional coding used so far for this frame */
81 opus_int condCoding, /* I The type of conditional coding to use */
145 silk_find_pred_coefs_FIX( psEnc, &sEncCtrl, res_pitch, x_frame, condCoding );
150 silk_process_gains_FIX( psEnc, &sEncCtrl, condCoding );
161 silk_LBRR_encode_FIX( psEnc, &sEncCtrl, xfw_Q3, condCoding );
211 silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding );
296 &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
335 opus_int condCoding /* I The type of conditional coding used so far for this frame */
367 &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
find_pred_coefs_FIX.c 40 opus_int condCoding /* I The type of conditional coding to use */
100 silk_LTP_scale_ctrl_FIX( psEnc, psEncCtrl, condCoding );
process_gains_FIX.c 39 opus_int condCoding /* I The type of conditional coding to use */
95 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
  /external/libopus/silk/float/
LTP_scale_ctrl_FLP.c 37 opus_int condCoding /* I The type of conditional coding to use */
42 if( condCoding == CODE_INDEPENDENTLY ) {
main_FLP.h 67 opus_int condCoding, /* I The type of conditional coding to use */
122 opus_int condCoding /* I The type of conditional coding to use */
143 opus_int condCoding /* I The type of conditional coding to use */
225 opus_int condCoding /* I The type of conditional coding to use */
encode_frame_FLP.c 40 opus_int condCoding /* I The type of conditional coding used so far for this frame */
80 opus_int condCoding, /* I The type of conditional coding to use */
142 silk_find_pred_coefs_FLP( psEnc, &sEncCtrl, res_pitch, x_frame, condCoding );
147 silk_process_gains_FLP( psEnc, &sEncCtrl, condCoding );
157 silk_LBRR_encode_FLP( psEnc, &sEncCtrl, xfw, condCoding );
196 silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding );
281 &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
323 opus_int condCoding /* I The type of conditional coding used so far for this frame */
356 &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
process_gains_FLP.c 39 opus_int condCoding /* I The type of conditional coding to use */
76 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
find_pred_coefs_FLP.c 40 opus_int condCoding /* I The type of conditional coding to use */
74 silk_LTP_scale_ctrl_FLP( psEnc, psEncCtrl, condCoding );
  /external/libopus/silk/
decode_frame.c 45 opus_int condCoding, /* I The type of conditional coding to use */
69 silk_decode_indices( psDec, psRangeDec, psDec->nFramesDecoded, lostFlag, condCoding );
80 silk_decode_parameters( psDec, psDecCtrl, condCoding );
decode_indices.c 40 opus_int condCoding /* I The type of conditional coding to use */
63 if( condCoding == CODE_CONDITIONALLY ) {
107 if( condCoding == CODE_CONDITIONALLY && psDec->ec_prevSignalType == TYPE_VOICED ) {
139 if( condCoding == CODE_INDEPENDENTLY ) {
dec_API.c 204 opus_int condCoding;
214 condCoding = CODE_CONDITIONALLY;
216 condCoding = CODE_INDEPENDENTLY;
218 silk_decode_indices( &channel_state[ n ], psRangeDec, i, 1, condCoding );
285 opus_int condCoding;
290 condCoding = CODE_INDEPENDENTLY;
292 condCoding = channel_state[ n ].LBRR_flags[ FrameIndex - 1 ] ? CODE_CONDITIONALLY : CODE_INDEPENDENTLY;
296 condCoding = CODE_INDEPENDENTLY_NO_LTP_SCALING;
298 condCoding = CODE_CONDITIONALLY;
300 ret += silk_decode_frame( &channel_state[ n ], psRangeDec, &samplesOut1_tmp[ n ][ 2 ], &nSamplesOutDec, lostFlag, condCoding, arch)
    [all...]
encode_indices.c 40 opus_int condCoding /* I The type of conditional coding to use */
71 if( condCoding == CODE_CONDITIONALLY ) {
119 if( condCoding == CODE_CONDITIONALLY && psEncC->ec_prevSignalType == TYPE_VOICED ) {
167 if( condCoding == CODE_INDEPENDENTLY ) {
171 silk_assert( !condCoding || psIndices->LTP_scaleIndex == 0 );
decode_parameters.c 38 opus_int condCoding /* I The type of conditional coding to use */
47 &psDec->LastGainIndex, condCoding == CODE_CONDITIONALLY, psDec->nb_subfr );
main.h 407 opus_int condCoding, /* I The type of conditional coding to use */
417 opus_int condCoding /* I The type of conditional coding to use */
424 opus_int condCoding /* I The type of conditional coding to use */
468 opus_int condCoding /* I The type of conditional coding to use */
enc_API.c 353 opus_int condCoding;
364 condCoding = CODE_CONDITIONALLY;
366 condCoding = CODE_INDEPENDENTLY;
368 silk_encode_indices( &psEnc->state_Fxx[ n ].sCmn, psRangeEnc, i, 1, condCoding );
476 opus_int condCoding;
482 condCoding = CODE_INDEPENDENTLY;
486 condCoding = CODE_INDEPENDENTLY_NO_LTP_SCALING;
488 condCoding = CODE_CONDITIONALLY;
490 if( ( ret = silk_encode_frame_Fxx( &psEnc->state_Fxx[ n ], nBytesOut, psRangeEnc, condCoding, maxBits, useCBR ) ) != 0 ) {

Completed in 499 milliseconds