Lines Matching defs:blocks_w
70 int blocks_w;
208 for (int j = 0; j < s->blocks_w;) {
212 rskip = FFMIN(*skip, s->blocks_w - j);
251 for (int j = 0; j < s->blocks_w;) {
255 rskip = FFMIN(*skip, s->blocks_w - j);
326 64 * s->blocks_w * sizeof(*s->wblocks));
335 for (int x = 0; x < s->blocks_w; x++) {
343 for (int x = 0; x < s->blocks_w; x++) {
404 64 * s->blocks_w * sizeof(*s->wblocks));
409 s->blocks_w * sizeof(*s->map));
418 for (int x = 0; x < s->blocks_w; x++) {
420 int mvpos = (y >> shift) * (s->blocks_w >> shift) + (x >> shift);
451 for (int x = 0; x < s->blocks_w; x++) {
453 int mvpos = (y >> shift) * (s->blocks_w >> shift) + (x >> shift);
488 64 * s->blocks_w * sizeof(*s->wblocks));
493 s->blocks_w * sizeof(*s->map));
502 for (int x = 0; x < s->blocks_w; x++) {
511 for (int x = 0; x < s->blocks_w; x++) {
805 s->blocks_w = avctx->coded_width >> 3;
814 s->blocks_w = avctx->coded_width >> 4;
823 s->blocks_w = avctx->coded_width >> 4;
888 s->blocks_w = avctx->coded_width >> 3;
897 s->blocks_w = avctx->coded_width >> 4;
906 s->blocks_w = avctx->coded_width >> 4;