Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c3159 IMG_UINT16 ui16WidthInMbs = (ctx->ui16Width + 15) >> 4; in tng__validate_params() local
3171 ctx->uMBspS = ui16WidthInMbs * ui16FrameHeightInMbs * ctx->sRCParams.ui32FrameRate; in tng__validate_params()
3177 if ((ui16WidthInMbs << 4) * ui16PictureHeight > 2048 * 2048) { in tng__validate_params()