Searched refs:pOut (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov511_decomp.c81 unsigned char *pOut,
365 pOut[i] = (unsigned char) tmp; \
433 unsigned char *pOut,
438 unsigned char *pY = pOut;
454 unsigned char *pOut,
459 unsigned char *pY = pOut;
502 unsigned char *pOut,
511 PDEBUG(4, "%dx%d pIn=%p pOut=%p inSize=%d", w, h, pIn, pOut, inSize);
513 rc = Decompress400HiNoMMX(pIn, pOut,
80 DecompressYHI(unsigned char *pIn, unsigned char *pOut, int *iIn, int *iOut, const int w, const int YUVFlag) argument
432 Decompress400HiNoMMX(unsigned char *pIn, unsigned char *pOut, const int w, const int h, const int inSize) argument
453 Decompress420HiNoMMX(unsigned char *pIn, unsigned char *pOut, const int w, const int h, const int inSize) argument
501 Decompress400(unsigned char *pIn, unsigned char *pOut, unsigned char *pTmp, int w, int h, int inSize) argument
527 Decompress420(unsigned char *pIn, unsigned char *pOut, unsigned char *pTmp, int w, int h, int inSize) argument
[all...]
H A Dov518_decomp.c1233 decompress8x4(unsigned char *pOut, argument
1289 DCT_8x4(coeffs, pOut);
1312 unsigned char *pOut,
1329 copyBlock(pTmp, pOut + iOutY, w);
1349 unsigned char *pOut,
1356 unsigned char *pOutU = pOut + numpix;
1372 copyBlock(pTmp, pOut + iOutY, w);
1391 copyBlock(pTmp, pOut + iOutY, w);
1395 copyBlock(pTmp, pOut + iOutY, w);
1459 unsigned char *pOut,
1311 decompress400NoMMXOV518(unsigned char *pIn, unsigned char *pOut, unsigned char *pTmp, const int w, const int h, const int numpix, struct comp_info *cinfo) argument
1348 decompress420NoMMXOV518(unsigned char *pIn, unsigned char *pOut, unsigned char *pTmp, const int w, const int h, const int numpix, struct comp_info *cinfo) argument
1458 Decompress400(unsigned char *pIn, unsigned char *pOut, unsigned char *pTmp, int w, int h, int inSize) argument
1497 Decompress420(unsigned char *pIn, unsigned char *pOut, unsigned char *pTmp, int w, int h, int inSize) argument
[all...]
H A Dov51x.c4084 /* Copies a 64-byte segment at pIn to an 8x8 block at pOut. The width of the
4085 * image at pOut is specified by w.
4088 make_8x8(unsigned char *pIn, unsigned char *pOut, int w) argument
4090 unsigned char *pOut1 = pOut;
4094 pOut1 = pOut;
4098 pOut += w;
4117 unsigned char *pIn, *pOut, *pOutLine; local
4123 pOut = pOutLine;
4125 make_8x8(pIn, pOut, frame->rawwidth);
4127 pOut
4174 unsigned char *pIn, *pOut, *pOutLine; local
4405 unsigned char *pOut = pOut0; local
4437 unsigned char *pOut = pOut0; local
4467 unsigned char *pIn, *pOut; local
4507 unsigned char *pInEven, *pInOdd, *pOut; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dov511.c3218 /* Copies a 64-byte segment at pIn to an 8x8 block at pOut. The width of the
3219 * image at pOut is specified by w.
3222 make_8x8(unsigned char *pIn, unsigned char *pOut, int w) argument
3224 unsigned char *pOut1 = pOut;
3228 pOut1 = pOut;
3232 pOut += w;
3251 unsigned char *pIn, *pOut, *pOutLine; local
3257 pOut = pOutLine;
3259 make_8x8(pIn, pOut, frame->rawwidth);
3261 pOut
3308 unsigned char *pIn, *pOut, *pOutLine; local
3525 unsigned char *pOut = pOut0; local
3557 unsigned char *pOut = pOut0; local
3587 unsigned char *pIn, *pOut; local
3625 unsigned char *pInEven, *pInOdd, *pOut; local
[all...]
H A Dw9968cf.c2344 void *pIn = fr->buffer, *pOut = cam->vpp_buffer, *tmp; local
2355 #define _PSWAP(pIn, pOut) {tmp = (pIn); (pIn) = (pOut); (pOut) = tmp;}
2358 memcpy(pOut, pIn, fr->length);
2359 _PSWAP(pIn, pOut)
2360 err = (*w9968cf_vpp_decode)(pIn, fr->length, hw_w, hw_h, pOut);
2363 _PSWAP(pIn, pOut)
2378 (*w9968cf_vpp_scale_up)(pIn, pOut, hw_w, hw_h, hw_d, w, h);
2380 _PSWAP(pIn, pOut)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/telephony/
H A Dixj.c5119 char *pIn, *pOut; local
5161 pOut = j->m_DAAShadowRegs.CAO_REGS.CAO.CallerID;
5165 pOut[0] = pIn[0];
5168 pOut[1] = ((pIn[2] & 0x03) << 6) | ((pIn[1] & 0xfc) >> 2);
5171 pOut[2] = ((pIn[3] & 0x0f) << 4) | ((pIn[2] & 0xf0) >> 4);
5174 pOut[3] = ((pIn[4] & 0x3f) << 2) | ((pIn[3] & 0xc0) >> 6);
5178 pIn += 5, pOut += 4;
5181 pOut = j->m_DAAShadowRegs.CAO_REGS.CAO.CallerID;
5182 pOut += 4;
5183 strncpy(j->cid.month, pOut,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/riva/
H A Driva_hw.c1100 int *pOut,
1144 *pOut = P;
1093 CalcVClock( int clockIn, int double_scan, int *clockOut, int *mOut, int *nOut, int *pOut, RIVA_HW_INST *chip ) argument

Completed in 86 milliseconds