Searched refs:pIn (Results 1 - 25 of 43) 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/chromium_org/third_party/android_opengl/etc1/
H A Detc1.h28 // pIn - pointer to the image data. Formatted such that
29 // pixel (x,y) is at pIn + pixelSize * x + stride * y;
34 bool etc1_encode_image(const unsigned char* pIn, unsigned int width, unsigned int height,
39 // pIn - pointer to encoded data.
41 // pixel (x,y) is at pIn + pixelSize * x + stride * y. Must be
46 bool etc1_decode_image(const unsigned char* pIn, unsigned char* pOut,
H A Detc1.cpp221 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut) { argument
222 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3];
223 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7];
268 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint3 argument
319 chooseModifier(const etc1_byte* pBaseColors, const etc1_byte* pIn, etc1_uint32 *pLow, int bitIndex, const int* pModifierTable) argument
356 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
454 etc_encode_block_helper(const etc1_byte* pIn, etc1_uint32 inMask, const etc1_byte* pColors, etc_compressed* pCompressed, bool flipped) argument
505 etc1_encode_block(etc1_byte* pIn, int inMask, etc1_byte* pOut) argument
535 etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height, etc1_uint32 pixelSize, etc1_uint32 stride, etc1_byte* pOut, etc1_uint32 outWidth, etc1_uint32 outHeight) argument
671 etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut, etc1_uint32 width, etc1_uint32 height, etc1_uint32 pixelSize, etc1_uint32 stride) argument
740 readBEUint16(const etc1_byte* pIn) argument
[all...]
/external/chromium_org/third_party/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/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/libnfc-nxp/src/
H A DphFriNfc_LlcpUtils.c198 pUtilFifo->pIn = (uint8_t *)pBuffStart;
208 pUtilFifo->pIn = pUtilFifo->pBuffStart;
225 pNext = (uint8_t*)pUtilFifo->pIn+1;
247 pUtilFifo->pIn = pNext;
265 if((pUtilFifo->pOut == pUtilFifo->pIn) && (pUtilFifo->bFull == FALSE))
301 uint8_t * pIn = (uint8_t *)pUtilFifo->pIn; local
310 if(pIn >= pOut)
312 dataLength = pIn - pOut;
317 dataLength += (pIn
332 uint8_t * pIn = (uint8_t *)pUtilFifo->pIn; local
[all...]
H A DphFriNfc_LlcpUtils.h44 * If pIn == pOut the buffer is empty.
50 volatile uint8_t *pIn; /* Points to 1 before where the next TU1 will enter buffer */ member in struct:UTIL_FIFO_BUFFER
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_sco.c246 SRC_TYPE *pIn, *pInEnd; local
257 pIn = (SRC_TYPE *)(pSrc + BTA_DM_PCM_OVERLAP_SIZE);
264 CONVERT_44100_TO_BLUETOOTH(pIn, pInEnd);
269 CONVERT_22050_TO_BLUETOOTH(pIn, pInEnd);
274 CONVERT_11025_TO_BLUETOOTH(pIn, pInEnd);
332 SRC_TYPE *pIn, *pInEnd; local
341 pIn = (SRC_TYPE *)(pSrc + BTA_DM_PCM_OVERLAP_SIZE);
347 CONVERT_44100_TO_BLUETOOTH(pIn, pInEnd);
352 CONVERT_22050_TO_BLUETOOTH(pIn, pInEnd);
357 CONVERT_11025_TO_BLUETOOTH(pIn, pInEn
409 SRC_TYPE *pIn, *pInEnd; local
506 SRC_TYPE *pIn, *pInEnd; local
[all...]
/external/chromium_org/third_party/icu/source/test/perf/utfperf/
H A Dutfperf.cpp165 const UChar *pIn, *pInLimit; local
174 pIn=input;
186 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
188 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
196 } else if(pIn==pInLimit) {
232 const UChar *pIn, *pInLimit; local
238 pIn=input;
247 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
285 const char *pIn, *pInLimit; local
293 pIn
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Drowset.c269 ** The input, pIn, is a binary tree (or subtree) of RowSetEntry objects.
274 struct RowSetEntry *pIn, /* Root of the input tree */
278 assert( pIn!=0 );
279 if( pIn->pLeft ){
281 rowSetTreeToList(pIn->pLeft, ppFirst, &p);
282 p->pRight = pIn;
284 *ppFirst = pIn;
286 if( pIn->pRight ){
287 rowSetTreeToList(pIn->pRight, &pIn
273 rowSetTreeToList( struct RowSetEntry *pIn, struct RowSetEntry **ppFirst, struct RowSetEntry **ppLast ) argument
[all...]
H A Dpcache.c489 static PgHdr *pcacheSortDirtyList(PgHdr *pIn){ argument
493 while( pIn ){
494 p = pIn;
495 pIn = p->pDirty;
H A Dselect.c1884 ** The data to be output is contained in pIn->iMem. There are
1885 ** pIn->nMem columns to be output. pDest is where the output should
1903 SelectDest *pIn, /* Coroutine supplying data */
1923 j2 = sqlite3VdbeAddOp4(v, OP_Compare, pIn->iMem, regPrev+1, pIn->nMem,
1927 sqlite3ExprCodeCopy(pParse, pIn->iMem, regPrev+1, pIn->nMem);
1945 sqlite3VdbeAddOp3(v, OP_MakeRecord, pIn->iMem, pIn->nMem, r1);
1961 assert( pIn
1900 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int p4type, int iBreak ) argument
[all...]
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp165 const UChar *pIn, *pInLimit; local
174 pIn=input;
186 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
188 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
196 } else if(pIn==pInLimit) {
232 const UChar *pIn, *pInLimit; local
238 pIn=input;
247 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
285 const char *pIn, *pInLimit; local
293 pIn
[all...]
/external/sonivox/arm-fm-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/sonivox/arm-hybrid-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/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/core/src/fxcodec/lcms2/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/clang/test/Analysis/
H A Dtaint-tester.c116 void stdinTest2(FILE *pIn) { argument
130 p = pIn;
/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp636 HANDLE_TRANSPORTDEC pIn; local
640 pIn = transportDec_Open(transportFmt, TP_FLAG_MPEG4);
641 if (pIn == NULL) {
645 transportDec_SetParam(pIn, TPDEC_PARAM_IGNORE_BUFFERFULLNESS, 1);
651 transportDec_Close(&pIn);
654 aacDec->hInput = pIn;
661 transportDec_RegisterAscCallback(pIn, aacDecoder_ConfigCallback, (void*)aacDec);
/external/chromium_org/third_party/opus/src/silk/
H A DVAD.c82 const opus_int16 pIn[] /* I PCM input */
128 silk_ana_filt_bank_1( pIn, &psSilk_VAD->AnaState[ 0 ],
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c381 DocList *pIn, int iOffset, DocList *pOut){
382 readerInit(&m->in, pIn);
387 assert( pIn==NULL || pIn->iType <= DL_POSITIONS );
435 if( peekDocid(&m->in)>iDocid ){ /* [pIn] has no match with iDocid */
1069 DocList *pIn, int iOffset, DocList *out){
1073 if( pIn!=NULL && !pIn->nData ){
1074 /* If [pIn] is already empty, there's no point in reading the
1082 mergeInit(&merge, pIn, iOffse
380 mergeInit(DocListMerge *m, DocList *pIn, int iOffset, DocList *pOut) argument
1067 query_merge(fulltext_vtab *v, sqlite3_stmt **pSelect, const char *zTerm, DocList *pIn, int iOffset, DocList *out) argument
[all...]
/external/libopus/silk/
H A DVAD.c82 const opus_int16 pIn[] /* I PCM input */
128 silk_ana_filt_bank_1( pIn, &psSilk_VAD->AnaState[ 0 ],

Completed in 991 milliseconds

12