Searched refs:npixels (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_thunder.c60 if (npixels++ & 1) \
72 tsize_t npixels; local
77 npixels = 0;
78 while (cc > 0 && npixels < maxpixels) {
88 if (npixels & 1) {
90 lastpixel = *op++; npixels++; n--;
93 npixels += n;
94 if (npixels < maxpixels) {
123 if (npixels != maxpixels) {
126 npixels < maxpixel
[all...]
H A Dtif_next.c36 switch (npixels++ & 3) { \
98 register int npixels = 0, grey; local
105 * as codes of the form <color><npixels>
114 if (npixels >= (int) imagewidth)
H A Dtif_luv.c187 int shft, i, npixels; local
196 npixels = occ / sp->pixel_size;
201 assert(sp->tbuflen >= npixels);
204 _TIFFmemset((tdata_t) tp, 0, npixels*sizeof (tp[0]));
210 for (i = 0; i < npixels && cc > 0; )
215 while (rc-- && i < npixels)
219 while (--cc && rc-- && i < npixels)
222 if (i != npixels) {
225 tif->tif_row, npixels - i);
231 (*sp->tfunc)(sp, op, npixels);
244 int cc, i, npixels; local
286 int shft, i, npixels; local
376 int shft, i, j, npixels; local
464 int i, npixels, occ; local
509 int shft, i, j, npixels; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dbethsoftvid.c103 int position, duration, npixels; local
125 npixels = st->codec->width * st->codec->height;
167 if(bytes_copied == npixels){ // sometimes no stop character is given, need to keep track of bytes copied
173 if (bytes_copied > npixels) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dbethsoftvid.c102 uint8_t block_type, AVFormatContext *s, int npixels)
147 if(bytes_copied == npixels){ // sometimes no stop character is given, need to keep track of bytes copied
153 if(bytes_copied > npixels)
101 read_frame(BVID_DemuxContext *vid, AVIOContext *pb, AVPacket *pkt, uint8_t block_type, AVFormatContext *s, int npixels) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsanm.c287 long npixels, buf_size; member in struct:SANMVideoContext
441 ctx->npixels = width * height;
1258 int npixels; local
1266 npixels = ctx->npixels;
1268 while (npixels--) {
1279 int npixels = ctx->npixels; local
1282 if (bytestream2_get_bytes_left(&ctx->gb) < npixels) {
1286 while (npixels
1296 long npixels = ctx->npixels; local
[all...]

Completed in 198 milliseconds