Searched refs:cmd_slice_params (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_VP8.c310 uint32_t cmd_slice_params; member in struct:context_VP8_s
976 ctx->cmd_slice_params = 0;
977 REGIO_WRITE_FIELD_LITE( ctx->cmd_slice_params, MSVDX_CMDS, SLICE_PARAMS, SLICE_FIELD_TYPE, 0x02 ); // always a frame
978 REGIO_WRITE_FIELD_LITE( ctx->cmd_slice_params, MSVDX_CMDS, SLICE_PARAMS, SLICE_CODE_TYPE, (ctx->pic_params->pic_fields.bits.key_frame == 0)? 0 : 1 );
980 psb_cmdbuf_rendec_write(cmdbuf, ctx->cmd_slice_params);
984 *ctx->dec_ctx.p_slice_params = ctx->cmd_slice_params;

Completed in 34 milliseconds