HomeSort by relevance Sort by last modified time
    Searched refs:h_scaler_ctrl (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/
tng_vld_dec.h 76 uint32_t h_scaler_ctrl; member in struct:context_DEC_s
tng_ved_scaling.c 304 ctx->h_scaler_ctrl = 0;
305 REGIO_WRITE_FIELD_LITE(ctx->h_scaler_ctrl, MSVDX_CMDS, HORIZONTAL_SCALE_CONTROL, HORIZONTAL_SCALE_PITCH, (int)(fHorzPitch * (1 << scale_acc)));
306 REGIO_WRITE_FIELD_LITE(ctx->h_scaler_ctrl, MSVDX_CMDS, HORIZONTAL_SCALE_CONTROL, HORIZONTAL_INITIAL_POS, (int)(fHorzPitch * 0.5f * (1 << scale_acc)));
334 psb_cmdbuf_rendec_write(cmdbuf, ctx->h_scaler_ctrl );

Completed in 57 milliseconds