Lines Matching refs:pMTXSetup
513 ASSERT(NULL != pJPEGContext->pMTXSetup); in IssueSetupInterface()
539 pJPEGContext->pMTXSetup->ui32ComponentsInScan = MTX_MAX_COMPONENTS; in SetMTXSetup()
548 pJPEGContext->pMTXSetup->ComponentPlane[0].ui32Stride = pTFrame->psb_surface->stride; in SetMTXSetup()
549 pJPEGContext->pMTXSetup->ComponentPlane[1].ui32Stride = pTFrame->psb_surface->stride; in SetMTXSetup()
550 pJPEGContext->pMTXSetup->ComponentPlane[2].ui32Stride = pTFrame->psb_surface->stride; in SetMTXSetup()
552 … pJPEGContext->pMTXSetup->ComponentPlane[0].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit; in SetMTXSetup()
553 …pJPEGContext->pMTXSetup->ComponentPlane[1].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit /… in SetMTXSetup()
554 …pJPEGContext->pMTXSetup->ComponentPlane[2].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit /… in SetMTXSetup()
562 …RELOC_JPEG_PIC_PARAMS_PTG(&pJPEGContext->pMTXSetup->ComponentPlane[0].ui32PhysAddr, srf_buf_offset… in SetMTXSetup()
566 RELOC_JPEG_PIC_PARAMS_PTG(&pJPEGContext->pMTXSetup->ComponentPlane[1].ui32PhysAddr, in SetMTXSetup()
571 RELOC_JPEG_PIC_PARAMS_PTG(&pJPEGContext->pMTXSetup->ComponentPlane[2].ui32PhysAddr, in SetMTXSetup()
580 memcpy((void *)pJPEGContext->pMTXSetup->MCUComponent, in SetMTXSetup()
584 pJPEGContext->pMTXSetup->ui32TableA = 0; in SetMTXSetup()
585 pJPEGContext->pMTXSetup->ui16DataInterleaveStatus = ISCHROMAINTERLEAVED(pJPEGContext->eFormat); in SetMTXSetup()
586 pJPEGContext->pMTXSetup->ui16MaxPipes = (IMG_UINT16)pJPEGContext->NumCores; in SetMTXSetup()
597 ASSERT(NULL != pJPEGContext->pMTXSetup); in IssueMTXSetup()
600 for (i = 0; i < pJPEGContext->pMTXSetup->ui32ComponentsInScan; i++) { in IssueMTXSetup()
602 pJPEGContext->pMTXSetup->ComponentPlane[i].ui32PhysAddr, in IssueMTXSetup()
603 pJPEGContext->pMTXSetup->ComponentPlane[i].ui32Stride, in IssueMTXSetup()
604 pJPEGContext->pMTXSetup->ComponentPlane[i].ui32Height); in IssueMTXSetup()
606 pJPEGContext->pMTXSetup->MCUComponent[i].ui32WidthBlocks, in IssueMTXSetup()
607 pJPEGContext->pMTXSetup->MCUComponent[i].ui32HeightBlocks, in IssueMTXSetup()
608 pJPEGContext->pMTXSetup->MCUComponent[i].ui32XLimit, in IssueMTXSetup()
609 pJPEGContext->pMTXSetup->MCUComponent[i].ui32YLimit); in IssueMTXSetup()
612 …drv_debug_msg(VIDEO_DEBUG_GENERAL, "ui32ComponentsInScan: %d\n", pJPEGContext->pMTXSetup->ui32Comp… in IssueMTXSetup()
613 drv_debug_msg(VIDEO_DEBUG_GENERAL, "ui32TableA: %d\n", pJPEGContext->pMTXSetup->ui32TableA); in IssueMTXSetup()
614 …drv_debug_msg(VIDEO_DEBUG_GENERAL, "ui16DataInterleaveStatus: %d\n", pJPEGContext->pMTXSetup->ui16… in IssueMTXSetup()
615 drv_debug_msg(VIDEO_DEBUG_GENERAL, "ui16MaxPipes: %d\n", pJPEGContext->pMTXSetup->ui16MaxPipes); in IssueMTXSetup()
726 uc_num_comp_in_img = pJPEGContext->pMTXSetup->ui32ComponentsInScan; in EncodeFrameHeader()
750 if (pJPEGContext->pMTXSetup->ui16DataInterleaveStatus < C_INTERLEAVE) { in EncodeFrameHeader()
754 …fer(&ps_streamW, 1, ((pJPEGContext->pMTXSetup->MCUComponent[0].ui32WidthBlocks >> 3) << 4) | (pJPE… in EncodeFrameHeader()
760 …fer(&ps_streamW, 1, ((pJPEGContext->pMTXSetup->MCUComponent[1].ui32WidthBlocks >> 3) << 4) | (pJPE… in EncodeFrameHeader()
764 …fer(&ps_streamW, 1, ((pJPEGContext->pMTXSetup->MCUComponent[2].ui32WidthBlocks >> 3) << 4) | (pJPE… in EncodeFrameHeader()
766 } else if (pJPEGContext->pMTXSetup->ui16DataInterleaveStatus == C_INTERLEAVE) { in EncodeFrameHeader()
770 …fer(&ps_streamW, 1, ((pJPEGContext->pMTXSetup->MCUComponent[0].ui32WidthBlocks >> 3) << 4) | (pJPE… in EncodeFrameHeader()
776 …fer(&ps_streamW, 1, ((pJPEGContext->pMTXSetup->MCUComponent[1].ui32WidthBlocks >> 4) << 4) | (pJPE… in EncodeFrameHeader()
781 …fer(&ps_streamW, 1, ((pJPEGContext->pMTXSetup->MCUComponent[1].ui32WidthBlocks >> 4) << 4) | (pJPE… in EncodeFrameHeader()
787 …fer(&ps_streamW, 1, ((pJPEGContext->pMTXSetup->MCUComponent[0].ui32WidthBlocks >> 4) << 4) | (pJPE… in EncodeFrameHeader()
793 …fer(&ps_streamW, 1, ((pJPEGContext->pMTXSetup->MCUComponent[0].ui32WidthBlocks >> 5) << 4) | (pJPE… in EncodeFrameHeader()
797 …fer(&ps_streamW, 1, ((pJPEGContext->pMTXSetup->MCUComponent[0].ui32WidthBlocks >> 5) << 4) | (pJPE… in EncodeFrameHeader()
848 fPutBitsToBuffer(&s_streamW, 2, 6 + (pJPEGContext->pMTXSetup->ui32ComponentsInScan << 1)); in JPGEncodeSOSHeader()
850 fPutBitsToBuffer(&s_streamW, 1, pJPEGContext->pMTXSetup->ui32ComponentsInScan); in JPGEncodeSOSHeader()
851 for (ui8Comp = 0; ui8Comp < pJPEGContext->pMTXSetup->ui32ComponentsInScan; ui8Comp++) { in JPGEncodeSOSHeader()
1184 jpeg_ctx_p->pMTXSetup = (JPEG_MTX_DMA_SETUP*)jpeg_ctx_p->pMemInfoMTXSetup; in tng_jpeg_BeginPicture()