Home
last modified time | relevance | path

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

12

/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dcachebuffer.cc234 VipsImage* rawimg; in step() local
238rawimg = vips_image_new_from_memory( memarray, array_sz, width, height, image->Bands, image->BandF… in step()
239 g_signal_connect( rawimg, "postclose", G_CALLBACK(free_mem_array), memarray ); in step()
242 vips_rawload( filename.c_str(), &rawimg, width, height, in step()
245 vips_copy( rawimg, &cached, in step()
251 PF_UNREF( rawimg, "CacheBuffer::step() completed" ); in step()
394 VipsImage* rawimg; in write() local
396 vips_rawload( filename.c_str(), &rawimg, width, height, in write()
398 vips_copy( rawimg, &cached, in write()
404 PF_UNREF( rawimg, "CacheBuffer::step() completed" ); in write()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dno_demosaic.hh137 rtengine::RawImageSource rawimg; in render() local
138 rawimg.set_image_data( par->get_image_data() ); in render()
139 rawimg.no_demosaic( in[0], out ); in render()
H A Drcd_demosaic.hh137 rtengine::RawImageSource rawimg; in render() local
138 rawimg.set_image_data( par->get_image_data() ); in render()
139 rawimg.rcd_demosaic( in[0], out ); in render()
H A Dca_correct.hh141 rtengine::RawImageSource rawimg; in render() local
142 rawimg.set_image_data( par->get_image_data() ); in render()
143 rawimg.ca_correct( in[0], out, par->get_auto_ca(), par->get_ca_red(), par->get_ca_blue() ); in render()
H A Digv_demosaic.hh121 rtengine::RawImageSource rawimg; in render() local
122 rawimg.igv_demosaic( in[0], out ); in render()
H A Dlmmse_demosaic.hh134 rtengine::RawImageSource rawimg; in render() local
135 rawimg.lmmse_demosaic( in[0], out ); in render()
H A Dxtrans_demosaic.hh143 rtengine::RawImageSource rawimg; in render() local
144 rawimg.xtrans_demosaic( ir[0], oreg ); in render()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dlibaomenc.c64 struct aom_image rawimg; member
658 ctx->rawimg.bit_depth = enccfg.g_bit_depth; in aom_init()
884 struct aom_image *rawimg = NULL; in aom_encode() local
890 rawimg = &ctx->rawimg; in aom_encode()
891 rawimg->planes[AOM_PLANE_Y] = frame->data[0]; in aom_encode()
892 rawimg->planes[AOM_PLANE_U] = frame->data[1]; in aom_encode()
893 rawimg->planes[AOM_PLANE_V] = frame->data[2]; in aom_encode()
894 rawimg->stride[AOM_PLANE_Y] = frame->linesize[0]; in aom_encode()
895 rawimg->stride[AOM_PLANE_U] = frame->linesize[1]; in aom_encode()
900 rawimg->range = AOM_CR_STUDIO_RANGE; in aom_encode()
[all …]
H A Dlibvpxenc.c66 struct vpx_image rawimg; member
730 ctx->rawimg.bit_depth = enccfg.g_bit_depth; in vpx_init()
978 struct vpx_image *rawimg = NULL; in vpx_encode() local
985 rawimg = &ctx->rawimg; in vpx_encode()
986 rawimg->planes[VPX_PLANE_Y] = frame->data[0]; in vpx_encode()
987 rawimg->planes[VPX_PLANE_U] = frame->data[1]; in vpx_encode()
988 rawimg->planes[VPX_PLANE_V] = frame->data[2]; in vpx_encode()
989 rawimg->stride[VPX_PLANE_Y] = frame->linesize[0]; in vpx_encode()
990 rawimg->stride[VPX_PLANE_U] = frame->linesize[1]; in vpx_encode()
1015 rawimg->range = VPX_CR_STUDIO_RANGE; in vpx_encode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dlibaomenc.c64 struct aom_image rawimg; member
749 ctx->rawimg.bit_depth = enccfg.g_bit_depth; in aom_init()
975 struct aom_image *rawimg = NULL; in aom_encode() local
981 rawimg = &ctx->rawimg; in aom_encode()
982 rawimg->planes[AOM_PLANE_Y] = frame->data[0]; in aom_encode()
983 rawimg->planes[AOM_PLANE_U] = frame->data[1]; in aom_encode()
984 rawimg->planes[AOM_PLANE_V] = frame->data[2]; in aom_encode()
985 rawimg->stride[AOM_PLANE_Y] = frame->linesize[0]; in aom_encode()
986 rawimg->stride[AOM_PLANE_U] = frame->linesize[1]; in aom_encode()
991 rawimg->range = AOM_CR_STUDIO_RANGE; in aom_encode()
[all …]
H A Dlibvpxenc.c67 struct vpx_image rawimg; member
1033 ctx->rawimg.bit_depth = enccfg.g_bit_depth; in vpx_init()
1483 struct vpx_image *rawimg = NULL; in vpx_encode() local
1494 rawimg = &ctx->rawimg; in vpx_encode()
1495 rawimg->planes[VPX_PLANE_Y] = frame->data[0]; in vpx_encode()
1496 rawimg->planes[VPX_PLANE_U] = frame->data[1]; in vpx_encode()
1497 rawimg->planes[VPX_PLANE_V] = frame->data[2]; in vpx_encode()
1498 rawimg->stride[VPX_PLANE_Y] = frame->linesize[0]; in vpx_encode()
1499 rawimg->stride[VPX_PLANE_U] = frame->linesize[1]; in vpx_encode()
1513 rawimg->range = VPX_CR_STUDIO_RANGE; in vpx_encode()
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/pixma/
H A Dpixma_mp750.c108 uint8_t *buf, *rawimg, *img; member
665 mp->rawimg = buf; in mp750_scan()
667 mp->imgcol = mp->rawimg + IMAGE_BLOCK_SIZE + 8; /* added to make rgb->gray */ in mp750_scan()
668 mp->img = mp->rawimg + IMAGE_BLOCK_SIZE + 8; in mp750_scan()
814 error = read_image_block (s, mp->rawimg + mp->rawimg_left); in mp750_fill_buffer()
830 shift_rgb (mp->rawimg, n, shift[0], shift[1], shift[2], mp->stripe_shift, mp->line_size, in mp750_fill_buffer()
838 shift_rgb (mp->rawimg, n, shift[0], shift[1], shift[2], mp->stripe_shift, mp->line_size, in mp750_fill_buffer()
848 memcpy (mp->rawimg, mp->rawimg + n, mp->rawimg_left); in mp750_fill_buffer()
904 mp->buf = mp->rawimg = NULL; in mp750_finish_scan()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dlibvpxenc.c64 struct vpx_image rawimg; member
470 vpx_img_wrap(&ctx->rawimg, VPX_IMG_FMT_I420, avctx->width, avctx->height, 1, in vpx_init()
691 struct vpx_image *rawimg = NULL; in vp8_encode() local
698 rawimg = &ctx->rawimg; in vp8_encode()
699 rawimg->planes[VPX_PLANE_Y] = frame->data[0]; in vp8_encode()
700 rawimg->planes[VPX_PLANE_U] = frame->data[1]; in vp8_encode()
701 rawimg->planes[VPX_PLANE_V] = frame->data[2]; in vp8_encode()
702 rawimg->stride[VPX_PLANE_Y] = frame->linesize[0]; in vp8_encode()
703 rawimg->stride[VPX_PLANE_U] = frame->linesize[1]; in vp8_encode()
704 rawimg->stride[VPX_PLANE_V] = frame->linesize[2]; in vp8_encode()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dlibvpxenc.c64 struct vpx_image rawimg; member
470 vpx_img_wrap(&ctx->rawimg, VPX_IMG_FMT_I420, avctx->width, avctx->height, 1, in vpx_init()
691 struct vpx_image *rawimg = NULL; in vp8_encode() local
698 rawimg = &ctx->rawimg; in vp8_encode()
699 rawimg->planes[VPX_PLANE_Y] = frame->data[0]; in vp8_encode()
700 rawimg->planes[VPX_PLANE_U] = frame->data[1]; in vp8_encode()
701 rawimg->planes[VPX_PLANE_V] = frame->data[2]; in vp8_encode()
702 rawimg->stride[VPX_PLANE_Y] = frame->linesize[0]; in vp8_encode()
703 rawimg->stride[VPX_PLANE_U] = frame->linesize[1]; in vp8_encode()
704 rawimg->stride[VPX_PLANE_V] = frame->linesize[2]; in vp8_encode()
[all …]
/dports/astro/phd2/phd2-2.6.10/
H A DusImage.cpp158 bool usImage::CopyToImage(wxImage **rawimg, int blevel, int wlevel, double power) in CopyToImage() argument
160 wxImage *img = *rawimg; in CopyToImage()
208 *rawimg = img; in CopyToImage()
212 bool usImage::BinnedCopyToImage(wxImage **rawimg, int blevel, int wlevel, double power) in BinnedCopyToImage() argument
231 img = *rawimg; in BinnedCopyToImage()
278 *rawimg = img; in BinnedCopyToImage()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dlibaomenc.c65 struct aom_image rawimg; member
897 ctx->rawimg.bit_depth = enccfg.g_bit_depth; in aom_init()
1123 struct aom_image *rawimg = NULL; in aom_encode() local
1129 rawimg = &ctx->rawimg; in aom_encode()
1130 rawimg->planes[AOM_PLANE_Y] = frame->data[0]; in aom_encode()
1131 rawimg->planes[AOM_PLANE_U] = frame->data[1]; in aom_encode()
1132 rawimg->planes[AOM_PLANE_V] = frame->data[2]; in aom_encode()
1133 rawimg->stride[AOM_PLANE_Y] = frame->linesize[0]; in aom_encode()
1134 rawimg->stride[AOM_PLANE_U] = frame->linesize[1]; in aom_encode()
1139 rawimg->range = AOM_CR_STUDIO_RANGE; in aom_encode()
[all …]
H A Dlibvpxenc.c69 struct vpx_image rawimg; member
1125 ctx->rawimg.bit_depth = enccfg.g_bit_depth; in vpx_init()
1574 struct vpx_image *rawimg = NULL; in vpx_encode() local
1585 rawimg = &ctx->rawimg; in vpx_encode()
1586 rawimg->planes[VPX_PLANE_Y] = frame->data[0]; in vpx_encode()
1587 rawimg->planes[VPX_PLANE_U] = frame->data[1]; in vpx_encode()
1588 rawimg->planes[VPX_PLANE_V] = frame->data[2]; in vpx_encode()
1589 rawimg->stride[VPX_PLANE_Y] = frame->linesize[0]; in vpx_encode()
1590 rawimg->stride[VPX_PLANE_U] = frame->linesize[1]; in vpx_encode()
1604 rawimg->range = VPX_CR_STUDIO_RANGE; in vpx_encode()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dlibaomenc.c65 struct aom_image rawimg; member
897 ctx->rawimg.bit_depth = enccfg.g_bit_depth; in aom_init()
1123 struct aom_image *rawimg = NULL; in aom_encode() local
1129 rawimg = &ctx->rawimg; in aom_encode()
1130 rawimg->planes[AOM_PLANE_Y] = frame->data[0]; in aom_encode()
1131 rawimg->planes[AOM_PLANE_U] = frame->data[1]; in aom_encode()
1132 rawimg->planes[AOM_PLANE_V] = frame->data[2]; in aom_encode()
1133 rawimg->stride[AOM_PLANE_Y] = frame->linesize[0]; in aom_encode()
1134 rawimg->stride[AOM_PLANE_U] = frame->linesize[1]; in aom_encode()
1139 rawimg->range = AOM_CR_STUDIO_RANGE; in aom_encode()
[all …]
H A Dlibvpxenc.c69 struct vpx_image rawimg; member
1125 ctx->rawimg.bit_depth = enccfg.g_bit_depth; in vpx_init()
1574 struct vpx_image *rawimg = NULL; in vpx_encode() local
1585 rawimg = &ctx->rawimg; in vpx_encode()
1586 rawimg->planes[VPX_PLANE_Y] = frame->data[0]; in vpx_encode()
1587 rawimg->planes[VPX_PLANE_U] = frame->data[1]; in vpx_encode()
1588 rawimg->planes[VPX_PLANE_V] = frame->data[2]; in vpx_encode()
1589 rawimg->stride[VPX_PLANE_Y] = frame->linesize[0]; in vpx_encode()
1590 rawimg->stride[VPX_PLANE_U] = frame->linesize[1]; in vpx_encode()
1604 rawimg->range = VPX_CR_STUDIO_RANGE; in vpx_encode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dlibaomenc.c65 struct aom_image rawimg; member
875 ctx->rawimg.bit_depth = enccfg.g_bit_depth; in aom_init()
1101 struct aom_image *rawimg = NULL; in aom_encode() local
1107 rawimg = &ctx->rawimg; in aom_encode()
1108 rawimg->planes[AOM_PLANE_Y] = frame->data[0]; in aom_encode()
1109 rawimg->planes[AOM_PLANE_U] = frame->data[1]; in aom_encode()
1110 rawimg->planes[AOM_PLANE_V] = frame->data[2]; in aom_encode()
1111 rawimg->stride[AOM_PLANE_Y] = frame->linesize[0]; in aom_encode()
1112 rawimg->stride[AOM_PLANE_U] = frame->linesize[1]; in aom_encode()
1117 rawimg->range = AOM_CR_STUDIO_RANGE; in aom_encode()
[all …]
H A Dlibvpxenc.c69 struct vpx_image rawimg; member
1027 ctx->rawimg.bit_depth = enccfg.g_bit_depth; in vpx_init()
1476 struct vpx_image *rawimg = NULL; in vpx_encode() local
1487 rawimg = &ctx->rawimg; in vpx_encode()
1488 rawimg->planes[VPX_PLANE_Y] = frame->data[0]; in vpx_encode()
1489 rawimg->planes[VPX_PLANE_U] = frame->data[1]; in vpx_encode()
1490 rawimg->planes[VPX_PLANE_V] = frame->data[2]; in vpx_encode()
1491 rawimg->stride[VPX_PLANE_Y] = frame->linesize[0]; in vpx_encode()
1492 rawimg->stride[VPX_PLANE_U] = frame->linesize[1]; in vpx_encode()
1506 rawimg->range = VPX_CR_STUDIO_RANGE; in vpx_encode()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/examples/
H A Dsvc_context.h95 struct vpx_image *rawimg, vpx_codec_pts_t pts,
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/examples/
H A Dsvc_context.h95 struct vpx_image *rawimg, vpx_codec_pts_t pts,
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/examples/
H A Dsvc_context.h95 struct vpx_image *rawimg, vpx_codec_pts_t pts,
/dports/multimedia/libvpx/libvpx-1.11.0/examples/
H A Dsvc_context.h95 struct vpx_image *rawimg, vpx_codec_pts_t pts,

12