HomeSort by relevance Sort by last modified time
    Searched defs:nInputs (Results 1 - 4 of 4) sorted by null

  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 48 int nInputs = 4;
82 nInputs, inputTypes, inputs,
92 int nInputs = 2;
105 nInputs, inputTypes, inputs,
117 int nInputs = 2;
130 nInputs, inputTypes, inputs,
135 nInputs, inputTypes, inputs,
144 int nInputs = 8;
190 nInputs, inputTypes, inputs,
  /external/pdfium/third_party/lcms/include/
lcms2_plugin.h 290 cmsUInt32Number nInputs; // != 1 only in 3D interpolation
  /external/pdfium/third_party/lcms/src/
cmslut.c 515 Data ->Params ->nInputs,
753 int nInputs, nOutputs;
765 nInputs = clut->Params ->nInputs;
768 if (nInputs <= 0) return FALSE;
770 if (nInputs > MAX_INPUT_DIMENSIONS) return FALSE;
773 nTotalPoints = CubeSize(nSamples, nInputs);
780 for (t = nInputs-1; t >=0; --t) {
815 int nInputs, nOutputs;
821 nInputs = clut->Params ->nInputs
    [all...]
cmsopt.c 52 int nInputs;
310 for (i=0; i < p16 ->nInputs; i++) {
353 int nInputs, cmsToneCurve** In,
360 p16 ->nInputs = nInputs;
364 for (i=0; i < nInputs; i++) {
    [all...]

Completed in 198 milliseconds