Lines Matching refs:comps
359 if (image->comps[compno].w > linesize[0] / numcomps) {
367 image_line = image->comps[compno].data + y * image->comps[compno].w;
373 for (; x < image->comps[compno].w; ++x) {
377 for (; y < image->comps[compno].h; ++y) {
378 image_line = image->comps[compno].data + y * image->comps[compno].w;
379 for (x = 0; x < image->comps[compno].w; ++x) {
380 image_line[x] = image_line[x - (int)image->comps[compno].w];
400 if (image->comps[compno].w > linesize[0] / numcomps) {
408 image_line = image->comps[compno].data + y * image->comps[compno].w;
414 for (; x < image->comps[compno].w; ++x) {
418 for (; y < image->comps[compno].h; ++y) {
419 image_line = image->comps[compno].data + y * image->comps[compno].w;
420 for (x = 0; x < image->comps[compno].w; ++x) {
421 image_line[x] = image_line[x - (int)image->comps[compno].w];
441 if (image->comps[compno].w > linesize[0] / numcomps) {
449 image_line = image->comps[compno].data + y * image->comps[compno].w;
455 for (; x < image->comps[compno].w; ++x) {
459 for (; y < image->comps[compno].h; ++y) {
460 image_line = image->comps[compno].data + y * image->comps[compno].w;
461 for (x = 0; x < image->comps[compno].w; ++x) {
462 image_line[x] = image_line[x - (int)image->comps[compno].w];
483 if (image->comps[compno].w > linesize[compno]) {
490 width = (avctx->width + image->comps[compno].dx - 1) / image->comps[compno].dx;
491 height = (avctx->height + image->comps[compno].dy - 1) / image->comps[compno].dy;
493 image_line = image->comps[compno].data + y * image->comps[compno].w;
497 for (; x < image->comps[compno].w; ++x) {
501 for (; y < image->comps[compno].h; ++y) {
502 image_line = image->comps[compno].data + y * image->comps[compno].w;
503 for (x = 0; x < image->comps[compno].w; ++x) {
504 image_line[x] = image_line[x - (int)image->comps[compno].w];
525 if (image->comps[compno].w > linesize[compno]) {
533 width = (avctx->width + image->comps[compno].dx - 1) / image->comps[compno].dx;
534 height = (avctx->height + image->comps[compno].dy - 1) / image->comps[compno].dy;
536 image_line = image->comps[compno].data + y * image->comps[compno].w;
540 for (; x < image->comps[compno].w; ++x) {
544 for (; y < image->comps[compno].h; ++y) {
545 image_line = image->comps[compno].data + y * image->comps[compno].w;
546 for (x = 0; x < image->comps[compno].w; ++x) {
547 image_line[x] = image_line[x - (int)image->comps[compno].w];