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 43 opus_int nChannelsInternal;
107 silk_assert( decControl->nChannelsInternal == 1 || decControl->nChannelsInternal == 2 );
113 for( n = 0; n < decControl->nChannelsInternal; n++ ) {
119 if( decControl->nChannelsInternal > psDec->nChannelsInternal ) {
123 stereo_to_mono = decControl->nChannelsInternal == 1 && psDec->nChannelsInternal == 2 &&
127 for( n = 0; n < decControl->nChannelsInternal; n++ ) {
160 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 && ( psDec->nChannelsAPI == 1 || psDec->nChannelsInternal == 1 ) )
    [all...]
control.h 51 opus_int32 nChannelsInternal;
131 opus_int32 nChannelsInternal;
structs.h 204 opus_int nChannelsInternal;
  /external/libopus/silk/float/
structs_FLP.h 101 opus_int nChannelsInternal;
  /external/libopus/silk/fixed/
structs_FIX.h 104 opus_int nChannelsInternal;

Completed in 109 milliseconds