Home
last modified time | relevance | path

Searched refs:uc_i (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_jpegES.c647 IMG_UINT8 uc_i; in EncodeMarkerSegment() local
661 for (uc_i = 0; uc_i < PELS_IN_BLOCK; uc_i++) { in EncodeMarkerSegment()
663 … fPutBitsToBuffer(&s_streamW, 1, pJPEGContext->psTablesBlock->aui8LumaQuantParams[gZigZag[uc_i]]); in EncodeMarkerSegment()
671 for (uc_i = 0; uc_i < PELS_IN_BLOCK; uc_i++) { in EncodeMarkerSegment()
673 …fPutBitsToBuffer(&s_streamW, 1, pJPEGContext->psTablesBlock->aui8ChromaQuantParams[gZigZag[uc_i]]); in EncodeMarkerSegment()
684 for (uc_i = 0; uc_i < LH_DC - 2; uc_i++) { in EncodeMarkerSegment()
685 fPutBitsToBuffer(&s_streamW, 1, gMarkerDataLumaDc[uc_i]); in EncodeMarkerSegment()
691 for (uc_i = 0; uc_i < LH_AC - 2; uc_i++) { in EncodeMarkerSegment()
692 fPutBitsToBuffer(&s_streamW, 1, gMarkerDataLumaAc[uc_i]); in EncodeMarkerSegment()
697 for (uc_i = 0; uc_i < LH_DC - 2; uc_i++) { in EncodeMarkerSegment()
[all …]