Searched refs:segment_width (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvsrc_testsrc.c171 * @param segment_width width of the segment
174 * @param w width of the rectangle to draw, expressed as a number of segment_width units
175 * @param h height of the rectangle to draw, expressed as a number of segment_width units
177 static void draw_rectangle(unsigned val, uint8_t *dst, int dst_linesize, unsigned segment_width, argument
183 dst += segment_width * (step * x + y * dst_linesize);
184 w *= segment_width * step;
185 h *= segment_width;
193 unsigned segment_width)
228 draw_rectangle(0, dst, dst_linesize, segment_width, 0, 0, 8, 13);
231 draw_rectangle(255, dst, dst_linesize, segment_width,
192 draw_digit(int digit, uint8_t *dst, unsigned dst_linesize, unsigned segment_width) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_jpeg.c643 uint32 segment_width, segment_height; local
663 segment_width = td->td_imagewidth;
666 segment_width = td->td_tilewidth;
679 segment_width = TIFFhowmany(segment_width, sp->h_sampling);
682 if (sp->cinfo.d.image_width != segment_width ||
686 segment_width,
1073 uint32 segment_width, segment_height; local
1082 segment_width = td->td_tilewidth;
1086 segment_width
[all...]
H A Dtif_ojpeg.c680 uint32 segment_height, segment_width; local
785 if ((segment_width = td->td_tilewidth) % size)
809 segment_width = td->td_imagewidth;
812 if (segment_width > 65535 || segment_height > 65535)
891 sp->cinfo.c.image_width = segment_width;
926 sp->cinfo.c.image_width = TIFFhowmany(segment_width,sp->h_sampling);
1280 uint32 segment_width; local
1379 segment_width = td->td_imagewidth;
1401 if (is_JFIF || (segment_width & 7) == 0)
1406 segment_width
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvsrc_testsrc.c460 * @param segment_width width of the segment
463 * @param w width of the rectangle to draw, expressed as a number of segment_width units
464 * @param h height of the rectangle to draw, expressed as a number of segment_width units
466 static void draw_rectangle(unsigned val, uint8_t *dst, int dst_linesize, int segment_width, argument
472 dst += segment_width * (step * x + y * dst_linesize);
473 w *= segment_width * step;
474 h *= segment_width;
482 int segment_width)
517 draw_rectangle(0, dst, dst_linesize, segment_width, 0, 0, 8, 13);
520 draw_rectangle(255, dst, dst_linesize, segment_width,
481 draw_digit(int digit, uint8_t *dst, int dst_linesize, int segment_width) argument
[all...]

Completed in 114 milliseconds