Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A DweightPrediction.cpp71 intptr_t pixoff = y * stride; in mcLuma() local
75 for (int x = 0; x < ref.width; x += cuSize, pixoff += cuSize, cu++) in mcLuma()
85 pixel *tmp = ref.lowresMC(pixoff, mv, buf8x8, bstride, 0); in mcLuma()
86 primitives.cu[BLOCK_8x8].copy_pp(mcout + pixoff, stride, tmp, bstride); in mcLuma()
115 intptr_t pixoff = y * stride; in mcChroma() local
119 for (int x = 0; x < width; x += bw, cu++, pixoff += bw) in mcChroma()
134 pixel *temp = src + pixoff + fpeloffset; in mcChroma()
140 … primitives.chroma[csp].pu[LUMA_16x16].copy_pp(mcout + pixoff, stride, temp, stride); in mcChroma()
144 … primitives.chroma[csp].pu[LUMA_16x16].filter_hpp(temp, stride, mcout + pixoff, stride, xFrac); in mcChroma()
148 … primitives.chroma[csp].pu[LUMA_16x16].filter_vpp(temp, stride, mcout + pixoff, stride, yFrac); in mcChroma()
[all …]
H A Dslicetype.cpp827 intptr_t pixoff = 0; in weightCostLuma() local
830 for (int y = 0; y < fenc.lines; y += 8, pixoff = y * stride) in weightCostLuma()
832 for (int x = 0; x < fenc.width; x += 8, mb++, pixoff += 8) in weightCostLuma()
834 … int satd = primitives.pu[LUMA_8x8].satd(src + pixoff, stride, fenc.fpelPlane[0] + pixoff, stride); in weightCostLuma()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A DweightPrediction.cpp69 intptr_t pixoff = y * stride; in mcLuma() local
73 for (int x = 0; x < ref.width; x += cuSize, pixoff += cuSize, cu++) in mcLuma()
83 pixel *tmp = ref.lowresMC(pixoff, mv, buf8x8, bstride); in mcLuma()
84 primitives.cu[BLOCK_8x8].copy_pp(mcout + pixoff, stride, tmp, bstride); in mcLuma()
113 intptr_t pixoff = y * stride; in mcChroma() local
117 for (int x = 0; x < width; x += bw, cu++, pixoff += bw) in mcChroma()
132 pixel *temp = src + pixoff + fpeloffset; in mcChroma()
138 … primitives.chroma[csp].pu[LUMA_16x16].copy_pp(mcout + pixoff, stride, temp, stride); in mcChroma()
142 … primitives.chroma[csp].pu[LUMA_16x16].filter_hpp(temp, stride, mcout + pixoff, stride, xFrac); in mcChroma()
146 … primitives.chroma[csp].pu[LUMA_16x16].filter_vpp(temp, stride, mcout + pixoff, stride, yFrac); in mcChroma()
[all …]
H A Dslicetype.cpp351 intptr_t pixoff = 0; in weightCostLuma() local
354 for (int y = 0; y < fenc.lines; y += 8, pixoff = y * stride) in weightCostLuma()
356 for (int x = 0; x < fenc.width; x += 8, mb++, pixoff += 8) in weightCostLuma()
358 … int satd = primitives.pu[LUMA_8x8].satd(src + pixoff, stride, fenc.fpelPlane[0] + pixoff, stride); in weightCostLuma()
/dports/multimedia/x265/source/encoder/
H A DweightPrediction.cpp71 intptr_t pixoff = y * stride; in mcLuma() local
75 for (int x = 0; x < ref.width; x += cuSize, pixoff += cuSize, cu++) in mcLuma()
85 pixel *tmp = ref.lowresMC(pixoff, mv, buf8x8, bstride, 0); in mcLuma()
86 primitives.cu[BLOCK_8x8].copy_pp(mcout + pixoff, stride, tmp, bstride); in mcLuma()
115 intptr_t pixoff = y * stride; in mcChroma() local
119 for (int x = 0; x < width; x += bw, cu++, pixoff += bw) in mcChroma()
134 pixel *temp = src + pixoff + fpeloffset; in mcChroma()
140 … primitives.chroma[csp].pu[LUMA_16x16].copy_pp(mcout + pixoff, stride, temp, stride); in mcChroma()
144 … primitives.chroma[csp].pu[LUMA_16x16].filter_hpp(temp, stride, mcout + pixoff, stride, xFrac); in mcChroma()
148 … primitives.chroma[csp].pu[LUMA_16x16].filter_vpp(temp, stride, mcout + pixoff, stride, yFrac); in mcChroma()
[all …]
H A Dslicetype.cpp827 intptr_t pixoff = 0; in weightCostLuma() local
830 for (int y = 0; y < fenc.lines; y += 8, pixoff = y * stride) in weightCostLuma()
832 for (int x = 0; x < fenc.width; x += 8, mb++, pixoff += 8) in weightCostLuma()
834 … int satd = primitives.pu[LUMA_8x8].satd(src + pixoff, stride, fenc.fpelPlane[0] + pixoff, stride); in weightCostLuma()
/dports/math/R-cran-raster/raster/R/
H A DhdrVRT.R24 pixoff <- pixsize functionVar
29 pixoff <- pixsize
34 pixoff <- pixsize * nbands
67 cat('\t\t<PixelOffset>', pixoff, '</PixelOffset>\n', sep = "", file = f)
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/gtkgensurf/
H A Dbitmap.cpp87 long filesize, pixoff; in OpenBitmapFile() local
125 rc = fread((long*)&(pixoff),4,1,fp); m_bytesRead+=4; in OpenBitmapFile()
213 if ((long)m_bytesRead > pixoff) in OpenBitmapFile()
219 while ((long)m_bytesRead < pixoff) in OpenBitmapFile()
280 while ((m_bytesRead-pixoff)&3) in OpenBitmapFile()
/dports/games/netradiant/netradiant-20150621-src/contrib/gtkgensurf/
H A Dbitmap.cpp92 int32_t filesize, pixoff; in OpenBitmapFile() local
134 rc = fread( (uint32_t*)&( pixoff ),4,1,fp ); m_bytesRead += 4; in OpenBitmapFile()
237 if ( (long)m_bytesRead > pixoff ) { in OpenBitmapFile()
241 while ( (long)m_bytesRead < pixoff ) in OpenBitmapFile()
295 while ( ( m_bytesRead - pixoff ) & 3 ) in OpenBitmapFile()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dslicetype.c199 int pixoff = 0; in weight_cost_luma() local
217 … int cmp = h->pixf.mbcmp[PIXEL_8x8]( &src[pixoff], i_stride, &fenc_plane[pixoff], i_stride ); in weight_cost_luma()
232 int pixoff = 0; in weight_cost_chroma() local
237 for( int x = 0; x < i_width; x += 8, pixoff += 8 ) in weight_cost_chroma()
251 for( int x = 0; x < i_width; x += 8, pixoff += 8 ) in weight_cost_chroma()
252 cost += h->pixf.asd8( &ref[pixoff], i_stride, &src[pixoff], i_stride, height ); in weight_cost_chroma()
265 int pixoff = 0; in weight_cost_chroma444() local
269 for( int x = 0; x < i_width; x += 16, pixoff += 16 ) in weight_cost_chroma444()
279 … cost += h->pixf.mbcmp[PIXEL_16x16]( &ref[pixoff], i_stride, &src[pixoff], i_stride ); in weight_cost_chroma444()
722 int pixoff = 4 / SIZEOF_PIXEL; in slicetype_mb_cost() local
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dslicetype.c225 int pixoff = 0; in x264_weight_cost_luma() local
232 for( y = 0; y < i_lines; y += 8, pixoff = y*i_stride ) in x264_weight_cost_luma()
245 for( y = 0; y < i_lines; y += 8, pixoff = y*i_stride ) in x264_weight_cost_luma()
248 … int cmp = h->pixf.mbcmp[PIXEL_8x8]( &src[pixoff], i_stride, &fenc_plane[pixoff], i_stride ); in x264_weight_cost_luma()
266 int pixoff = 0; in x264_weight_cost_chroma() local
290 cost += h->pixf.asd8( &ref[pixoff], i_stride, &src[pixoff], i_stride, height ); in x264_weight_cost_chroma()
306 int pixoff = 0; in x264_weight_cost_chroma444() local
311 for( y = 0; y < i_lines; y += 16, pixoff = y*i_stride ) in x264_weight_cost_chroma444()
324 … cost += h->pixf.mbcmp[PIXEL_16x16]( &ref[pixoff], i_stride, &src[pixoff], i_stride ); in x264_weight_cost_chroma444()
775 int pixoff = 4 / sizeof(pixel); in x264_slicetype_mb_cost() local
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dslicetype.c199 int pixoff = 0; in weight_cost_luma() local
217 … int cmp = h->pixf.mbcmp[PIXEL_8x8]( &src[pixoff], i_stride, &fenc_plane[pixoff], i_stride ); in weight_cost_luma()
232 int pixoff = 0; in weight_cost_chroma() local
237 for( int x = 0; x < i_width; x += 8, pixoff += 8 ) in weight_cost_chroma()
251 for( int x = 0; x < i_width; x += 8, pixoff += 8 ) in weight_cost_chroma()
252 cost += h->pixf.asd8( &ref[pixoff], i_stride, &src[pixoff], i_stride, height ); in weight_cost_chroma()
265 int pixoff = 0; in weight_cost_chroma444() local
269 for( int x = 0; x < i_width; x += 16, pixoff += 16 ) in weight_cost_chroma444()
279 … cost += h->pixf.mbcmp[PIXEL_16x16]( &ref[pixoff], i_stride, &src[pixoff], i_stride ); in weight_cost_chroma444()
722 int pixoff = 4 / SIZEOF_PIXEL; in slicetype_mb_cost() local
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dslicetype.c225 int pixoff = 0; in x264_weight_cost_luma() local
232 for( y = 0; y < i_lines; y += 8, pixoff = y*i_stride ) in x264_weight_cost_luma()
245 for( y = 0; y < i_lines; y += 8, pixoff = y*i_stride ) in x264_weight_cost_luma()
248 … int cmp = h->pixf.mbcmp[PIXEL_8x8]( &src[pixoff], i_stride, &fenc_plane[pixoff], i_stride ); in x264_weight_cost_luma()
266 int pixoff = 0; in x264_weight_cost_chroma() local
290 cost += h->pixf.asd8( &ref[pixoff], i_stride, &src[pixoff], i_stride, height ); in x264_weight_cost_chroma()
306 int pixoff = 0; in x264_weight_cost_chroma444() local
311 for( y = 0; y < i_lines; y += 16, pixoff = y*i_stride ) in x264_weight_cost_chroma444()
324 … cost += h->pixf.mbcmp[PIXEL_16x16]( &ref[pixoff], i_stride, &src[pixoff], i_stride ); in x264_weight_cost_chroma444()
775 int pixoff = 4 / sizeof(pixel); in x264_slicetype_mb_cost() local
[all …]
/dports/devel/upp/upp/uppsrc/Geom/Draw/
H A Dhrr.cpp1852 stream.Put32le(pixoff); in Write()
1854 int64 pixpos = Unpack64(pixoff); in Write()
1878 int pixoff = CeilPack64(stream.GetPos()); in Write() local
1880 stream.Put32le(pixoff); in Write()
1883 int64 pixpos = Unpack64(pixoff); in Write()
1935 int pixoff = CeilPack64(stream.GetPos()); in Write() local
1937 stream.Put32le(pixoff); in Write()
1940 int64 pixpos = Unpack64(pixoff); in Write()
1964 int pixoff = CeilPack64(stream.GetPos()); in Write() local
1966 stream.Put32le(pixoff); in Write()
[all …]
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dimhfile.c500 int imhver, n, imu, pixoff, impixoff, immax, immin, imtime; local
722 pixoff = irafgeti4 (irafheader, impixoff);
723 pixoff = (pixoff - 1) * 2;
724 hputi4 (fitsheader, "PIXOFF", pixoff);
1107 int i, n, pixoff, lhdrdir; local
1275 hgeti4 (fitsheader, "PIXOFF", &pixoff);
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Diraffits.c570 int imhver, n, imu, pixoff, impixoff; in iraftofits() local
779 pixoff = irafgeti4 (irafheader, impixoff); in iraftofits()
780 pixoff = (pixoff - 1) * 2; in iraftofits()
781 hputi4 (fitsheader, "PIXOFF", pixoff); in iraftofits()
/dports/astro/cfitsio/cfitsio-3.49/
H A Diraffits.c570 int imhver, n, imu, pixoff, impixoff; in iraftofits() local
779 pixoff = irafgeti4 (irafheader, impixoff); in iraftofits()
780 pixoff = (pixoff - 1) * 2; in iraftofits()
781 hputi4 (fitsheader, "PIXOFF", pixoff); in iraftofits()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Diraffits.c569 int imhver, n, imu, pixoff, impixoff; in iraftofits() local
778 pixoff = irafgeti4 (irafheader, impixoff); in iraftofits()
779 pixoff = (pixoff - 1) * 2; in iraftofits()
780 hputi4 (fitsheader, "PIXOFF", pixoff); in iraftofits()
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Diraffits.c570 int imhver, n, imu, pixoff, impixoff; in iraftofits() local
779 pixoff = irafgeti4 (irafheader, impixoff); in iraftofits()
780 pixoff = (pixoff - 1) * 2; in iraftofits()
781 hputi4 (fitsheader, "PIXOFF", pixoff); in iraftofits()
/dports/math/giacxcas/giac-1.6.0/doc/pt/
H A Daide_cas1883 # pixoff
/dports/math/giacxcas/giac-1.6.0/doc/zh/
H A Daide_cas1883 # pixoff
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dxywindow.cpp564 long pixoff = 54 + cmap*4;
572 fwrite(&pixoff, 4, 1, fp); byteswritten+=4;// bfOffBits
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dxywindow.cpp571 long pixoff = 54 + cmap * 4;
579 fwrite( &pixoff, 4, 1, fp ); byteswritten += 4; // bfOffBits
/dports/math/giacxcas/giac-1.6.0/doc/de/
H A Daide_cas2092 # pixoff
/dports/math/giacxcas/giac-1.6.0/doc/
H A Daide_cas12136 -2 pixoff
12139 # pixoff
12147 pixoff(1,2)