Loading lib_enc/ivas_mct_enc.c +4 −0 Original line number Diff line number Diff line Loading @@ -139,7 +139,11 @@ static void map_input_to_cpe_channels( } /* odd channel CPE*/ #ifdef MC_PARAMUPMIX_MODE if ( ( st_ivas->nchan_transport < st_ivas->nCPE * CPE_CHANNELS ) || ( ( st_ivas->mc_mode == MC_MODE_MCT || st_ivas->mc_mode == MC_MODE_PARAMUPMIX ) && st_ivas->hMCT->nchan_out_woLFE < st_ivas->nCPE * CPE_CHANNELS ) ) #else if ( ( st_ivas->nchan_transport < st_ivas->nCPE * CPE_CHANNELS ) || ( st_ivas->mc_mode == MC_MODE_MCT && st_ivas->hMCT->nchan_out_woLFE < st_ivas->nCPE * CPE_CHANNELS ) ) #endif { pdata[st_ivas->nCPE * CPE_CHANNELS - 1] = NULL; } Loading Loading
lib_enc/ivas_mct_enc.c +4 −0 Original line number Diff line number Diff line Loading @@ -139,7 +139,11 @@ static void map_input_to_cpe_channels( } /* odd channel CPE*/ #ifdef MC_PARAMUPMIX_MODE if ( ( st_ivas->nchan_transport < st_ivas->nCPE * CPE_CHANNELS ) || ( ( st_ivas->mc_mode == MC_MODE_MCT || st_ivas->mc_mode == MC_MODE_PARAMUPMIX ) && st_ivas->hMCT->nchan_out_woLFE < st_ivas->nCPE * CPE_CHANNELS ) ) #else if ( ( st_ivas->nchan_transport < st_ivas->nCPE * CPE_CHANNELS ) || ( st_ivas->mc_mode == MC_MODE_MCT && st_ivas->hMCT->nchan_out_woLFE < st_ivas->nCPE * CPE_CHANNELS ) ) #endif { pdata[st_ivas->nCPE * CPE_CHANNELS - 1] = NULL; } Loading