Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_jpegES.c378 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 …]
Dpnw_hostjpeg.c577 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()
Dtng_jpegES.h85 IMG_UINT32 ui32HeightBlocks; //!< Height in pixels, shall be a multiple of 8 member
Dpnw_hostjpeg.h467 IMG_UINT32 ui32HeightBlocks; //!< Height in pixels, shall be a multiple of 8 member
Dtng_enc_trace.c269 …rv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32HeightBlocks=%d",data->MCUComponent[i].ui32HeightBlocks); in JPEG_MTX_DMA_dump()
Dtng_trace.c134 …rv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32HeightBlocks=%d",data->MCUComponent[i].ui32HeightBlocks); in JPEG_MTX_DMA_dump()