Searched refs:strip_height (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdpostct.c | 39 JDIMENSION strip_height; /* buffer size in rows */ member 95 (JDIMENSION)0, post->strip_height, TRUE); in start_pass_dpost() 143 if (max_rows > post->strip_height) in post_process_1pass() 144 max_rows = post->strip_height; in post_process_1pass() 176 post->starting_row, post->strip_height, TRUE); in post_process_prepass() 183 &post->next_row, post->strip_height); in post_process_prepass() 195 if (post->next_row >= post->strip_height) { in post_process_prepass() 196 post->starting_row += post->strip_height; in post_process_prepass() 219 post->starting_row, post->strip_height, FALSE); in post_process_2pass() 223 num_rows = post->strip_height in post_process_2pass() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | cinepakenc.c | 1080 int strip_height, no_skip; in rd_frame() local 1088 strip_height = nexty - y; in rd_frame() 1089 if (strip_height <= 0) { // can this ever happen? in rd_frame() 1109 if ((temp_size = rd_strip(s, y, strip_height, isakeyframe, in rd_frame()
|
/third_party/cups-filters/filter/ |
H A D | rastertopdf.cpp | 618 unsigned width, std::vector<unsigned>& strip_height, cups_cspace_t cs, unsigned bpc) in makePclmStrips() 674 dict["/Height"]=QPDFObjectHandle::newInteger(strip_height[i]); in makePclmStrips() 695 Pl_DCT pdct("pdct", &psink, width, strip_height[i], components, color_space); in makePclmStrips() 615 makePclmStrips(QPDF &pdf, unsigned num_strips, std::vector< PointerHolder<Buffer> > &strip_data, std::vector<CompressionMethod> &compression_methods, unsigned width, std::vector<unsigned>& strip_height, cups_cspace_t cs, unsigned bpc) makePclmStrips() argument
|
/third_party/backends/backend/ |
H A D | mustek.c | 96 static double strip_height; variable 4895 if (strip_height > 0.0) in reader_process() 4901 max_lines = (int) (strip_height * dpi + 0.5); in reader_process() 4906 "(%d lines)\n", strip_height, max_lines); in reader_process() 5269 strip_height = strtod (word, &end); in sane_init() 5274 strip_height = 1.0; in sane_init() 5281 strip_height = 1.0; in sane_init() 5285 if (strip_height < 0.1) in sane_init() 5286 strip_height = 0.1; in sane_init() 5288 "to %g inches\n", linenumber, strip_height); in sane_init() [all...] |
H A D | microtek2.c | 965 co->strip_height = strtod(cp, &endptr); in check_option() 966 DBG(30, "check_option: setting strip_height to %f\n", in check_option() 967 co->strip_height); in check_option() 968 if ( co->strip_height <= 0.0 ) in check_option() 969 co->strip_height = 14.0; in check_option() 974 co->strip_height = 14.0; in check_option() 976 co->strip_height); in check_option() 5531 strip_lines = (int) ((double) ms->y_resolution_dpi * md->opts.strip_height); in prepare_buffers()
|
H A D | microtek2.h | 717 double strip_height; /* inch */ member
|
Completed in 23 milliseconds