Searched refs:RawHeight (Results 1 – 7 of 7) sorted by relevance
297 ctx->RawHeight = pBuffer->picture_height; in pnw__H263ES_process_picture_param()325 ctx->RawHeight); in pnw__H263ES_process_picture_param()
204 IMG_INT16 RawHeight; member
366 if (ctx->RawHeight & 0xf) { in pnw__H264ES_process_sequence_param()368 sCrop.BottomCropOffset = (((ctx->RawHeight + 0xf) & (~0xf)) - ctx->RawHeight) / 2; in pnw__H264ES_process_sequence_param()
513 ctx->RawHeight = (unsigned short) height; in pnw_CreateContext()
272 if (ctx->RawHeight & 0xf) { in lnc__H264ES_process_sequence_param()274 sCrop.BottomCropOffset = (((ctx->RawHeight + 0xf) & (~0xf)) - ctx->RawHeight) / 2; in lnc__H264ES_process_sequence_param()
164 IMG_UINT16 RawHeight; member
159 ctx->RawHeight = (unsigned short) height; in lnc_CreateContext()