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

  /external/pdfium/third_party/lcms2-2.6/src/
cmspack.c 99 int nChan = T_CHANNELS(info -> InputFormat);
112 for (i=0; i < nChan; i++) {
113 int index = DoSwap ? (nChan - i - 1) : i;
128 memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsUInt16Number));
129 wIn[nChan-1] = tmp;
146 int nChan = T_CHANNELS(info -> InputFormat);
157 for (i=0; i < nChan; i++) {
159 int index = DoSwap ? (nChan - i - 1) : i;
476 int nChan = T_CHANNELS(info -> InputFormat);
489 for (i=0; i < nChan; i++)
    [all...]
cmslut.c 705 int nChan = *(int*) Cargo;
708 for (i=0; i < nChan; i++)
715 cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, int nChan)
724 mpe = cmsStageAllocCLut16bitGranular(ContextID, Dimensions, nChan, nChan, NULL);
727 if (!cmsStageSampleCLut16bit(mpe, IdentitySampler, &nChan, 0)) {
    [all...]
lcms2_internal.h 822 cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, int nChan);
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_main.h 43 Word16 PsyNew( PSY_KERNEL *hPsy, Word32 nChan, VO_MEM_OPERATOR *pMemOP);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_main.c 80 Word16 PsyNew(PSY_KERNEL *hPsy, Word32 nChan, VO_MEM_OPERATOR *pMemOP)
87 mdctSpectrum = (Word32 *)mem_malloc(pMemOP, nChan * FRAME_LEN_LONG * sizeof(Word32), 32, VO_INDEX_ENC_AAC);
91 scratchTNS = (Word32 *)mem_malloc(pMemOP, nChan * FRAME_LEN_LONG * sizeof(Word32), 32, VO_INDEX_ENC_AAC);
97 mdctDelayBuffer = (Word16 *)mem_malloc(pMemOP, nChan * BLOCK_SWITCHING_OFFSET * sizeof(Word16), 32, VO_INDEX_ENC_AAC);
103 for (i=0; i<nChan; i++){

Completed in 190 milliseconds