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

12

/external/aac/libAACenc/src/
H A Dchannel_map.h101 INT nChannels; member in struct:__anon95
116 INT nChannels);
H A Dblock_switch.cpp403 const INT nChannels,
408 if( nChannels == 2 && commonWindow == TRUE)
432 if( nChannels == 2 )
543 if (nChannels == 2) {
400 FDKaacEnc_SyncBlockSwitching( BLOCK_SWITCHING_CONTROL *blockSwitchingControlLeft, BLOCK_SWITCHING_CONTROL *blockSwitchingControlRight, const INT nChannels, const INT commonWindow ) argument
H A Dchannel_map.cpp190 AAC_ENCODER_ERROR FDKaacEnc_DetermineEncoderMode(CHANNEL_MODE* mode, INT nChannels) argument
197 if (channelModeConfig[i].nChannels==nChannels) {
206 if (FDKaacEnc_GetChannelModeConfiguration(*mode)->nChannels==nChannels) {
270 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 > (6)) {
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
228 * \param nChannels number of total channels
241 INT nChannels,
280 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.cpp134 const INT nChannels
158 for (i=0; i<nChannels; i++) {
194 const INT nChannels,
211 for (i=0; i<nChannels; i++) {
257 if ( (nMaxChannels>2) && (cm->nChannels==2) ) {
424 INT nChannels)
429 pOutputSamples[k] = pInputSamples[k*nChannels];
192 FDKaacEnc_PsyOutNew(PSY_OUT **phpsyOut, const INT nElements, const INT nChannels, const INT nSubFrames ,UCHAR *dynamic_RAM ) argument
421 FDKaacEnc_deinterleaveInputBuffer(INT_PCM *pOutputSamples, INT_PCM *pInputSamples, INT nSamples, INT nChannels) argument
H A Dqc_data.h127 INT nChannels; member in struct:__anon128
H A Daacenc_lib.cpp141 UINT nChannels; /*!< will be set via channelMode. */ member in struct:__anon71
320 cc->noChannels = hAacConfig->nChannels;
418 config->nChannels = hAacConfig->nChannels;
479 const INT nChannels,
501 bitRate = FDKmin(360000*nChannels, bitRate);
502 bitRate = FDKmax(8000*nChannels, bitRate);
506 bitRate = FDKmin(576000*nChannels, bitRate);
507 /*bitRate = FDKmax(0*nChannels, bitRate);*/
516 nChannels,
475 aacEncoder_LimitBitrate( const HANDLE_TRANSPORTENC hTpEnc, const INT samplingRate, const INT frameLength, const INT nChannels, const CHANNEL_MODE channelMode, INT bitRate, const INT nSubFrames, const INT sbrActive, const AUDIO_OBJECT_TYPE aot ) argument
[all...]
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 */
451 INT nChannels = elInfo->nChannelsInEl; local
455 FDKaacEnc_CalcFormFactor(qcOutElement->qcOutChannel, psyOutChannel, nChannels);
458 FDKaacEnc_peCalculation(&qcOutElement->peData, psyOutChannel, qcOutElement->qcOutChannel, &psyOutElement->toolsInfo, adjThrStateElement, nChannels);
640 int nChannels = elInfo.nChannelsInEl; local
652 nChannels,
241 FDKaacEnc_QCOutNew(QC_OUT **phQC, const INT nElements, const INT nChannels, const INT nSubFrames ,UCHAR *dynamic_RAM ) argument
907 INT ch, nChannels = elInfo.nChannelsInEl; local
957 INT ch, nChannels = elInfo.nChannelsInEl; local
1177 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
1466 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:__anon222
/external/sonivox/arm-fm-22k/host_src/
H A Deas_wave.h40 EAS_U16 nChannels; member in struct:__anon12167
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:__anon12217
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:__anon12268
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/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/srec/srec/EventLog/include/
H A Driff.h52 unsigned short nChannels; member in struct:__anon12374
/external/aac/libFDK/src/
H A DFDK_tools_rom.cpp2367 const element_list_t * getBitstreamElementList(AUDIO_OBJECT_TYPE aot, SCHAR epConfig, UCHAR nChannels, UCHAR layer) argument
2374 if (nChannels == 1) {
2382 if (nChannels == 1) {
2396 if (nChannels == 1) {
2408 if (nChannels == 1) {
/external/srec/srec/include/
H A Dsample.h80 WORD nChannels; member in struct:__anon12431
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h107 INT nChannels; member in struct:__anon224
220 INT nChannels; /**< Number of channels. */ member in struct:__anon228
273 INT nChannels,
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp758 INT *nChannels,
770 int numInChannels = *nChannels;
1134 *nChannels = self->numOutputChannels;
754 pcmDmx_ApplyFrame( HANDLE_PCM_DOWNMIX self, INT_PCM *pPcmBuf, UINT frameSize, INT *nChannels, int fInterleaved, AUDIO_CHANNEL_TYPE channelType[], UCHAR channelIndices[], const UCHAR channelMapping[][8] ) argument

Completed in 3084 milliseconds

12