Home
last modified time | relevance | path

Searched refs:srcrow (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_colorlevels.c109 const uint8_t *srcrow; member
131 const uint8_t *srcrow = td->srcrow;\
211 srcrow += in->linesize[0]; in filter_frame()
215 srcrow = in->data[0]; in filter_frame()
222 srcrow += in->linesize[0]; in filter_frame()
226 srcrow = in->data[0]; in filter_frame()
229 td.srcrow = srcrow; in filter_frame()
263 srcrow += in->linesize[0]; in filter_frame()
267 srcrow = in->data[0]; in filter_frame()
278 srcrow = in->data[0]; in filter_frame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_colorlevels.c109 const uint8_t *srcrow; member
131 const uint8_t *srcrow = td->srcrow;\
211 srcrow += in->linesize[0]; in filter_frame()
215 srcrow = in->data[0]; in filter_frame()
222 srcrow += in->linesize[0]; in filter_frame()
226 srcrow = in->data[0]; in filter_frame()
229 td.srcrow = srcrow; in filter_frame()
263 srcrow += in->linesize[0]; in filter_frame()
267 srcrow = in->data[0]; in filter_frame()
278 srcrow = in->data[0]; in filter_frame()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_colorlevels.c148 srcrow += in->linesize[0]; in filter_frame()
152 srcrow = in->data[0]; in filter_frame()
159 srcrow += in->linesize[0]; in filter_frame()
163 srcrow = in->data[0]; in filter_frame()
166 const uint8_t *src = srcrow; in filter_frame()
172 srcrow += in->linesize[0]; in filter_frame()
195 srcrow += in->linesize[0]; in filter_frame()
199 srcrow = in->data[0]; in filter_frame()
206 srcrow += in->linesize[0]; in filter_frame()
210 srcrow = in->data[0]; in filter_frame()
[all …]
/dports/graphics/imageworsener/imageworsener-1.3.4/src/
H A Dimagew-tiff.c74 static void iwtiff_convert_row1(const iw_byte *srcrow, iw_byte *dstrow, int width) in iwtiff_convert_row1() argument
82 dstrow[i/8] = srcrow[i]<<7; in iwtiff_convert_row1()
84 dstrow[i/8] |= srcrow[i]<<(7-m); in iwtiff_convert_row1()
94 dstrow[i/2] = srcrow[i]<<4; in iwtiff_convert_row4()
96 dstrow[i/2] |= srcrow[i]; in iwtiff_convert_row4()
102 memcpy(dstrow,srcrow,width*samplesperpixel); in iwtiff_convert_row8bps()
114 dstrow[i*2] = srcrow[i*2+1]; in iwtiff_convert_row16bps()
115 dstrow[i*2+1] = srcrow[i*2]; in iwtiff_convert_row16bps()
454 const iw_byte *srcrow; in iwtiff_write_main() local
558 srcrow = &img->pixels[j*img->bpr]; in iwtiff_write_main()
[all …]
H A Dimagew-bmp.c1041 dstrow[i/8] = srcrow[i]<<7; in bmpw_convert_row_1()
1053 dstrow[i/2] = srcrow[i]<<4; in bmpw_convert_row_4()
1055 dstrow[i/2] |= srcrow[i]; in bmpw_convert_row_4()
1061 memcpy(dstrow,srcrow,width); in bmpw_convert_row_8()
1134 dstrow[i*3+0] = srcrow[i]; in bmpw_convert_row_24()
1135 dstrow[i*3+1] = srcrow[i]; in bmpw_convert_row_24()
1136 dstrow[i*3+2] = srcrow[i]; in bmpw_convert_row_24()
1377 const iw_byte *srcrow; member
1529 next_byte = rlectx->srcrow[i]; in rle8_compress_row()
1811 next_pix = rlectx->srcrow[i]; in rle4_compress_row()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_colorlevels.c97 const uint8_t *srcrow; member
116 const uint8_t *srcrow = td->srcrow; \
206 td.srcrow = in->data[0]; in filter_frame()
214 const uint8_t *srcrow = in->data[0]; in filter_frame() local
224 const uint8_t *src = srcrow; in filter_frame()
228 srcrow += in->linesize[0]; in filter_frame()
232 srcrow = in->data[0]; in filter_frame()
239 srcrow += in->linesize[0]; in filter_frame()
268 srcrow += in->linesize[0]; in filter_frame()
272 srcrow = in->data[0]; in filter_frame()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_colorlevels.c97 const uint8_t *srcrow; member
116 const uint8_t *srcrow = td->srcrow; \
206 td.srcrow = in->data[0]; in filter_frame()
214 const uint8_t *srcrow = in->data[0]; in filter_frame() local
224 const uint8_t *src = srcrow; in filter_frame()
228 srcrow += in->linesize[0]; in filter_frame()
232 srcrow = in->data[0]; in filter_frame()
239 srcrow += in->linesize[0]; in filter_frame()
268 srcrow += in->linesize[0]; in filter_frame()
272 srcrow = in->data[0]; in filter_frame()
[all …]
/dports/print/photoprint/photoprint-0.4.2-pre2/imagesource/
H A Dimagesource_downsample.cpp168 if(srcrow>=source->height) in GetRow()
169 srcrow=source->height-1; in GetRow()
170 srcdata=source->GetRow(srcrow++); in GetRow()
184 if(srcrow>=source->height) in GetRow()
185 srcrow=source->height-1; in GetRow()
186 srcdata=source->GetRow(srcrow); in GetRow()
197 ++srcrow; in GetRow()
204 : ImageSource(source), source(source), tmp(NULL), srcrow(0), acc(0) in ImageSource_VDownsample()
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/heapy/
H A DRefPat.py62 row = self.srcrow
70 row = self.srcrow
92 row = self.srcrow
97 elif row is srcrow:
123 srcrow = self.srcrow
124 srcset = srcrow.set
127 if srcrow.depth >= 10:
183 srcrow = self.srcrow
186 if srcrow.depth >= 10:
198 row = srcrow
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dppmdim.c34 pixel *srcrow, *destrow; local
71 srcrow = ppm_allocrow(cols);
87 ppm_readppmrow(ifp, srcrow, cols, maxval, format);
89 pP = srcrow;
107 ppm_freerow(srcrow);
H A Dppmflash.c34 pixel *srcrow, *destrow; local
71 srcrow = ppm_allocrow(cols);
86 ppm_readppmrow(ifp, srcrow, cols, maxval, format);
88 pP = srcrow;
109 ppm_freerow(srcrow);
/dports/graphics/netpbm/netpbm-10.91.01/editor/specialty/
H A Dppmtv.c23 pixel *srcrow, *destrow; local
60 srcrow = ppm_allocrow(cols);
72 ppm_readppmrow(ifp, srcrow, cols, maxval, format);
74 pP = srcrow;
100 ppm_freerow(srcrow);
H A Dppmshift.c24 pixel * srcrow; in main() local
68 srcrow = ppm_allocrow(cols); in main()
89 ppm_readppmrow(ifP, srcrow, cols, maxval, format); in main()
91 pP = &srcrow[0]; in main()
128 ppm_freerow(srcrow); in main()
/dports/benchmarks/hpl/hpl-2.3/src/pgesv/
H A DHPL_plindx10.c126 nprow, src, srcrow; local
140 src = IPID[i]; Mindxg2p( src, nb, nb, srcrow, 0, nprow );
141 if( srcrow == icurrow )
144 if( ( dstrow != srcrow ) || ( dst - ia < jb ) ) IPLEN[dstrow+1]++;
H A DHPL_plindx0.c227 src, srcrow; local
246 Mindxg2p( src, nb, nb, srcrow, 0, nprow ); LLEN[ srcrow ]++;
248 if( myrow == srcrow )
H A DHPL_plindx1.c166 src, srcrow; local
190 src = IPID[i]; Mindxg2p( src, nb, nb, srcrow, 0, nprow );
192 if( srcrow == icurrow )
229 src = IPID[i ]; Mindxg2p( src, nb, nb, srcrow, 0, nprow );
243 if( srcrow == icurrow )
/dports/textproc/redisearch16/RediSearch-1.6.16/src/aggregate/reducers/
H A Dfirst_value.c30 static int fvAdd_noSort(Reducer *r, void *ctx, const RLookupRow *srcrow) { in fvAdd_noSort() argument
36 RSValue *val = RLookup_GetItem(fvx->retprop, srcrow); in fvAdd_noSort()
45 static int fvAdd_sort(Reducer *r, void *ctx, const RLookupRow *srcrow) { in fvAdd_sort() argument
47 RSValue *val = RLookup_GetItem(fvx->retprop, srcrow); in fvAdd_sort()
52 RSValue *curSortval = RLookup_GetItem(fvx->sortprop, srcrow); in fvAdd_sort()
H A Dcount_distinct.c30 static int distinctAdd(Reducer *r, void *ctx, const RLookupRow *srcrow) { in distinctAdd() argument
32 const RSValue *val = RLookup_GetItem(ctr->srckey, srcrow); in distinctAdd()
89 static int distinctishAdd(Reducer *parent, void *instance, const RLookupRow *srcrow) { in distinctishAdd() argument
91 const RSValue *val = RLookup_GetItem(ctr->key, srcrow); in distinctishAdd()
166 static int hllsumAdd(Reducer *r, void *ctx, const RLookupRow *srcrow) { in hllsumAdd() argument
168 const RSValue *val = RLookup_GetItem(ctr->srckey, srcrow); in hllsumAdd()
/dports/textproc/redisearch/RediSearch-2.2.5/src/aggregate/reducers/
H A Dfirst_value.c30 static int fvAdd_noSort(Reducer *r, void *ctx, const RLookupRow *srcrow) { in fvAdd_noSort() argument
36 RSValue *val = RLookup_GetItem(fvx->retprop, srcrow); in fvAdd_noSort()
45 static int fvAdd_sort(Reducer *r, void *ctx, const RLookupRow *srcrow) { in fvAdd_sort() argument
47 RSValue *val = RLookup_GetItem(fvx->retprop, srcrow); in fvAdd_sort()
52 RSValue *curSortval = RLookup_GetItem(fvx->sortprop, srcrow); in fvAdd_sort()
H A Dcount_distinct.c30 static int distinctAdd(Reducer *r, void *ctx, const RLookupRow *srcrow) { in distinctAdd() argument
32 const RSValue *val = RLookup_GetItem(ctr->srckey, srcrow); in distinctAdd()
89 static int distinctishAdd(Reducer *parent, void *instance, const RLookupRow *srcrow) { in distinctishAdd() argument
91 const RSValue *val = RLookup_GetItem(ctr->key, srcrow); in distinctishAdd()
166 static int hllsumAdd(Reducer *r, void *ctx, const RLookupRow *srcrow) { in hllsumAdd() argument
168 const RSValue *val = RLookup_GetItem(ctr->srckey, srcrow); in hllsumAdd()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/aggregate/reducers/
H A Dfirst_value.c30 static int fvAdd_noSort(Reducer *r, void *ctx, const RLookupRow *srcrow) { in fvAdd_noSort() argument
36 RSValue *val = RLookup_GetItem(fvx->retprop, srcrow); in fvAdd_noSort()
45 static int fvAdd_sort(Reducer *r, void *ctx, const RLookupRow *srcrow) { in fvAdd_sort() argument
47 RSValue *val = RLookup_GetItem(fvx->retprop, srcrow); in fvAdd_sort()
52 RSValue *curSortval = RLookup_GetItem(fvx->sortprop, srcrow); in fvAdd_sort()
H A Dcount_distinct.c30 static int distinctAdd(Reducer *r, void *ctx, const RLookupRow *srcrow) { in distinctAdd() argument
32 const RSValue *val = RLookup_GetItem(ctr->srckey, srcrow); in distinctAdd()
89 static int distinctishAdd(Reducer *parent, void *instance, const RLookupRow *srcrow) { in distinctishAdd() argument
91 const RSValue *val = RLookup_GetItem(ctr->key, srcrow); in distinctishAdd()
166 static int hllsumAdd(Reducer *r, void *ctx, const RLookupRow *srcrow) { in hllsumAdd() argument
168 const RSValue *val = RLookup_GetItem(ctr->srckey, srcrow); in hllsumAdd()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_colorchannelmixer.c149 const uint8_t *srcrow = in->data[0]; in filter_frame() local
170 const uint8_t *src = srcrow; in filter_frame()
189 srcrow += in->linesize[0]; in filter_frame()
198 const uint8_t *src = srcrow; in filter_frame()
219 srcrow += in->linesize[0]; in filter_frame()
228 const uint8_t *src = srcrow; in filter_frame()
255 srcrow += in->linesize[0]; in filter_frame()
262 const uint16_t *src = (const uint16_t *)srcrow; in filter_frame()
281 srcrow += in->linesize[0]; in filter_frame()
288 const uint16_t *src = (const uint16_t *)srcrow; in filter_frame()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_colorchannelmixer.c149 const uint8_t *srcrow = in->data[0]; in filter_frame() local
170 const uint8_t *src = srcrow; in filter_frame()
189 srcrow += in->linesize[0]; in filter_frame()
198 const uint8_t *src = srcrow; in filter_frame()
219 srcrow += in->linesize[0]; in filter_frame()
228 const uint8_t *src = srcrow; in filter_frame()
255 srcrow += in->linesize[0]; in filter_frame()
262 const uint16_t *src = (const uint16_t *)srcrow; in filter_frame()
281 srcrow += in->linesize[0]; in filter_frame()
288 const uint16_t *src = (const uint16_t *)srcrow; in filter_frame()
[all …]
/dports/games/xglk/xglk/
H A Dxglk_mono_patch168 ! srcrow = src->data;
175 ! destrow[ix] = srcrow[rowmap[ix]];
181 ! srcrow += srcrowbytes;
212 + srcrow = src->data;
219 ! destrow[ix] = srcrow[rowmap[ix]];
225 ! srcrow += srcrowbytes;

123456789