Lines Matching refs:tex_step
42 int tex_step; // Distance between blocks
213 d + (off + x) * ctx->tex_step);
221 uint8_t *p3 = ctx->tex_step != 64 ? NULL : frame->data[3] + y * frame->linesize[3] * ctx->texture_block_h;
226 d + (off + x) * ctx->tex_step);
1071 ctx->tex_step = 8;
1079 ctx->tex_step = 16;
1088 ctx->tex_step = 32;
1105 ctx->tex_step = 64;
1135 ctx->tex_step = 16;
1140 ctx->tex_step = 8;
1209 if (w_block * h_block * ctx->tex_step > ctx->tex_size * 8LL)