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

/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov511_decomp.c80 DecompressYHI(unsigned char *pIn, argument
118 header = pIn[in_pos];
133 ZigZag[0] = pIn[in_pos++];
134 tmpl = pIn[in_pos++];
142 ZigZag[i] = pIn[in_pos++];
151 ZigZag[i] = pIn[in_pos++];
152 tmpl = pIn[in_pos++];
160 ZigZag[i] = pIn[in_pos++];
180 ZTable[j] = pIn[in_pos++];
184 ZigZag[0] = pIn[in_po
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.c733 huffmanDecoderY(int *C, int *pIn, struct comp_info *cinfo) argument
739 getDCCoefficient(pIn, C, cinfo, treeYDC);
743 skip = getACCoefficient(pIn, &coeff, cinfo, treeYAC);
771 getACCoefficient(pIn, &coeff, cinfo, treeYAC);
776 huffmanDecoderUV(int *C, int *pIn, struct comp_info *cinfo) argument
782 getDCCoefficient(pIn, C, cinfo, treeUVDC);
786 skip = getACCoefficient(pIn, &coeff, cinfo, treeUVAC);
814 getACCoefficient(pIn, &coeff, cinfo, treeUVAC);
1234 unsigned char *pIn,
1247 huffmanDecoderY(coeffs, (int*) pIn, cinf
1233 decompress8x4(unsigned char *pOut, unsigned char *pIn, int *lastDC, int uvFlag, struct comp_info *cinfo) argument
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
1435 get_qt_dynamic(unsigned char *pIn, 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
4088 make_8x8(unsigned char *pIn, unsigned char *pOut, int w) argument
4096 *pOut1++ = *pIn++;
4117 unsigned char *pIn, *pOut, *pOutLine; local
4120 pIn = pIn0;
4125 make_8x8(pIn, pOut, frame->rawwidth);
4126 pIn += 64;
4174 unsigned char *pIn, *pOut, *pOutLine; local
4179 pIn = pIn0;
4184 make_8x8(pIn, pOu
4467 unsigned char *pIn, *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
3222 make_8x8(unsigned char *pIn, unsigned char *pOut, int w) argument
3230 *pOut1++ = *pIn++;
3251 unsigned char *pIn, *pOut, *pOutLine; local
3254 pIn = pIn0;
3259 make_8x8(pIn, pOut, frame->rawwidth);
3260 pIn += 64;
3308 unsigned char *pIn, *pOut, *pOutLine; local
3313 pIn = pIn0;
3318 make_8x8(pIn, pOu
3587 unsigned char *pIn, *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)
2373 (*w9968cf_vpp_swap_yuvbytes)(pIn, fr->length);
2378 (*w9968cf_vpp_scale_up)(pIn, pOu
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/telephony/
H A Dixj.c5119 char *pIn, *pOut; local
5160 pIn = CID;
5164 if ((pIn[1] & 0x03) == 0x01) {
5165 pOut[0] = pIn[0];
5167 if ((pIn[2] & 0x0c) == 0x04) {
5168 pOut[1] = ((pIn[2] & 0x03) << 6) | ((pIn[1] & 0xfc) >> 2);
5170 if ((pIn[3] & 0x30) == 0x10) {
5171 pOut[2] = ((pIn[3] & 0x0f) << 4) | ((pIn[
[all...]

Completed in 133 milliseconds