HomeSort by relevance Sort by last modified time
    Searched defs:pOut (Results 1 - 25 of 36) sorted by null

1 2

  /external/aac/libPCMutils/src/
pcm_utils.cpp 109 void FDK_interleave(const FIXP_DBL *RESTRICT pIn, LONG *RESTRICT pOut,
115 *pOut++ = (LONG)In[0];
121 void FDK_interleave(const FIXP_DBL *RESTRICT pIn, SHORT *RESTRICT pOut,
127 *pOut++ = (SHORT)FX_DBL2FX_SGL(In[0]);
133 void FDK_interleave(const FIXP_SGL *RESTRICT pIn, SHORT *RESTRICT pOut,
139 *pOut++ = (SHORT)In[0];
149 SHORT *pOut = _pOut + length * ch;
152 *pOut++ = (SHORT)(In[0] >> 16);
162 LONG *pOut = _pOut + length * ch;
165 *pOut++ = In[0]
    [all...]
  /external/tpm2/
CpriMisc.c 60 BYTE *pOut = out->buffer;
64 *pOut++ = *pIn++;
  /frameworks/av/media/libeffects/testlibs/
AudioFormatAdapter.h 33 // audio_sample_t * pOut,
71 // pOut A buffer of samples with the format specified on
74 void process(const void * pIn, void * pOut, uint32_t numSamples) {
83 reinterpret_cast<audio_sample_t *> (pOut),
89 MixOutput(pOut, numSamplesIter);
95 pOut = reinterpret_cast<audio_sample_t *> (pOut)
100 ConvertOutput(pOut, nSamplesChannels);
131 audio_sample_t * pOut = mBuffer;
133 *(pOut++) = s15_to_audio_sample_t(*(pIn16++))
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c 266 EAS_PCM *pOut;
289 pOut = pDst + nChannelNumber;
320 *pOut = (EAS_I16)SATURATE(nOutputSample);
321 pOut += NUM_OUTPUT_CHANNELS;
366 *pOut = (EAS_I16)SATURATE(nOutputSample);
367 pOut += NUM_OUTPUT_CHANNELS;
eas_pcm.c 978 EAS_I32 *pOut;
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 109 int fwrite_big_endian_uint16(png_uint_32 data, FILE* pOut) {
110 if (fputc(0xff & (data >> 8), pOut) == EOF) {
113 if (fputc(0xff & data, pOut) == EOF) {
314 FILE* pOut = NULL;
337 if ((pOut = fopen(pOutput, "wb")) == NULL) {
345 if (fwrite(header, sizeof(header), 1, pOut) != 1) {
353 if (fwrite(pEncodedData, encodedSize, 1, pOut) != 1) {
360 fclose(pOut);
361 pOut = NULL;
399 if (pOut) {
    [all...]
  /external/aac/libAACdec/src/
usacdec_fac.cpp 234 static void CFac_CalcFacSignal(FIXP_DBL *pOut, FIXP_DBL *pFac,
258 scaleValuesSaturate(pOut, pFac, fac_length,
266 FDKmemclear(pOut + fac_length, fac_length * sizeof(FIXP_DBL));
271 Syn_filt_zero(wA, A_exp, wlength, pOut);
365 FIXP_DBL *pOut = pOut0 - fl / 2; /* fl/2 == fac_length */
367 pOut[i] += IMDCT_SCALE_DBL(hMdct->pFacZir[i]);
703 FIXP_DBL *pOut = pOut0 - fl / 2;
706 pOut[i] += IMDCT_SCALE_DBL(hMdct->pFacZir[i]);
aacdec_hcr.cpp 563 FIXP_DBL *pOut;
587 pOut = SPEC(pQuantizedSpectralCoefficientsBase, window,
594 *pOut++ = *pTeVa++;
    [all...]
conceal.cpp     [all...]
  /external/aac/libFDK/src/
mdct.cpp 678 FIXP_DBL *pOut = pOut0 - fl / 2;
681 pOut[i] += IMDCT_SCALE_DBL(hMdct->pFacZir[i]);
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 169 UChar *pOut, *pOutLimit;
180 pOut=output;
205 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode);
212 outputLength=pOut-output;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
streamout_jit.cpp 158 Value* pOut = BITCAST(pOutBuffers[decl.bufferIndex], PointerType::get(mInt8Ty, 0));
162 CALL(maskStore, {pOut, ToMask(packedMask), src});
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVertex.cpp 69 float *pOut = (float*)pV;
84 pOut[i] = ((float*)pData)[i];
89 pOut[i] = ((int*)pData)[i] * 1.0f / (float)(1 << 16);
94 pOut[i] = (float)((int*)pData)[i];
99 pOut[i] = (float)((unsigned int*)pData)[i];
104 pOut[i] = (float)((char*)pData)[i];
109 pOut[i] = (float)((char*)pData)[i] / (float)((1 << 7)-1);
114 pOut[i] = (float)((unsigned char*)pData)[i];
119 pOut[i] = (float)((unsigned char*)pData)[i] / (float)((1 << 8)-1);
124 pOut[i] = (float)((short*)pData)[i]
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
TonemapCurve.java 37 * <p>The total number of points {@code (Pin, Pout)} for each color channel can be no more than
61 * Number of elements in a {@code (Pin, Pout)} point;
81 * <p>Values are stored as a contiguous array of {@code (Pin, Pout)} points.</p>
181 * @return the {@code (Pin, Pout)} pair mapping the tone for that index
197 final float pOut = curve[index * POINT_SIZE + OFFSET_POINT_OUT];
199 return new PointF(pIn, pOut);
207 * Values are stored as packed {@code (Pin, Pout}) points, and there are a total of
  /external/pdfium/third_party/lcms/src/
cmsplugin.c 85 cmsUInt8Number* pOut = (cmsUInt8Number*) Result;
89 pOut[7] = pIn[0];
90 pOut[6] = pIn[1];
91 pOut[5] = pIn[2];
92 pOut[4] = pIn[3];
93 pOut[3] = pIn[4];
94 pOut[2] = pIn[5];
95 pOut[1] = pIn[6];
96 pOut[0] = pIn[7];
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPFrequency.cpp 378 float *pOut = out;
415 *pOut++ = 0;
421 *pOut++ = mChannelBuffers[ch].cBOutput.read();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
main.c 396 pOut( char *s, char *t )
398 pOut( s, t )
525 { "-o", 1, (void (*)(...)) pOut, OutputDirectoryOption},
588 { "-o", 1, pOut, OutputDirectoryOption},
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 684 final Path pOut = new Path();
685 pOut.addRoundRect(new RectF(10, 31, 11, 32), 0.5f, 0.5f, Direction.CW);
691 assertFalse(mCanvas.clipPath(pOut, Op.INTERSECT));
697 assertFalse(mCanvas.clipPath(pOut, Op.INTERSECT));
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c     [all...]
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /external/sqlite/dist/orig/
shell.c 481 ** Output string zUtf to stream pOut as w characters. If w is negative,
486 static void utf8_width_print(FILE *pOut, int w, const char *zUtf){
502 utf8_printf(pOut, "%.*s", i, zUtf);
504 utf8_printf(pOut, "%*s%s", aw-n, "", zUtf);
506 utf8_printf(pOut, "%s%*s", zUtf, aw-n, "");
    [all...]
  /external/sqlite/dist/
shell.c 487 ** Output string zUtf to stream pOut as w characters. If w is negative,
492 static void utf8_width_print(FILE *pOut, int w, const char *zUtf){
508 utf8_printf(pOut, "%.*s", i, zUtf);
510 utf8_printf(pOut, "%*s%s", aw-n, "", zUtf);
512 utf8_printf(pOut, "%s%*s", zUtf, aw-n, "");
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 

Completed in 1075 milliseconds

1 2