Home | History | Annotate | Download | only in mrst

Lines Matching refs:blk_size

134     uint32_t blk_size;/* buffer elements size */
152 uint32_t blk_size;
159 blk_size = 1; /* 16 x 8 */
161 blk_size = 0; /* 16 x 16 */
165 blk_size = 1; /* 16 x 8 */
167 blk_size = 0; /* 16 x 16 */
180 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, INTER_BLOCK_PREDICTION, INTER_PRED_BLOCK_SIZE, blk_size);
545 if (ctx->residual_pendingDMA != (ctx->blk_size * ctx->blk_in_buffer)) {
548 ctx->residual_pendingDMA, ctx->residual_pendingDMA / ctx->blk_size,
549 ctx->blk_size * ctx->blk_in_buffer,
1163 ctx->blk_size = 64; /* unsigned char */
1165 ctx->blk_size = 2 * 64; /* unsigned short */