Home | History | Annotate | Download | only in src

Lines Matching full:ui16frameheight

636     IMG_UINT16 ui16Height = ctx->ui16FrameHeight;
802 ctx->ui16FrameHeight = (unsigned short)(~0xf & (ui16Height + 0xf));
816 ctx->ui16FrameHeight = (unsigned short)(~0x1 & (ui16Height + 0x1));
1369 flBpp = 1.0 * psRCParams->ui32BitsPerSecond / (i32FrameRate * ctx->ui16Width * ctx->ui16FrameHeight);
1610 flBpp /= (ctx->ui16FrameHeight * psRCParams->ui32FrameRate);
2595 //IMG_UINT16 ui16FrameHeightInMbs = (ctx->ui16FrameHeight + 15) >> 4;
2658 ctx->ui16BufferHeight = ctx->ui16FrameHeight;
2977 ui32PitchY = (((IMG_UINT32)(psVideoParams->ui16SourceFrameHeight - psVideoParams->ui8CropTop - psVideoParams->ui8CropBottom)) << 12) / psVideoParams->ui16FrameHeight;
3160 IMG_UINT16 ui16PictureHeight = ((ctx->ui16FrameHeight >> (ctx->bIsInterlaced ? 1 : 0)) + 15) & ~15;
3161 IMG_UINT16 ui16FrameHeightInMbs = (ctx->ui16FrameHeight + 15) >> 4;
3167 if ((ctx->ui16FrameHeight & 0xf) != 0) {