• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/ov51x/

Lines Matching refs:pIn

733 huffmanDecoderY(int *C, int *pIn, struct comp_info *cinfo)
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)
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, cinfo);
1261 huffmanDecoderUV(coeffs, (int*) pIn, cinfo);
1311 decompress400NoMMXOV518(unsigned char *pIn,
1328 decompress8x4(pTmp, pIn, &lastYDC, 0, cinfo);
1348 decompress420NoMMXOV518(unsigned char *pIn,
1371 decompress8x4(pTmp, pIn, &lastYDC, 0, cinfo);
1382 decompress8x4(pTmp, pIn, &lastUDC, 1, cinfo);
1386 decompress8x4(pTmp, pIn, &lastVDC, 1, cinfo);
1390 decompress8x4(pTmp, pIn, &lastYDC, 0, cinfo);
1394 decompress8x4(pTmp, pIn, &lastYDC, 0, cinfo);
1435 get_qt_dynamic(unsigned char *pIn, struct comp_info *cinfo)
1445 cinfo->qt = pIn + rawLen - 64;
1458 Decompress400(unsigned char *pIn,
1468 PDEBUG(4, "%dx%d pIn=%p pOut=%p pTmp=%p inSize=%d", w, h, pIn, pOut,
1479 if (get_qt_dynamic(pIn, &cinfo) < 0)
1484 if (decompress400NoMMXOV518(pIn + 8, pOut, pTmp, w, h, numpix, &cinfo))
1497 Decompress420(unsigned char *pIn,
1507 PDEBUG(4, "%dx%d pIn=%p pOut=%p pTmp=%p inSize=%d", w, h, pIn, pOut,
1518 if (get_qt_dynamic(pIn, &cinfo) < 0)
1523 if (decompress420NoMMXOV518(pIn + 8, pOut, pTmp, w, h, numpix, &cinfo))