Lines Matching defs:linesize
181 int linesize, offset;
384 y_out = frame->data[0] + (height - 1) * frame->linesize[0];
385 offset = (height - 1) * frame->linesize[1];
387 offset = (height - 1) * frame->linesize[2];
397 y_out -= frame->linesize[0];
398 u_out -= frame->linesize[1];
399 v_out -= frame->linesize[2];
417 y_out -= frame->linesize[0];
418 u_out -= frame->linesize[1];
419 v_out -= frame->linesize[2];
423 linesize = len < FFALIGN(3 * width, 4) * height ? 3 * width : FFALIGN(3 * width, 4);
425 pixel_ptr = row * frame->linesize[0];
427 encoded += linesize;
442 y_out -= frame->linesize[0];
443 u_out -= frame->linesize[1];
444 v_out -= frame->linesize[2];
455 y_out -= frame->linesize[0];
456 u_out -= frame->linesize[1];
457 v_out -= frame->linesize[2];
461 u_out = frame->data[1] + ((height >> 1) - 1) * frame->linesize[1];
462 v_out = frame->data[2] + ((height >> 1) - 1) * frame->linesize[2];
467 memcpy(y_out + col - frame->linesize[0], encoded, 2);
472 y_out -= frame->linesize[0] << 1;
473 u_out -= frame->linesize[1];
474 v_out -= frame->linesize[2];