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

  /hardware/intel/img/psb_video/src/
pnw_H264ES.c 135 ctx->sRCParams.RCEnable = IMG_TRUE;
136 ctx->sRCParams.bDisableBitStuffing = IMG_FALSE;
139 ctx->sRCParams.RCEnable = IMG_TRUE;
140 ctx->sRCParams.bDisableBitStuffing = IMG_TRUE;
143 ctx->sRCParams.RCEnable = IMG_FALSE;
144 ctx->sRCParams.bDisableBitStuffing = IMG_FALSE;
147 ctx->sRCParams.RCEnable = IMG_TRUE;
148 ctx->sRCParams.bDisableBitStuffing = IMG_FALSE;
160 ctx->sRCParams.FrameRate = 30;
226 if(ctx->sRCParams.FrameRate == 0
    [all...]
pnw_MPEG4ES.c 133 ctx->sRCParams.RCEnable = IMG_TRUE;
136 ctx->sRCParams.RCEnable = IMG_TRUE;
139 ctx->sRCParams.RCEnable = IMG_FALSE;
200 ctx->sRCParams.InitialQp = 15;
201 ctx->sRCParams.MinQP = 1;
202 ctx->sRCParams.FrameRate = 30;
214 ctx->sRCParams.BitsPerSecond = TOPAZ_MPEG4_MAX_BITRATE;
220 ctx->sRCParams.BitsPerSecond = seq_params->bits_per_second;
222 ctx->sRCParams.FrameRate = (seq_params->frame_rate < 1) ?
224 ctx->sRCParams.InitialQp = seq_params->initial_qp
    [all...]
pnw_H263ES.c 131 ctx->sRCParams.RCEnable = IMG_TRUE;
134 ctx->sRCParams.RCEnable = IMG_TRUE;
137 ctx->sRCParams.RCEnable = IMG_FALSE;
190 ctx->sRCParams.InitialQp = 15;
191 ctx->sRCParams.MinQP = 1;
192 ctx->sRCParams.FrameRate = 30;
204 ctx->sRCParams.BitsPerSecond = TOPAZ_H263_MAX_BITRATE;
210 ctx->sRCParams.BitsPerSecond = pSequenceParams->bits_per_second;
212 ctx->sRCParams.FrameRate = (pSequenceParams->frame_rate < 1) ? 1 :
214 ctx->sRCParams.InitialQp = pSequenceParams->initial_qp
    [all...]
tng_H263ES.c 139 switch(ctx->sRCParams.eRCMode) {
150 drv_debug_msg(VIDEO_DEBUG_ERROR, "Unknown RCMode %08x\n", ctx->sRCParams.eRCMode);
214 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
251 ctx->sRCParams.ui32BitsPerSecond = TOPAZ_H263_MAX_BITRATE;
257 ctx->sRCParams.ui32BitsPerSecond = psSeqParams->bits_per_second;
282 ctx->sRCParams.ui16BFrames = 0;
383 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
456 if (ctx->sRCParams.FrameRate == frame_rate_param->framerate)
460 ctx->sRCParams.FrameRate,
462 ctx->sRCParams.FrameRate = frame_rate_param->framerate
    [all...]
pnw_hostcode.c 575 /*if (ctx->sRCParams.RCEnable == IMG_TRUE)
580 ctx->sRCParams.FrameSkip = IMG_TRUE;
582 ctx->sRCParams.FrameSkip = IMG_FALSE;
633 ctx->sRCParams.bBitrateChanged = IMG_FALSE;
674 if (ctx->sRCParams.RCEnable) {
675 flBpp = 1.0 * ctx->sRCParams.BitsPerSecond /
676 (ctx->sRCParams.FrameRate * ctx->Width * ctx->Height);
693 LoadH264Bias(cmdbuf, core, THSkip, ctx->sRCParams.QCPOffset);
800 psPicParams->NumSlices = ctx->sRCParams.Slices;
856 if (ctx->sRCParams.RCEnable)
    [all...]
tng_MPEG4ES.c 139 switch(ctx->sRCParams.eRCMode) {
150 drv_debug_msg(VIDEO_DEBUG_ERROR, "Unknown RCMode %08x\n", ctx->sRCParams.eRCMode);
225 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
261 ctx->sRCParams.ui32BitsPerSecond = TOPAZ_MPEG4_MAX_BITRATE;
267 ctx->sRCParams.ui32BitsPerSecond = psSeqParams->bits_per_second;
294 ctx->sRCParams.ui16BFrames = 0;
380 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
tng_hostcode.c 155 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
472 ctx->sRCParams.ui16BFrames = 0;
566 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
583 ctx->sRCParams.bRCEnable = IMG_TRUE;
584 ctx->sRCParams.bDisableBitStuffing = IMG_FALSE;
587 ctx->sRCParams.bRCEnable = IMG_FALSE;
588 ctx->sRCParams.eRCMode = IMG_RCMODE_NONE;
590 ctx->sRCParams.eRCMode = IMG_RCMODE_CBR;
592 ctx->sRCParams.eRCMode = IMG_RCMODE_VBR;
594 ctx->sRCParams.eRCMode = IMG_RCMODE_VCM
    [all...]
tng_H264ES.c 105 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
195 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
229 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
264 ctx->sRCParams.bDisableBitStuffing = IMG_TRUE;
266 ctx->sRCParams.bDisableBitStuffing);
362 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
502 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
606 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
791 IMG_RC_PARAMS * psRCParams = &(ctx->sRCParams);
    [all...]
tng_hostair.c 146 ui8TotalBUs = (ctx->ui16PictureHeight / 16) * (ctx->ui16Width / 16) / ctx->sRCParams.ui32BUSize;
197 ui8SizeInKicks = ((ui32SliceHeight / 16)*(ctx->ui16Width/16))/ctx->sRCParams.ui32BUSize;
211 ui8SizeInKicks = ((ui32SliceHeight / 16)*(ctx->ui16Width/16))/ctx->sRCParams.ui32BUSize;
298 IMG_UINT32 ui32HalfWayMB=ui32HalfWayBU * ctx->sRCParams.ui32BUSize;
344 i8QP = tng__max(tng__min(i8QP, iMaxQP), ctx->sRCParams.iMinQP);
367 i8QP = tng__max(tng__min(i8QP, iMaxQP), ctx->sRCParams.iMinQP);
391 IMG_INT8 i8InitialQp = ctx->sRCParams.ui32InitialQp;
    [all...]
tng_cmdbuf.c 447 *cmdbuf->cmd_idx++ = ctx->sRCParams.ui32InitialQp;
448 *cmdbuf->cmd_idx++ = ctx->sRCParams.iMinQP;
pnw_hostcode.h 213 IMG_RC_PARAMS sRCParams;
tng_hostcode.h 391 IMG_RC_PARAMS sRCParams;
tng_picmgmt.c 91 } else if (((ui32FrameNum - 1) % (ctx->sRCParams.ui16BFrames + 1)) == 0) {
93 ui32FrameCnt = ui32FrameNum + ctx->sRCParams.ui16BFrames;
    [all...]
tng_hostbias.c 743 psBiasParams->bRCEnable = ctx->sRCParams.bRCEnable;
tng_trace.c 437 IMG_RC_PARAMS *psRCParams = &(ctx->sRCParams);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H263ES.c 140 ctx->sRCParams.RCEnable = IMG_TRUE;
143 ctx->sRCParams.RCEnable = IMG_TRUE;
146 ctx->sRCParams.RCEnable = IMG_FALSE;
206 (ctx->sRCParams.BitsPerSecond != pSequenceParams->bits_per_second))
210 ctx->sRCParams.BitsPerSecond = TOPAZ_H263_MAX_BITRATE;
216 ctx->sRCParams.BitsPerSecond = pSequenceParams->bits_per_second;
221 ctx->sRCParams.FrameRate = pSequenceParams->frame_rate;
222 ctx->sRCParams.InitialQp = pSequenceParams->initial_qp;
223 ctx->sRCParams.MinQP = pSequenceParams->min_qp;
224 ctx->sRCParams.BUSize = 0; /* default 0, and will be set in lnc__setup_busize *
    [all...]
lnc_H264ES.c 147 ctx->sRCParams.RCEnable = IMG_TRUE;
150 ctx->sRCParams.RCEnable = IMG_TRUE;
153 ctx->sRCParams.RCEnable = IMG_TRUE;
156 ctx->sRCParams.RCEnable = IMG_FALSE;
232 (ctx->sRCParams.BitsPerSecond != pSequenceParams->bits_per_second))
239 ctx->sRCParams.BitsPerSecond = TOPAZ_H264_MAX_BITRATE;
245 ctx->sRCParams.BitsPerSecond = pSequenceParams->bits_per_second;
247 ctx->sRCParams.Slices = 1;
249 ctx->sRCParams.IntraFreq = pSequenceParams->intra_period;
250 if (ctx->sRCParams.IntraFreq == 0
    [all...]
lnc_MPEG4ES.c 144 ctx->sRCParams.RCEnable = IMG_TRUE;
147 ctx->sRCParams.RCEnable = IMG_TRUE;
150 ctx->sRCParams.RCEnable = IMG_FALSE;
215 (ctx->sRCParams.BitsPerSecond != seq_params->bits_per_second))
219 ctx->sRCParams.BitsPerSecond = TOPAZ_MPEG4_MAX_BITRATE;
225 ctx->sRCParams.BitsPerSecond = seq_params->bits_per_second;
230 ctx->sRCParams.FrameRate = seq_params->frame_rate;
231 ctx->sRCParams.InitialQp = seq_params->initial_qp;
232 ctx->sRCParams.MinQP = seq_params->min_qp;
233 ctx->sRCParams.BUSize = 0; /* default 0, and will be set in lnc__setup_busize *
    [all...]
lnc_hostcode.c 171 ctx->sRCParams.VCMBitrateMargin = 0;
172 ctx->sRCParams.BufferSize = 0;
173 ctx->sRCParams.InitialQp = 0;
174 ctx->sRCParams.MinQP = 0;
402 if (ctx->sRCParams.RCEnable) {
410 psPicParams->sInParams.BitsTransmitted = ctx->sRCParams.BitsTransmitted;
414 psPicParams->sInParams.SeInitQP = ctx->sRCParams.InitialQp;
443 * MTXWriteMem(MTXData.ui32CCBCtrlAddr + MTX_CCBCTRL_QP, sRCParams.ui32InitialQp);
446 *ctx->initial_qp_in_cmdbuf = ctx->sRCParams.InitialQp;
514 if (1 /* ctx->sRCParams.RCEnable && ctx->sRCParams.FrameSkip */) /* we know it is true *
    [all...]
lnc_hostcode.h 169 IMG_RC_PARAMS sRCParams;

Completed in 389 milliseconds