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

1 2

  /external/chromium_org/third_party/opus/src/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 */
126 opus_int condCoding /* I The type of conditional coding to use */
147 opus_int condCoding /* I The type of conditional coding to use */
210 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 );
209 silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding );
294 &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
333 opus_int condCoding /* I The type of conditional coding used so far for this frame */
365 &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
  /external/chromium_org/third_party/opus/src/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 */
224 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 );
  /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 */
126 opus_int condCoding /* I The type of conditional coding to use */
147 opus_int condCoding /* I The type of conditional coding to use */
210 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 );
209 silk_encode_indices( &psEnc->sCmn, psRangeEnc, psEnc->sCmn.nFramesEncoded, 0, condCoding );
294 &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
333 opus_int condCoding /* I The type of conditional coding used so far for this frame */
365 &psEnc->sCmn.LBRRprevLastGainIndex, 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 */
224 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 );
  /external/chromium_org/third_party/opus/src/silk/
decode_frame.c 45 opus_int condCoding /* I The type of conditional coding to use */
68 silk_decode_indices( psDec, psRangeDec, psDec->nFramesDecoded, lostFlag, condCoding );
79 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 200 opus_int condCoding;
210 condCoding = CODE_CONDITIONALLY;
212 condCoding = CODE_INDEPENDENTLY;
214 silk_decode_indices( &channel_state[ n ], psRangeDec, i, 1, condCoding );
272 opus_int condCoding;
277 condCoding = CODE_INDEPENDENTLY;
279 condCoding = channel_state[ n ].LBRR_flags[ FrameIndex - 1 ] ? CODE_CONDITIONALLY : CODE_INDEPENDENTLY;
283 condCoding = CODE_INDEPENDENTLY_NO_LTP_SCALING;
285 condCoding = CODE_CONDITIONALLY;
287 ret += silk_decode_frame( &channel_state[ n ], psRangeDec, &samplesOut1_tmp[ n ][ 2 ], &nSamplesOutDec, lostFlag, condCoding);
    [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 376 opus_int condCoding /* I The type of conditional coding to use */
385 opus_int condCoding /* I The type of conditional coding to use */
392 opus_int condCoding /* I The type of conditional coding to use */
435 opus_int condCoding /* I The type of conditional coding to use */
  /external/libopus/silk/
decode_frame.c 45 opus_int condCoding /* I The type of conditional coding to use */
68 silk_decode_indices( psDec, psRangeDec, psDec->nFramesDecoded, lostFlag, condCoding );
79 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 200 opus_int condCoding;
210 condCoding = CODE_CONDITIONALLY;
212 condCoding = CODE_INDEPENDENTLY;
214 silk_decode_indices( &channel_state[ n ], psRangeDec, i, 1, condCoding );
272 opus_int condCoding;
277 condCoding = CODE_INDEPENDENTLY;
279 condCoding = channel_state[ n ].LBRR_flags[ FrameIndex - 1 ] ? CODE_CONDITIONALLY : CODE_INDEPENDENTLY;
283 condCoding = CODE_INDEPENDENTLY_NO_LTP_SCALING;
285 condCoding = CODE_CONDITIONALLY;
287 ret += silk_decode_frame( &channel_state[ n ], psRangeDec, &samplesOut1_tmp[ n ][ 2 ], &nSamplesOutDec, lostFlag, condCoding);
    [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 );

Completed in 121 milliseconds

1 2