Lines Matching defs:bstride
961 int bstride = FFALIGN(tile_width, 16) >> 3;
972 (aheight >> 3) * bstride * sizeof(*c->kempf_flags));
975 c->kempf_flags[(i >> 3) + (j >> 3) * bstride] = 0;
978 c->kempf_flags[(i >> 3) + (j >> 3) * bstride] = 1;
990 c->kempf_flags, bstride, nblocks, c->swapuv);
1060 int nblocks, cblocks, bstride;
1125 bstride = FFALIGN(width, 16) >> 3;
1142 c->kempf_flags[j * 2 + i * 2 * bstride] =
1143 c->kempf_flags[j * 2 + 1 + i * 2 * bstride] =
1144 c->kempf_flags[j * 2 + (i * 2 + 1) * bstride] =
1145 c->kempf_flags[j * 2 + 1 + (i * 2 + 1) * bstride] = coded;
1152 c->kempf_flags, bstride, nblocks * 4, 0);