Home | History | Annotate | Download | only in mrst

Lines Matching refs:psContext

794     context_ENC_p psContext,
798 IMG_UINT32 max_bitrate = psContext->Width * psContext->Height * 1.5 * 8 * 60;
821 lnc__setup_busize(psContext); /* calculate BasicUnitSize */
825 psPicParams->sInParams.MBPerRow = (psContext->Width >> 4);
827 psPicParams->sInParams.MBPerFrm = (psContext->Width >> 4) * (psContext->Height >> 4);
832 lnc__update_rcdata(psContext, psPicParams, psRCParams);
845 void lnc__update_rcdata(context_ENC_p psContext,
853 flBpp = 1.0 * psRCParams->BitsPerSecond / (psRCParams->FrameRate * psContext->Width * psContext->Height);
856 if (psContext->Width <= 176)
871 switch (psContext->eCodec) {
932 if (psContext->Width == 176) {
936 } else if (psContext->Width == 352) {
967 if (psContext->Width == 176) {
971 } else if (psContext->Width == 352) {
1001 switch (psContext->eCodec) {
1014 if (psContext->Height >= 480)
1063 flBpp = 256 * (psRCParams->BitsPerSecond / psContext->Width);
1064 flBpp /= (psContext->Height * psRCParams->FrameRate);