Searched refs:pIn (Results 1 - 25 of 36) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Dpoly-unsigned.cpp12 poly16_t test_poly8(poly8_t pIn) { argument
19 return pIn;
/external/skia/third_party/etc1/
H A Detc1.h43 // pIn is a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that represent a
52 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
56 // pIn is an ETC1 compressed version of the data.
62 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut);
69 // pIn - pointer to the image data. Formatted such that
70 // pixel (x,y) is at pIn + pixelSize * x + stride * y;
75 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
79 // pIn - pointer to encoded data.
81 // pixel (x,y) is at pIn + pixelSize * x + stride * y. Must be
86 int etc1_decode_image(const etc1_byte* pIn, etc1_byt
[all...]
H A Detc1.cpp208 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut) { argument
209 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3];
210 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7];
255 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint3 argument
306 chooseModifier(const etc1_byte* pBaseColors, const etc1_byte* pIn, etc1_uint32 *pLow, int bitIndex, const int* pModifierTable) argument
343 etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask, etc_compressed* pCompressed, bool flipped, bool second, const etc1_byte* pBaseColors, const int* pModifierTable) argument
441 etc_encode_block_helper(const etc1_byte* pIn, etc1_uint32 inMask, const etc1_byte* pColors, etc_compressed* pCompressed, bool flipped) argument
492 etc1_encode_block(const etc1_byte* pIn, etc1_uint32 inMask, etc1_byte* pOut) argument
520 etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height, etc1_uint32 pixelSize, etc1_uint32 stride, etc1_byte* pOut) argument
576 etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut, etc1_uint32 width, etc1_uint32 height, etc1_uint32 pixelSize, etc1_uint32 stride) argument
635 readBEUint16(const etc1_byte* pIn) argument
[all...]
/external/tpm2/
H A DCpriMisc.c57 BYTE *pIn = in->buffer; local
62 *pOut++ = *pIn++;
H A DCryptUtil_fp.h130 TPMS_ECC_POINT *pIn // IN: optional point
H A DCpriECC.c288 // It is a fatal error if dOut or pIn is not provided or if the size of pIn is larger than MAX_ECC_KEY_BYTES
294 const TPM2B *pIn // IN: the maximum value for the key
299 pAssert(pIn != NULL && dOut != NULL && pIn->size <= MAX_ECC_KEY_BYTES);
301 dOut->t.size = pIn->size;
307 if(memcmp(dOut->t.buffer, pIn->buffer, pIn->size) < 0)
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp168 const UChar *pIn, *pInLimit; local
177 pIn=input;
189 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
191 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
199 } else if(pIn==pInLimit) {
235 const UChar *pIn, *pInLimit; local
241 pIn=input;
250 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
288 const char *pIn, *pInLimit; local
296 pIn
[all...]
/external/libopus/silk/x86/
H A Dmain_sse.h226 const opus_int16 pIn[]
230 #define silk_VAD_GetSA_Q8(psEnC, pIn, arch) ((void)(arch),silk_VAD_GetSA_Q8_sse4_1(psEnC, pIn))
234 # define silk_VAD_GetSA_Q8(psEnC, pIn, arch) \
235 ((*SILK_VAD_GETSA_Q8_IMPL[(arch) & OPUS_ARCHMASK])(psEnC, pIn))
239 const opus_int16 pIn[]);
H A Dx86_silk_map.c60 const opus_int16 pIn[]
H A DVAD_sse.c47 const opus_int16 pIn[] /* I PCM input */
94 silk_ana_filt_bank_1( pIn, &psSilk_VAD->AnaState[ 0 ],
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_chorus.c265 EAS_PCM *pIn; local
288 pIn = pSrc + nChannelNumber;
295 nInputSample = *pIn;
296 pIn += NUM_OUTPUT_CHANNELS;
341 nInputSample = *pIn;
342 pIn += NUM_OUTPUT_CHANNELS;
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscam02.c436 void CMSEXPORT cmsCIECAM02Forward(cmsHANDLE hModel, const cmsCIEXYZ* pIn, cmsJCh* pOut) argument
442 _cmsAssert(pIn != NULL);
447 clr.XYZ[0] = pIn ->X;
448 clr.XYZ[1] = pIn ->Y;
449 clr.XYZ[2] = pIn ->Z;
462 void CMSEXPORT cmsCIECAM02Reverse(cmsHANDLE hModel, const cmsJCh* pIn, cmsCIEXYZ* pOut) argument
468 _cmsAssert(pIn != NULL);
473 clr.J = pIn -> J;
474 clr.C = pIn -> C;
475 clr.h = pIn
[all...]
H A Dcmsplugin.c84 cmsUInt8Number* pIn = (cmsUInt8Number*) QWord; local
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];
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTTextureAPI.cpp665 @Input pIn The source texture
672 const PVRTextureHeaderV3 * const pIn,
680 _ASSERT(pIn->u32Width);
681 _ASSERT(pIn->u32Width == pIn->u32Height);
684 PVRTGetOGLES3TextureFormat(*pIn,nFormat,nFormat,nType);
685 PVRTGetFormatMinDims(pIn->u64PixelFormat,nElW,nElH,nElD);
687 nBPP = PVRTGetBitsPerPixel(pIn->u64PixelFormat);
688 nSize = pIn->u32Width * nRepeatCnt;
691 *psTexHeaderNew = *pIn;
670 PVRTTextureTile( PVRTextureHeaderV3 **pOut, const PVRTextureHeaderV3 * const pIn, const int nRepeatCnt) argument
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTTextureAPI.cpp262 @Input pIn The source texture
269 const PVRTextureHeaderV3 * const pIn,
277 _ASSERT(pIn->u32Width);
278 _ASSERT(pIn->u32Width == pIn->u32Height);
281 PVRTGetOGLES2TextureFormat(*pIn,nFormat,nFormat,nType);
282 PVRTGetFormatMinDims(pIn->u64PixelFormat,nElW,nElH,nElD);
284 nBPP = PVRTGetBitsPerPixel(pIn->u64PixelFormat);
285 nSize = pIn->u32Width * nRepeatCnt;
288 *psTexHeaderNew = *pIn;
267 PVRTTextureTile( PVRTextureHeaderV3 **pOut, const PVRTextureHeaderV3 * const pIn, const int nRepeatCnt) argument
[all...]
/external/clang/test/Analysis/
H A Dtaint-tester.c116 void stdinTest2(FILE *pIn) { argument
130 p = pIn;
/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp642 HANDLE_TRANSPORTDEC pIn; local
646 pIn = transportDec_Open(transportFmt, TP_FLAG_MPEG4);
647 if (pIn == NULL) {
651 transportDec_SetParam(pIn, TPDEC_PARAM_IGNORE_BUFFERFULLNESS, 1);
657 transportDec_Close(&pIn);
660 aacDec->hInput = pIn;
667 transportDec_RegisterAscCallback(pIn, aacDecoder_ConfigCallback, (void*)aacDec);
/external/lz4/lib/
H A Dlz4.c351 static unsigned LZ4_count(const BYTE* pIn, const BYTE* pMatch, const BYTE* pInLimit) argument
353 const BYTE* const pStart = pIn;
355 while (likely(pIn<pInLimit-(STEPSIZE-1))) {
356 reg_t const diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn);
357 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; }
358 pIn += LZ4_NbCommonBytes(diff);
359 return (unsigned)(pIn - pStart);
362 if ((STEPSIZE==8) && (pIn<(pInLimit-3)) && (LZ4_read32(pMatch) == LZ4_read32(pIn))) { pIn
[all...]
/external/libopus/silk/
H A Dmain.h307 const opus_int16 pIn[] /* I PCM input */
311 #define silk_VAD_GetSA_Q8(psEnC, pIn, arch) ((void)(arch),silk_VAD_GetSA_Q8_c(psEnC, pIn))
H A DVAD.c84 const opus_int16 pIn[] /* I PCM input */
130 silk_ana_filt_bank_1( pIn, &psSilk_VAD->AnaState[ 0 ],
/external/sqlite/dist/orig/
H A Dsqlite3.h9312 int nIn, const void *pIn, /* Input changeset */
9795 ** &nbsp; int (*xInput)(void *pIn, void *pData, int *pnData),
9796 ** &nbsp; void *pIn,
9800 ** argument passed is a copy of the supplied pIn context pointer. The second
9849 int (*xInput)(void *pIn, void *pData, int *pnData), /* Input function */
9850 void *pIn, /* First arg for xInput */
9863 int (*xInputA)(void *pIn, void *pData, int *pnData),
9865 int (*xInputB)(void *pIn, void *pData, int *pnData),
9871 int (*xInput)(void *pIn, void *pData, int *pnData),
9872 void *pIn,
[all...]
/external/sqlite/dist/
H A Dsqlite3.h9312 int nIn, const void *pIn, /* Input changeset */
9795 ** &nbsp; int (*xInput)(void *pIn, void *pData, int *pnData),
9796 ** &nbsp; void *pIn,
9800 ** argument passed is a copy of the supplied pIn context pointer. The second
9849 int (*xInput)(void *pIn, void *pData, int *pnData), /* Input function */
9850 void *pIn, /* First arg for xInput */
9863 int (*xInputA)(void *pIn, void *pData, int *pnData),
9865 int (*xInputB)(void *pIn, void *pData, int *pnData),
9871 int (*xInput)(void *pIn, void *pData, int *pnData),
9872 void *pIn,
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTTexture.h575 @param[in] pIn The source texture
582 const PVRTextureHeaderV3 * const pIn,
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp2208 INT_PCM *pIn[PCM_DMX_MAX_CHANNELS] = { NULL }; local
2270 pIn[nContentCh] = &pPcmBuf[inOffsetTable[ch]*offset+(frameSize-1)*inStride];
2292 pIn[nContentCh] = &pPcmBuf[inOffsetTable[ch]*offset+(frameSize-1)*inStride];
2330 tIn[ch] = *pIn[ch];
2331 pIn[ch] -= inStride;
/external/aac/libAACenc/src/
H A Daacenc_lib.cpp1469 INT_PCM *pIn = hAacEncoder->inputBuffer+hAacEncoder->inputBufferOffset+hAacEncoder->nSamplesRead; local
1473 FDKmemcpy(pIn, (INT_PCM*)inBufDesc->bufs[idx], newSamples*sizeof(INT_PCM)); /* Fast copy. */
1477 pIn[i] = (INT_PCM)(((LONG*)inBufDesc->bufs[idx])[i]>>16); /* Convert 32 to 16 bit. */
1482 pIn[i] = ((INT_PCM)(((SHORT*)inBufDesc->bufs[idx])[i]))<<16; /* Convert 16 to 32 bit. */

Completed in 972 milliseconds

12