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

  /external/chromium_org/third_party/opus/src/silk/
decode_indices.c 63 if( condCoding == CODE_CONDITIONALLY ) {
107 if( condCoding == CODE_CONDITIONALLY && psDec->ec_prevSignalType == TYPE_VOICED ) {
define.h 72 #define CODE_CONDITIONALLY 2
decode_parameters.c 47 &psDec->LastGainIndex, condCoding == CODE_CONDITIONALLY, psDec->nb_subfr );
encode_indices.c 71 if( condCoding == CODE_CONDITIONALLY ) {
119 if( condCoding == CODE_CONDITIONALLY && psEncC->ec_prevSignalType == TYPE_VOICED ) {
dec_API.c 210 condCoding = CODE_CONDITIONALLY;
279 condCoding = channel_state[ n ].LBRR_flags[ FrameIndex - 1 ] ? CODE_CONDITIONALLY : CODE_INDEPENDENTLY;
285 condCoding = CODE_CONDITIONALLY;
enc_API.c 364 condCoding = CODE_CONDITIONALLY;
481 condCoding = CODE_CONDITIONALLY;
  /external/libopus/silk/
decode_indices.c 63 if( condCoding == CODE_CONDITIONALLY ) {
107 if( condCoding == CODE_CONDITIONALLY && psDec->ec_prevSignalType == TYPE_VOICED ) {
define.h 72 #define CODE_CONDITIONALLY 2
decode_parameters.c 47 &psDec->LastGainIndex, condCoding == CODE_CONDITIONALLY, psDec->nb_subfr );
encode_indices.c 71 if( condCoding == CODE_CONDITIONALLY ) {
119 if( condCoding == CODE_CONDITIONALLY && psEncC->ec_prevSignalType == TYPE_VOICED ) {
dec_API.c 210 condCoding = CODE_CONDITIONALLY;
279 condCoding = channel_state[ n ].LBRR_flags[ FrameIndex - 1 ] ? CODE_CONDITIONALLY : CODE_INDEPENDENTLY;
285 condCoding = CODE_CONDITIONALLY;
enc_API.c 364 condCoding = CODE_CONDITIONALLY;
481 condCoding = CODE_CONDITIONALLY;
  /external/chromium_org/third_party/opus/src/silk/float/
process_gains_FLP.c 76 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
encode_frame_FLP.c 281 &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
356 &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
  /external/libopus/silk/float/
process_gains_FLP.c 76 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
encode_frame_FLP.c 281 &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
356 &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
  /external/chromium_org/third_party/opus/src/silk/fixed/
process_gains_FIX.c 95 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
encode_frame_FIX.c 294 &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
365 &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
  /external/libopus/silk/fixed/
process_gains_FIX.c 95 &psShapeSt->LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
encode_frame_FIX.c 294 &psEnc->sShape.LastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
365 &psEnc->sCmn.LBRRprevLastGainIndex, condCoding == CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );

Completed in 46 milliseconds