Searched refs:RawWidth (Results 1 – 7 of 7) sorted by relevance
296 ctx->RawWidth = pBuffer->picture_width; in pnw__H263ES_process_picture_param()324 ctx->RawWidth, in pnw__H263ES_process_picture_param()
203 IMG_INT16 RawWidth; member
370 if (ctx->RawWidth & 0xf) { in pnw__H264ES_process_sequence_param()372 sCrop.RightCropOffset = (((ctx->RawWidth + 0xf) & (~0xf)) - ctx->RawWidth) / 2; in pnw__H264ES_process_sequence_param()
512 ctx->RawWidth = (unsigned short) width; in pnw_CreateContext()
276 if (ctx->RawWidth & 0xf) { in lnc__H264ES_process_sequence_param()278 sCrop.RightCropOffset = (((ctx->RawWidth + 0xf) & (~0xf)) - ctx->RawWidth) / 2; in lnc__H264ES_process_sequence_param()
163 IMG_UINT16 RawWidth; member
158 ctx->RawWidth = (unsigned short) width; in lnc_CreateContext()