HomeSort by relevance Sort by last modified time
    Searched refs:ui32WidthBlocks (Results 1 - 6 of 6) sorted by null

  /hardware/intel/img/psb_video/src/
tng_jpegES.c 377 pJPEGContext->MCUComponent[0].ui32WidthBlocks = 16;
382 pJPEGContext->MCUComponent[1].ui32WidthBlocks = 8;
387 pJPEGContext->MCUComponent[2].ui32WidthBlocks = 8;
400 pJPEGContext->MCUComponent[1].ui32WidthBlocks +=
401 pJPEGContext->MCUComponent[2].ui32WidthBlocks;
406 pJPEGContext->MCUComponent[2].ui32WidthBlocks =
413 (pJPEGContext->MCUComponent[0].ui32WidthBlocks - 1)) /
414 pJPEGContext->MCUComponent[0].ui32WidthBlocks;
606 pJPEGContext->pMTXSetup->MCUComponent[i].ui32WidthBlocks,
    [all...]
tng_jpegES.h 84 IMG_UINT32 ui32WidthBlocks; //!< Width in pixels, shall be a multiple of 8
pnw_hostjpeg.c 576 pMCUComp->ui32WidthBlocks = uiWidthBlocks * 8;
    [all...]
pnw_hostjpeg.h 326 // IMG_UINT32 ui32WidthBlocks ; /* Width in pixels, shall be a multiple of 8*/
466 IMG_UINT32 ui32WidthBlocks; //!< Width in pixels, shall be a multiple of 8
tng_enc_trace.c 268 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t\t ui32WidthBlocks=%d",data->MCUComponent[i].ui32WidthBlocks);
    [all...]
tng_trace.c 133 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t\t ui32WidthBlocks=%d",data->MCUComponent[i].ui32WidthBlocks);
    [all...]

Completed in 164 milliseconds