HomeSort by relevance Sort by last modified time
    Searched full:uc_i (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.c 600 IMG_UINT8 uc_i = 0; local
644 for(uc_i = 0; uc_i < pContext->pMTXSetup->ui32ComponentsInScan; uc_i++)
856 IMG_UINT8 uc_i; local
    [all...]
tng_jpegES.c 647 IMG_UINT8 uc_i; local
661 for (uc_i = 0; uc_i < PELS_IN_BLOCK; uc_i++) {
663 fPutBitsToBuffer(&s_streamW, 1, pJPEGContext->psTablesBlock->aui8LumaQuantParams[gZigZag[uc_i]]);
671 for (uc_i = 0; uc_i < PELS_IN_BLOCK; uc_i++) {
673 fPutBitsToBuffer(&s_streamW, 1, pJPEGContext->psTablesBlock->aui8ChromaQuantParams[gZigZag[uc_i]]);
684 for (uc_i = 0; uc_i < LH_DC - 2; uc_i++)
    [all...]

Completed in 191 milliseconds