Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_H263ES.c317 ASSERT(ctx->ui16Width == psPicParams->picture_width); in tng__H263ES_process_picture_param()
337 if ((ctx->ui16Width == 128) && (ctx->ui16FrameHeight == 96)) in tng__H263ES_process_picture_param()
339 else if ((ctx->ui16Width == 176) && (ctx->ui16FrameHeight == 144)) in tng__H263ES_process_picture_param()
341 else if ((ctx->ui16Width == 352) && (ctx->ui16FrameHeight == 288)) in tng__H263ES_process_picture_param()
343 else if ((ctx->ui16Width == 704) && (ctx->ui16FrameHeight == 576)) in tng__H263ES_process_picture_param()
345 else if ((ctx->ui16Width <= 2048) && (ctx->ui16FrameHeight <= 1152)) in tng__H263ES_process_picture_param()
534 if (((ctx->ui16PictureHeight * ctx->ui16Width) >> 8) < air_param->air_num_mbs) in tng__H263ES_process_misc_param()
535 air_param->air_num_mbs = ((ctx->ui16PictureHeight * ctx->ui16Width) >> 8); in tng__H263ES_process_misc_param()
Dtng_hostair.c45 IMG_UINT32 ui32MbNum = (ctx->ui16PictureHeight * ctx->ui16Width) >> 8; in tng_air_buf_create()
60 IMG_UINT32 ui32MbNum = (ctx->ui16PictureHeight * ctx->ui16Width) >> 8; in tng_air_buf_clear()
147 … ui8TotalBUs = (ctx->ui16PictureHeight / 16) * (ctx->ui16Width / 16) / ctx->sRCParams.ui32BUSize; in tng_fill_slice_map()
198 ui8SizeInKicks = ((ui32SliceHeight / 16)*(ctx->ui16Width/16))/ctx->sRCParams.ui32BUSize; in tng_fill_slice_map()
212 ui8SizeInKicks = ((ui32SliceHeight / 16)*(ctx->ui16Width/16))/ctx->sRCParams.ui32BUSize; in tng_fill_slice_map()
327 ui32MBFrameWidth = (ctx->ui16Width/16); in tng__fill_inp_ctrl_buf()
430 ui32MBMaxSize = (IMG_UINT32)(ctx->ui16PictureHeight / 16) * (IMG_UINT32)(ctx->ui16Width / 16); in tng__send_air_inp_ctrl_buf()
508 if (tsp % ((IMG_UINT32)(ctx->ui16Width/16)) == 0) in tng__send_air_inp_ctrl_buf()
653 ui32MBFrameWidth = (ctx->ui16Width/16); in tng__calc_air_inp_ctrl_buf()
Dtng_hostcode.c783 unsigned short ui16Width, ui16Height; in tng_CreateContext() local
786 ui16Width = obj_context->picture_width; in tng_CreateContext()
801 ctx->ui16Width = (unsigned short)(~0xf & (ui16Width + 0xf)); in tng_CreateContext()
815 ctx->ui16Width = (unsigned short)(~0x1 & (ui16Width + 0x1)); in tng_CreateContext()
1355 psRCParams->ui32BUSize = (ctx->ui16PictureHeight>>4) * (ctx->ui16Width>>4); // BU = 1 Frame in tng__setup_rcdata()
1363 if (ctx->ui16Width <= 176 ) { in tng__setup_rcdata()
1369 …flBpp = 1.0 * psRCParams->ui32BitsPerSecond / (i32FrameRate * ctx->ui16Width * ctx->ui16FrameHeigh… in tng__setup_rcdata()
1372 psPicParams->sInParams.ui8MBPerRow = (ctx->ui16Width>>4); in tng__setup_rcdata()
1374 psPicParams->sInParams.ui16MBPerFrm = (ctx->ui16Width>>4) * (ctx->ui16PictureHeight>>4); in tng__setup_rcdata()
1507 if (ctx->ui16Width == 176) { in tng__setup_rcdata()
[all …]
Dtng_H264ES.c412 ui32MbNum = (ctx->ui16PictureHeight * ctx->ui16Width) >> 8; in tng__H264ES_process_misc_air_param()
512 ui32MBf = (ctx->ui16Width)*(ctx->ui16FrameHeight) >> 8; in tng__H264ES_calculate_level()
690 psSeqParams->bits_per_second = ctx->ui16Width * ctx->ui16PictureHeight * 30 * 12; in tng__H264ES_process_sequence_param()
808 ASSERT(ctx->ui16Width == psPicParams->picture_width);
1031 …if (uiAllMBNumbers != (unsigned int)(((IMG_UINT16)(ctx->ui16Width) * (IMG_UINT16)(ctx->ui16Picture… in tng__H264ES_process_slice_param_mrfld()
1035 ((ctx->ui16Width * ctx->ui16PictureHeight) >> 8)); in tng__H264ES_process_slice_param_mrfld()
Dtng_picmgmt.c376 IMG_UINT16 ui16Width; in tng__set_component_offsets() local
387 ui16Width = obj_surface_p->width; in tng__set_component_offsets()
391 __FUNCTION__, eFormat, ui16Width, ui16PictureHeight, ui16Stride); in tng__set_component_offsets()
Dtng_jpegES.c371 ui16_width = ctx->ui16Width; in InitializeJpegEncode()
1050 ASSERT(0 == (ctx->ui16Width % 2)); in tng_jpeg_CreateContext()
1079 jpeg_ctx_p->ui32OutputWidth = ctx->ui16Width; in tng_jpeg_CreateContext()
1173 tng_cmdbuf_insert_command_param((ctx->ui16Width << 16) | ctx->ui16FrameHeight); in tng_jpeg_BeginPicture()
1308 ASSERT(ctx->ui16Width == pBuffer->picture_width); in ProcessPictureParam()
Dtng_hostcode.h306 IMG_UINT16 ui16Width; //!< target output width member
Dtng_MPEG4ES.c329 ASSERT(ctx->ui16Width == psPicParams->picture_width); in tng__MPEG4ES_process_picture_param()
Dtng_trace.c1317 …_debug_msg(VIDEO_DEBUG_GENERAL, "%s: ui16Width = %d\n", __FUNCTION__, ctx->ui16Width); in tng__trace_seq_header()