Lines Matching defs:texture_block_h
54 int texture_block_h;
200 int h_block = avctx->coded_height / ctx->texture_block_h;
209 uint8_t *p = frame->data[0] + y * frame->linesize[0] * ctx->texture_block_h;
220 uint8_t *p0 = frame->data[0] + y * frame->linesize[0] * ctx->texture_block_h;
221 uint8_t *p3 = ctx->tex_step != 64 ? NULL : frame->data[3] + y * frame->linesize[3] * ctx->texture_block_h;
1055 ctx->texture_block_h = 4;
1093 ctx->texture_block_h = 4;
1110 ctx->texture_block_h = 4;
1150 avctx->coded_height / FFMAX(ctx->texture_block_h,
1208 int h_block = avctx->coded_height / ctx->texture_block_h;