Searched refs:ui32HeightBlocks (Results 1 – 6 of 6) sorted by relevance
378 pJPEGContext->MCUComponent[0].ui32HeightBlocks = 16; in InitializeJpegEncode()383 pJPEGContext->MCUComponent[1].ui32HeightBlocks = 8; in InitializeJpegEncode()388 pJPEGContext->MCUComponent[2].ui32HeightBlocks = 8; in InitializeJpegEncode()407 pJPEGContext->MCUComponent[2].ui32HeightBlocks = 0; in InitializeJpegEncode()417 (pJPEGContext->MCUComponent[0].ui32HeightBlocks - 1)) / in InitializeJpegEncode()418 pJPEGContext->MCUComponent[0].ui32HeightBlocks; in InitializeJpegEncode()607 pJPEGContext->pMTXSetup->MCUComponent[i].ui32HeightBlocks, in IssueMTXSetup()754 …0].ui32WidthBlocks >> 3) << 4) | (pJPEGContext->pMTXSetup->MCUComponent[0].ui32HeightBlocks >> 3)); in EncodeFrameHeader()760 …1].ui32WidthBlocks >> 3) << 4) | (pJPEGContext->pMTXSetup->MCUComponent[1].ui32HeightBlocks >> 3)); in EncodeFrameHeader()764 …2].ui32WidthBlocks >> 3) << 4) | (pJPEGContext->pMTXSetup->MCUComponent[2].ui32HeightBlocks >> 3)); in EncodeFrameHeader()[all …]
577 pMCUComp->ui32HeightBlocks = uiHeightBlocks * 8; in SetupMCUDetails()1109 …ent[0].ui32WidthBlocks >> 3) << 4) | (pContext->pMTXSetup->MCUComponent[0].ui32HeightBlocks >> 3)); in EncodeFrameHeader()1116 …ent[1].ui32WidthBlocks >> 3) << 4) | (pContext->pMTXSetup->MCUComponent[1].ui32HeightBlocks >> 3)); in EncodeFrameHeader()1120 …ent[2].ui32WidthBlocks >> 3) << 4) | (pContext->pMTXSetup->MCUComponent[2].ui32HeightBlocks >> 3)); in EncodeFrameHeader()1125 …ent[1].ui32WidthBlocks >> 3) << 3) | (pContext->pMTXSetup->MCUComponent[1].ui32HeightBlocks >> 3)); in EncodeFrameHeader()1129 …ent[2].ui32WidthBlocks >> 3) << 3) | (pContext->pMTXSetup->MCUComponent[2].ui32HeightBlocks >> 3)); in EncodeFrameHeader()1134 …ent[1].ui32WidthBlocks >> 3) << 4) | (pContext->pMTXSetup->MCUComponent[1].ui32HeightBlocks >> 3)); in EncodeFrameHeader()1138 …ent[2].ui32WidthBlocks >> 3) << 4) | (pContext->pMTXSetup->MCUComponent[2].ui32HeightBlocks >> 3)); in EncodeFrameHeader()1292 …nt[i32Lp].ui32WidthBlocks, pContext->pMTXSetup->MCUComponent[i32Lp].ui32HeightBlocks, pContext->pM… in SetupIssueSetup()1513 …pContext->pMTXSetup->MCUComponent[0].ui32HeightBlocks - 1)) / pContext->pMTXSetup->MCUComponent[0]… in SetupJPEGTables()
85 IMG_UINT32 ui32HeightBlocks; //!< Height in pixels, shall be a multiple of 8 member
467 IMG_UINT32 ui32HeightBlocks; //!< Height in pixels, shall be a multiple of 8 member
269 …rv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32HeightBlocks=%d",data->MCUComponent[i].ui32HeightBlocks); in JPEG_MTX_DMA_dump()
134 …rv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32HeightBlocks=%d",data->MCUComponent[i].ui32HeightBlocks); in JPEG_MTX_DMA_dump()