Searched refs:uiCbrBufferTenths (Results 1 – 5 of 5) sorted by relevance
270 if (!ctx->uiCbrBufferTenths) in tng__MPEG4ES_process_sequence_param()271 ctx->uiCbrBufferTenths = TOPAZHP_DEFAULT_uiCbrBufferTenths; in tng__MPEG4ES_process_sequence_param()273 if (ctx->uiCbrBufferTenths) { in tng__MPEG4ES_process_sequence_param()274 …>ui32BufferSize = (IMG_UINT32)(psRCParams->ui32BitsPerSecond * ctx->uiCbrBufferTenths / 10.0); in tng__MPEG4ES_process_sequence_param()
260 if (!ctx->uiCbrBufferTenths) in tng__H263ES_process_sequence_param()261 ctx->uiCbrBufferTenths = TOPAZHP_DEFAULT_uiCbrBufferTenths; in tng__H263ES_process_sequence_param()263 if (ctx->uiCbrBufferTenths) { in tng__H263ES_process_sequence_param()264 …>ui32BufferSize = (IMG_UINT32)(psRCParams->ui32BitsPerSecond * ctx->uiCbrBufferTenths / 10.0); in tng__H263ES_process_sequence_param()
275 ctx->uiCbrBufferTenths = psMiscRcParams->window_size / 100; in tng__H264ES_process_misc_ratecontrol_param()291 if (ctx->uiCbrBufferTenths) { in tng__H264ES_process_misc_ratecontrol_param()292 …rams->ui32BufferSize = (IMG_UINT32)(psRCParams->ui32BitsPerSecond * ctx->uiCbrBufferTenths / 10.0); in tng__H264ES_process_misc_ratecontrol_param()302 __FUNCTION__, ctx->uiCbrBufferTenths, psRCParams->ui32BufferSize); in tng__H264ES_process_misc_ratecontrol_param()
287 IMG_UINT uiCbrBufferTenths; //TOPAZHP_DEFAULT_uiCbrBufferTenths member
765 ctx->uiCbrBufferTenths = TOPAZHP_DEFAULT_uiCbrBufferTenths; in tng__init_context()