Lines Matching defs:bytesperpixel
990 int bytesperpixel = is8bitsperpixel ? 1 : 2;
1007 (td, td->block + 16 * n * bytesperpixel, 16 * step * step, \
1081 (td, td->uvblock[pl] + 16 * n * bytesperpixel, \
1268 int bytesperpixel = s->bytesperpixel;
1302 if (bytesperpixel == 1) {
1351 s->td[0].block += w4 * h4 * 64 * bytesperpixel;
1352 s->td[0].uvblock[0] += w4 * h4 * 64 * bytesperpixel >> (s->ss_h + s->ss_v);
1353 s->td[0].uvblock[1] += w4 * h4 * 64 * bytesperpixel >> (s->ss_h + s->ss_v);
1365 emu[0] = (col + w4) * 8 * bytesperpixel > f->linesize[0] ||
1367 emu[1] = ((col + w4) * 8 >> s->ss_h) * bytesperpixel > f->linesize[1] ||
1406 s->dsp.mc[n][0][0][0][0](f->data[0] + yoff + o * bytesperpixel, f->linesize[0],
1407 td->tmp_y + o * bytesperpixel, 128, h, 0, 0);
1421 s->dsp.mc[n][0][0][0][0](f->data[1] + uvoff + o * bytesperpixel, f->linesize[1],
1422 td->tmp_uv[0] + o * bytesperpixel, 128, h, 0, 0);
1423 s->dsp.mc[n][0][0][0][0](f->data[2] + uvoff + o * bytesperpixel, f->linesize[2],
1424 td->tmp_uv[1] + o * bytesperpixel, 128, h, 0, 0);
1448 s->td[0].block += w4 * h4 * 64 * bytesperpixel;
1449 s->td[0].uvblock[0] += w4 * h4 * 64 * bytesperpixel >> (s->ss_v + s->ss_h);
1450 s->td[0].uvblock[1] += w4 * h4 * 64 * bytesperpixel >> (s->ss_v + s->ss_h);