HomeSort by relevance Sort by last modified time
    Searched defs:nChannelsInternal (Results 1 - 5 of 5) sorted by null

  /external/libopus/silk/
dec_API.c 42 opus_int nChannelsInternal;
103 silk_assert( decControl->nChannelsInternal == 1 || decControl->nChannelsInternal == 2 );
109 for( n = 0; n < decControl->nChannelsInternal; n++ ) {
115 if( decControl->nChannelsInternal > psDec->nChannelsInternal ) {
119 stereo_to_mono = decControl->nChannelsInternal == 1 && psDec->nChannelsInternal == 2 &&
123 for( n = 0; n < decControl->nChannelsInternal; n++ ) {
156 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 && ( psDec->nChannelsAPI == 1 || psDec->nChannelsInternal == 1 ) )
    [all...]
control.h 51 opus_int32 nChannelsInternal;
123 opus_int32 nChannelsInternal;
structs.h 204 opus_int nChannelsInternal;
  /external/libopus/silk/fixed/
structs_FIX.h 121 opus_int nChannelsInternal;
  /external/libopus/silk/float/
structs_FLP.h 120 opus_int nChannelsInternal;

Completed in 57 milliseconds