Searched refs:uc_i (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | pnw_hostjpeg.c | 600 IMG_UINT8 uc_i = 0; in InitializeJpegEncode() local 669 for (uc_i = 0; uc_i < pContext->pMTXSetup->ui32ComponentsInScan; uc_i++) { in InitializeJpegEncode() 675 if (0 == uc_i) { in InitializeJpegEncode() 703 if (uc_i > 0) { // if chroma, then double values in InitializeJpegEncode() 720 SetupMCUDetails(pContext, uc_i , uc_h_scale, uc_v_scale, ui16_comp_height, ui16_comp_width); in InitializeJpegEncode() 773 IMG_UINT8 uc_i; 786 for (uc_i = 0; uc_i < PELS_IN_BLOCK; uc_i++) { 787 fPutBitsToBuffer(&s_streamW, 1, pContext->pvLowLevelEncContext->Qmatrix[0][gZigZag[uc_i]]); 795 for (uc_i = 0; uc_i < PELS_IN_BLOCK; uc_i++) { 796 fPutBitsToBuffer(&s_streamW, 1, pContext->pvLowLevelEncContext->Qmatrix[1][gZigZag[uc_i]]); [all …]
|
D | tng_jpegES.c | 647 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 …]
|