Searched defs:nChannels (Results 1 - 25 of 36) sorted by relevance

12

/external/aac/libAACenc/src/
H A Dchannel_map.h101 INT nChannels; member in struct:__anon98
116 INT nChannels);
H A Dblock_switch.cpp391 const INT nChannels,
396 if( nChannels == 2 && commonWindow == TRUE)
420 if( nChannels == 2 )
531 if (nChannels == 2) {
388 FDKaacEnc_SyncBlockSwitching( BLOCK_SWITCHING_CONTROL *blockSwitchingControlLeft, BLOCK_SWITCHING_CONTROL *blockSwitchingControlRight, const INT nChannels, const INT commonWindow ) argument
H A Dchannel_map.cpp196 AAC_ENCODER_ERROR FDKaacEnc_DetermineEncoderMode(CHANNEL_MODE* mode, INT nChannels) argument
203 if (channelModeConfig[i].nChannels==nChannels) {
212 if (FDKaacEnc_GetChannelModeConfiguration(*mode)->nChannels==nChannels) {
276 cm->nChannels = channelModeConfig[i].nChannels;
H A Daacenc.cpp120 INT nChannels,
152 bitRate = FDKmax(bitRate, ((((40 * nChannels) + transportBits) * (coreSamplingRate)) / frameLength) );
308 const INT nChannels,
333 nChannels
341 nChannels,
351 nChannels,
366 hAacEnc->maxChannels = nChannels;
396 if (config->nChannels < 1 || config->nChannels > (8)) {
431 config->nChannels,
116 FDKaacEnc_LimitBitrate( HANDLE_TRANSPORTENC hTpEnc, INT coreSamplingRate, INT frameLength, INT nChannels, INT nChannelsEff, INT bitRate, INT averageBits, INT *pAverageBitsPerFrame, INT bitrateMode, INT nSubFrames ) argument
306 FDKaacEnc_Open(HANDLE_AAC_ENC *phAacEnc, const INT nElements, const INT nChannels, const INT nSubFrames) argument
[all...]
H A Daacenc.h192 INT nChannels; /* number of channels to process */ member in struct:AACENC_CONFIG
230 * \param nChannels number of total channels
243 INT nChannels,
282 const INT nChannels, /* number of maximal channels in instance to support */
H A Dmetadata_main.cpp157 INT nChannels; member in struct:FDK_METADATA_ENCODER
226 const INT nChannels,
408 const UINT nChannels,
424 if ( (hMetaData->nChannels>MAX_DRC_CHANNELS) || ((-delay)>MAX_DRC_FRAMELEN) ) {
435 if ( resetStates || (hMetaData->nAudioDataDelay!=-delay) || (hMetaData->nChannels!=(INT)nChannels) )
447 LoadSubmittedMetadata(&hMetaData->submittedMetaData, nChannels, 0, &hMetaData->metaDataBuffer[i]);
460 hMetaData->nChannels = nChannels;
582 hMetaDataEnc->nChannels,
401 FDK_MetadataEnc_Init( HANDLE_FDK_METADATA_ENCODER hMetaData, const INT resetStates, const INT metadataMode, const INT audioDelay, const UINT frameLength, const UINT sampleRate, const UINT nChannels, const CHANNEL_MODE channelMode, const CHANNEL_ORDER channelOrder ) argument
806 LoadSubmittedMetadata( const AACENC_MetaData * const hMetadata, const INT nChannels, const INT metadataMode, AAC_METADATA * const pAacMetaData ) argument
[all...]
H A Dpsy_main.cpp129 const INT nChannels
153 for (i=0; i<nChannels; i++) {
189 const INT nChannels,
206 for (i=0; i<nChannels; i++) {
252 if ( (nMaxChannels>2) && (cm->nChannels==2) ) {
419 INT nChannels)
424 pOutputSamples[k] = pInputSamples[k*nChannels];
187 FDKaacEnc_PsyOutNew(PSY_OUT **phpsyOut, const INT nElements, const INT nChannels, const INT nSubFrames ,UCHAR *dynamic_RAM ) argument
416 FDKaacEnc_deinterleaveInputBuffer(INT_PCM *pOutputSamples, INT_PCM *pInputSamples, INT nSamples, INT nChannels) argument
H A Dqc_data.h127 INT nChannels; member in struct:__anon131
H A Dqc_main.cpp143 static void FDKaacEnc_crashRecovery(INT nChannels,
158 int nChannels,
243 const INT nChannels,
259 for (i=0; i<nChannels; i++) {
268 } /* nChannels */
457 INT nChannels = elInfo->nChannelsInEl; local
461 FDKaacEnc_CalcFormFactor(qcOutElement->qcOutChannel, psyOutChannel, nChannels);
464 FDKaacEnc_peCalculation(&qcOutElement->peData, psyOutChannel, qcOutElement->qcOutChannel, &psyOutElement->toolsInfo, adjThrStateElement, nChannels);
646 int nChannels = elInfo.nChannelsInEl; local
658 nChannels,
241 FDKaacEnc_QCOutNew(QC_OUT **phQC, const INT nElements, const INT nChannels, const INT nSubFrames ,UCHAR *dynamic_RAM ) argument
913 INT ch, nChannels = elInfo.nChannelsInEl; local
963 INT ch, nChannels = elInfo.nChannelsInEl; local
1183 FDKaacEnc_reduceBitConsumption(int* iterations, const int maxIterations, int gainAdjustment, int* chConstraintsFulfilled, int* calculateQuant, int nChannels, PSY_OUT_ELEMENT* psyOutElement, QC_OUT* qcOut, QC_OUT_ELEMENT* qcOutElement, ELEMENT_BITS* elBits, AUDIO_OBJECT_TYPE aot, UINT syntaxFlags, SCHAR epConfig) argument
1472 FDKaacEnc_crashRecovery(INT nChannels, PSY_OUT_ELEMENT* psyOutElement, QC_OUT* qcOut, QC_OUT_ELEMENT *qcElement, INT bitsToSave, AUDIO_OBJECT_TYPE aot, UINT syntaxFlags, SCHAR epConfig) argument
[all...]
H A Dsf_estim.cpp153 const INT nChannels)
156 for (j=0; j<nChannels; j++) {
1284 const int nChannels)
1288 for (ch = 0; ch < nChannels; ch++)
151 FDKaacEnc_CalcFormFactor(QC_OUT_CHANNEL *qcOutChannel[(2)], PSY_OUT_CHANNEL *psyOutChannel[(2)], const INT nChannels) argument
1281 FDKaacEnc_EstimateScaleFactors(PSY_OUT_CHANNEL *psyOutChannel[], QC_OUT_CHANNEL* qcOutChannel[], const int invQuant, const int nChannels) argument
/external/aac/libSBRdec/src/
H A Dsbr_ram.h108 int nChannels; /* Number of elements output channels (=2 in case of PS) */ member in struct:__anon227
/external/sonivox/arm-fm-22k/host_src/
H A Deas_wave.h40 EAS_U16 nChannels; member in struct:__anon14198
66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
H A Deas_wave.c111 FlipWord(&p->fc.nChannels);
132 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample) argument
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels;
162 wFile->wh.fc.nBlockAlign = (EAS_U16) (nChannels * (EAS_U16) (wBitsPerSample / 8));
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_wave.h40 EAS_U16 nChannels; member in struct:__anon14248
66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
H A Deas_wave.c111 FlipWord(&p->fc.nChannels);
132 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample) argument
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels;
162 wFile->wh.fc.nBlockAlign = (EAS_U16) (nChannels * (EAS_U16) (wBitsPerSample / 8));
/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.h40 EAS_U16 nChannels; member in struct:__anon14299
66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
H A Deas_wave.c111 FlipWord(&p->fc.nChannels);
132 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample) argument
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels;
162 wFile->wh.fc.nBlockAlign = (EAS_U16) (nChannels * (EAS_U16) (wBitsPerSample / 8));
/external/aac/libPCMutils/src/
H A Dlimiter.cpp393 TDLIMITER_ERROR setLimiterNChannels(TDLimiterPtr limiter, unsigned int nChannels) argument
397 if (nChannels > limiter->maxChannels) return TDLIMIT_INVALID_PARAMETER;
399 limiter->channels = nChannels;
/external/aac/libSBRenc/src/
H A Dsbr.h140 int nChannels; /* Total channel count across all elements. */ member in struct:SBR_ENCODER
/external/opencv/cvaux/src/
H A Dcvbgfg_gaussmix.cpp53 //int nChannels; /* OpenCV functions support 1,2,3 or 4 channels */
82 static int icvMatchTest( double* src_pixel, int nChannels, int* match,
84 /*static int icvMatchTest2( double* src_pixel, int nChannels, int* match,
94 static void icvUpdateFullWindow( double* src_pixel, int nChannels,
102 static void icvUpdatePartialWindow( double* src_pixel, int nChannels, int* match,
104 static void icvUpdatePartialNoMatch( double* src_pixel, int nChannels,
110 static void icvGetSortKey( const int nChannels, double* sort_key, const CvGaussBGPoint* g_point,
112 static void icvBackgroundTest( const int nChannels, int n, int i, int j, int *match, CvGaussBGModel* bg_model );
182 first_frame->height), IPL_DEPTH_8U, first_frame->nChannels));
198 const int p = i*first_frame->widthStep+j*first_frame->nChannels;
285 const int nChannels = curr_frame->nChannels; local
376 icvMatchTest( double* src_pixel, int nChannels, int* match, const CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params ) argument
436 icvUpdateFullWindow( double* src_pixel, int nChannels, int* match, CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params ) argument
460 icvUpdatePartialWindow( double* src_pixel, int nChannels, int* match, CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params ) argument
525 icvUpdatePartialNoMatch(double *pixel, int nChannels, int* , CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params) argument
553 icvGetSortKey( const int nChannels, double* sort_key, const CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params ) argument
575 icvBackgroundTest( const int nChannels, int n, int i, int j, int *match, CvGaussBGModel* bg_model ) argument
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsgmt.c300 int nChannels, nGridpoints; local
350 nChannels = cmsChannelsOf(ColorSpace);
352 dwFormat = (CHANNELS_SH(nChannels)|BYTES_SH(2));
367 dwFormat = (CHANNELS_SH(nChannels)|BYTES_SH(2));
390 CLUT = cmsStageAllocCLut16bit(ContextID, nGridpoints, nChannels, 1, NULL);
H A Dcmssamp.c72 cmsUInt32Number nChannels; local
93 if (!_cmsEndPointsBySpace(Space, NULL, &Black, &nChannels)) {
99 if (nChannels != T_CHANNELS(dwFormat)) {
H A Dcmspcs.c652 int nChannels; local
660 nChannels = cmsChannelsOf(Colorspace);
665 if (nChannels > 4)
668 if (nChannels == 4) // 23 for CMYK
678 if (nChannels > 4)
681 if (nChannels == 1)
688 if (nChannels > 4)
691 if (nChannels == 4)
/external/aac/libFDK/src/
H A DFDK_tools_rom.cpp2387 const element_list_t * getBitstreamElementList(AUDIO_OBJECT_TYPE aot, SCHAR epConfig, UCHAR nChannels, UCHAR layer) argument
2394 if (nChannels == 1) {
2402 if (nChannels == 1) {
2416 if (nChannels == 1) {
2428 if (nChannels == 1) {
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h115 INT nChannels; member in struct:__anon229
229 INT nChannels; /**< Number of channels. */ member in struct:SBR_CONFIG_DATA
280 INT nChannels,

Completed in 859 milliseconds

12