Home
last modified time | relevance | path

Searched refs:max_scalingH (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_jpegdec.c186 uint8_t max_scalingH; member
586 ctx->max_scalingH = 0; in tng__JPEG_process_picture_param()
591 if (ctx->max_scalingH < ctx->pic_params->components->h_sampling_factor) in tng__JPEG_process_picture_param()
592 ctx->max_scalingH = ctx->pic_params->components->h_sampling_factor; in tng__JPEG_process_picture_param()
597 …ctx->MCU_width = (ctx->coded_picture_width + (8 * ctx->max_scalingH) - 1) / (8 * ctx->max_scalingH in tng__JPEG_process_picture_param()
884 …O_WRITE_FIELD_LITE(reg_value, MSVDX_VEC_JPEG, CR_VEC_JPEG_FE_COMPONENTS, MAX_H, ctx->max_scalingH); in tng__JPEG_set_register()