/third_party/ffmpeg/libavfilter/ |
H A D | vaf_spectrumsynth.c | 67 int xend; member 179 s->xend = s->orientation == VERTICAL ? width : height; in config_output() 430 if (s->xpos >= s->xend) in try_push_frames() 434 s->xpos = s->xend - 1; in try_push_frames() 442 for (x = 0; x < s->xend; x++) { in try_push_frames()
|
/third_party/cups-filters/cupsfilters/ |
H A D | cmyk.c | 1770 int xend; /* End position */ in cupsCMYKSetCurve() local 1789 for (xstart = xend = 0, ystart = yend = 0; in cupsCMYKSetCurve() 1791 num_xypoints --, xypoints += 2, xstart = xend, ystart = yend) in cupsCMYKSetCurve() 1793 xend = (int)(255.0 * xypoints[1] + 0.5); in cupsCMYKSetCurve() 1795 xdelta = xend - xstart; in cupsCMYKSetCurve() 1798 for (i = xstart; i < xend; i ++) in cupsCMYKSetCurve() 1806 for (i = xend; i < 256; i ++) in cupsCMYKSetCurve()
|
/third_party/backends/backend/ |
H A D | rts88xx_lib.c | 706 SANE_Int yend, SANE_Int xstart, SANE_Int xend) in sanei_rts88xx_set_scan_area() 721 regs[END_PIXEL] = LOBYTE (xend); in sanei_rts88xx_set_scan_area() 722 regs[END_PIXEL + 1] = HIBYTE (xend); in sanei_rts88xx_set_scan_area() 705 sanei_rts88xx_set_scan_area(SANE_Byte * regs, SANE_Int ystart, SANE_Int yend, SANE_Int xstart, SANE_Int xend) sanei_rts88xx_set_scan_area() argument
|
H A D | rts88xx_lib.h | 95 SANE_Int xend);
|
H A D | umax_pp_low.c | 9081 int xend; in encodeWX() local 9085 xend = xstart + width; in encodeWX() 9101 ccd[18] = (ccd[18] & 0x0F) | ((xend % 16) << 4); in encodeWX() 9102 ccd[19] = (xend / 16) % 256; in encodeWX() 9106 if (xend > 0x1000) in encodeWX() 9286 int xend, len; in bloc8Decode() local 9301 xend = (op[18] & 0xF0) / 16 + 16 * op[19]; in bloc8Decode() 9303 xend += 0x1000; in bloc8Decode() 9310 DBG (0, "\t->xend =0x%X (%d)\n", xend, xen in bloc8Decode() 11949 int w, xstart, xend; coarseGainCalibration610p() local 12180 int xend = 5100; coarseGainCalibration1220p() local [all...] |
H A D | umax1220u-common.c | 1612 const int xend = in send_scan_parameters() local 1617 opbgo[18] = ((scan->xskip >> 8) & 0xf) + (xend << 4); in send_scan_parameters() 1618 opbgo[19] = xend >> 4; in send_scan_parameters() 1619 opbgo[33] = 0x33 + ((xend & 0x1000) >> 5) + ((scan->xskip & 0x1000) >> 6); in send_scan_parameters() 1710 const int xend = in send_scan_parameters_2100U() local 1715 opbgo[18] = ((scan->xskip >> 8) & 0x0f) + (xend << 4); in send_scan_parameters_2100U() 1716 opbgo[19] = xend >> 4; in send_scan_parameters_2100U() 1717 opbgo[33] = 0x23 + ((xend & 0x1000) >> 5) + ((scan->xskip & 0x1000) >> 6); in send_scan_parameters_2100U()
|
/third_party/mksh/ |
H A D | edit.c | 935 static char *xend; /* end input buffer */ variable 1270 xend = buf + LINE; in x_emacs() 1416 if (xep + len >= xend) { in x_do_ins() 1892 strlcpy(xbuf, sp, xend - xbuf); in x_load_hist() 3115 int ret = x_do_comment(xbuf, xend - xbuf, &len); in x_comment() 3134 char *o_xbuf = xbuf, *o_xend = xend; in x_version() 3141 xend = xep = strnul(v); in x_version() 3147 xend = o_xend; in x_version() 3176 shf_snprintf(xbuf, xend - xbuf, Tf_sd, ctrl_x_e, x_arg); in x_edit_line() 3178 strlcpy(xbuf, ctrl_x_e, xend in x_edit_line() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 1515 UChar32 xend = DATA[i+3]; in TestInvalidCodePoint() local 1521 set, xstart, xend); in TestInvalidCodePoint() 1526 set, xstart, xend); in TestInvalidCodePoint() 1540 set, xstart, xend); in TestInvalidCodePoint() 1545 set, xstart, xend); in TestInvalidCodePoint() 1553 set, xstart, xend); in TestInvalidCodePoint() 1559 set, xstart, xend); in TestInvalidCodePoint()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ivi.c | 759 int xend = tile->xpos + tile->width; in ivi_process_empty_tile() local 779 for (x = tile->xpos; x < xend; x += mb_size) { in ivi_process_empty_tile()
|
H A D | motion_est_template.c | 949 const int xend= FFMIN(s->mb_width , s->mb_x + count + 1); in epzs_motion_search_internal() local 955 for(mb_x=xstart; mb_x<xend; mb_x++){ in epzs_motion_search_internal()
|
/third_party/backends/backend/genesys/ |
H A D | genesys.cpp | 2357 std::uint32_t skip, xend; in genesys_dark_shading_by_dummy_pixel() local 2384 xend = 36; in genesys_dark_shading_by_dummy_pixel() 2389 xend = 68; in genesys_dark_shading_by_dummy_pixel() 2398 xend = sensor.black_pixels; in genesys_dark_shading_by_dummy_pixel() 2406 for (unsigned x = skip + 1; x <= xend; x++) { in genesys_dark_shading_by_dummy_pixel() 2414 dummy1 /= (xend - skip); in genesys_dark_shading_by_dummy_pixel() 2417 dummy2 /= (xend - skip); in genesys_dark_shading_by_dummy_pixel() 2418 dummy3 /= (xend - skip); in genesys_dark_shading_by_dummy_pixel()
|