Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_H264ES.c503 IMG_UINT32 ui32MBf=0; in tng__H264ES_calculate_level() local
512 ui32MBf = (ctx->ui16Width)*(ctx->ui16FrameHeight) >> 8; in tng__H264ES_calculate_level()
513 ui32MBs = ui32MBf * psRCParams->ui32FrameRate; in tng__H264ES_calculate_level()
517 if (ui32MBf > 22080) ui32Level = SH_LEVEL_51; in tng__H264ES_calculate_level()
518 else if (ui32MBf > 8704) ui32Level = SH_LEVEL_50; in tng__H264ES_calculate_level()
519 else if (ui32MBf > 8192) ui32Level = SH_LEVEL_42; in tng__H264ES_calculate_level()
520 else if (ui32MBf > 5120) ui32Level = SH_LEVEL_40; in tng__H264ES_calculate_level()
521 else if (ui32MBf > 3600) ui32Level = SH_LEVEL_32; in tng__H264ES_calculate_level()
522 else if (ui32MBf > 1620) ui32Level = SH_LEVEL_31; in tng__H264ES_calculate_level()
523 else if (ui32MBf > 792) ui32Level = SH_LEVEL_22; in tng__H264ES_calculate_level()
[all …]