Home | History | Annotate | Download | only in src

Lines Matching refs:sRCParams

147         ui8TotalBUs = (ctx->ui16PictureHeight / 16) * (ctx->ui16Width / 16) / ctx->sRCParams.ui32BUSize;
198 ui8SizeInKicks = ((ui32SliceHeight / 16)*(ctx->ui16Width/16))/ctx->sRCParams.ui32BUSize;
212 ui8SizeInKicks = ((ui32SliceHeight / 16)*(ctx->ui16Width/16))/ctx->sRCParams.ui32BUSize;
299 IMG_UINT32 ui32HalfWayMB=ui32HalfWayBU * ctx->sRCParams.ui32BUSize;
345 i8QP = tng__max(tng__min(i8QP, iMaxQP), ctx->sRCParams.iMinQP);
368 i8QP = tng__max(tng__min(i8QP, iMaxQP), ctx->sRCParams.iMinQP);
392 IMG_INT8 i8InitialQp = ctx->sRCParams.ui32InitialQp;