Lines Matching defs:width
63 uint16_t width, height;
76 int width, int height)
92 for (int x = 0; x < width - 1; x++) {
104 for (int x = 0; x < width - 1; x++) {
116 for (int x = 0; x < (width >> 1) - 1; x++) {
128 for (int x = 0; x < (width >> 1) - 1; x++) {
144 int width, int height)
154 for (x = 0; x < width - 2; x += 2) {
165 for (x = 0; x < width - 2; x += 2) {
173 int width, int height)
179 dst[width - 2] = dst[width - 1] = src[(width >> 1) - 1];
180 for (int x = width - 4; x >= 0; x -= 2) {
273 x2 = avctx->width >> (scaling + !!idx);
324 ret = ff_set_dimensions(avctx, img_info[s->resolution].width, img_info[s->resolution].height);
347 bytestream2_get_buffer(gb, ptr, avctx->width);
350 bytestream2_get_buffer(gb, ptr, avctx->width);
353 bytestream2_get_buffer(gb, ptr1, avctx->width >> 1);
356 bytestream2_get_buffer(gb, ptr2, avctx->width >> 1);
365 interp_lowres(s, p, img_info[2].width, img_info[2].height);
367 interp_lines(ptr1, p->linesize[1], img_info[2].width, img_info[2].height);
368 interp_lines(ptr2, p->linesize[2], img_info[2].width, img_info[2].height);
371 interp_pixels(ptr1, p->linesize[1], img_info[3].width, img_info[3].height);
372 interp_lines (ptr1, p->linesize[1], img_info[3].width, img_info[3].height);
373 interp_pixels(ptr2, p->linesize[2], img_info[3].width, img_info[3].height);
374 interp_lines (ptr2, p->linesize[2], img_info[3].width, img_info[3].height);
377 interp_lines(ptr, p->linesize[0], img_info[3].width, img_info[3].height);
389 interp_pixels(ptr, p->linesize[0], img_info[4].width, img_info[4].height);
390 interp_lines (ptr, p->linesize[0], img_info[4].width, img_info[4].height);
407 for (int x = 0; x < avctx->width >> 1; x++) {