Searched refs:blk_size (Results 1 – 1 of 1) sorted by relevance
134 uint32_t blk_size;/* buffer elements size */ member152 uint32_t blk_size; in psb__MPEG2MC_send_interPB_prediction() local159 blk_size = 1; /* 16 x 8 */ in psb__MPEG2MC_send_interPB_prediction()161 blk_size = 0; /* 16 x 16 */ in psb__MPEG2MC_send_interPB_prediction()165 blk_size = 1; /* 16 x 8 */ in psb__MPEG2MC_send_interPB_prediction()167 blk_size = 0; /* 16 x 16 */ in psb__MPEG2MC_send_interPB_prediction()180 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, INTER_BLOCK_PREDICTION, INTER_PRED_BLOCK_SIZE, blk_size); in psb__MPEG2MC_send_interPB_prediction()545 if (ctx->residual_pendingDMA != (ctx->blk_size * ctx->blk_in_buffer)) { in psb__MPEG2MC_finalise_residDMA()548 ctx->residual_pendingDMA, ctx->residual_pendingDMA / ctx->blk_size, in psb__MPEG2MC_finalise_residDMA()549 ctx->blk_size * ctx->blk_in_buffer, in psb__MPEG2MC_finalise_residDMA()[all …]