Lines Matching defs:width
473 JDIMENSION width = cinfo->output_width;
479 for (col = width; col > 0; col--) {
503 JDIMENSION width = cinfo->output_width;
508 for (col = width; col > 0; col--) {
533 JDIMENSION width = cinfo->output_width;
537 jzero_far((void *)output_buf[row], (size_t)(width * sizeof(JSAMPLE)));
546 for (col = width; col > 0; col--) {
586 JDIMENSION width = cinfo->output_width;
597 for (col = width; col > 0; col--) {
633 JDIMENSION width = cinfo->output_width;
639 jzero_far((void *)output_buf[row], (size_t)(width * sizeof(JSAMPLE)));
645 input_ptr += (width - 1) * nc; /* so point to rightmost pixel */
646 output_ptr += width - 1;
649 errorptr = cquantize->fserrors[ci] + (width + 1); /* => entry after last column */
663 for (col = width; col > 0; col--) {