Home
last modified time | relevance | path

Searched +defs:frame +defs:pixel +defs:width (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/formats/bmp/
H A Drbmp_encode.c29 static bool write_header_bmp(RFILE *file, unsigned width, unsigned height, bool is32bpp) in write_header_bmp()
111 static void dump_line_565_to_24(uint8_t *line, const uint16_t *src, unsigned width) in dump_line_565_to_24()
117 uint16_t pixel = *src++; in dump_line_565_to_24() local
127 static void dump_line_32_to_24(uint8_t *line, const uint32_t *src, unsigned width) in dump_line_32_to_24()
133 uint32_t pixel = *src++; in dump_line_32_to_24() local
140 static void dump_content(RFILE *file, const void *frame, in dump_content()
141 int width, int height, int pitch, enum rbmp_source_type type) in dump_content()
213 const void *frame, in rbmp_save_image()
214 unsigned width, unsigned height, in rbmp_save_image()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/formats/bmp/
H A Drbmp_encode.c29 static bool write_header_bmp(RFILE *file, unsigned width, unsigned height, bool is32bpp) in write_header_bmp()
111 static void dump_line_565_to_24(uint8_t *line, const uint16_t *src, unsigned width) in dump_line_565_to_24()
117 uint16_t pixel = *src++; in dump_line_565_to_24() local
127 static void dump_line_32_to_24(uint8_t *line, const uint32_t *src, unsigned width) in dump_line_32_to_24()
133 uint32_t pixel = *src++; in dump_line_32_to_24() local
140 static void dump_content(RFILE *file, const void *frame, in dump_content()
141 int width, int height, int pitch, enum rbmp_source_type type) in dump_content()
213 const void *frame, in rbmp_save_image()
214 unsigned width, unsigned height, in rbmp_save_image()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/formats/bmp/
H A Drbmp_encode.c29 static bool write_header_bmp(RFILE *file, unsigned width, unsigned height, bool is32bpp) in write_header_bmp()
111 static void dump_line_565_to_24(uint8_t *line, const uint16_t *src, unsigned width) in dump_line_565_to_24()
117 uint16_t pixel = *src++; in dump_line_565_to_24() local
127 static void dump_line_32_to_24(uint8_t *line, const uint32_t *src, unsigned width) in dump_line_32_to_24()
133 uint32_t pixel = *src++; in dump_line_32_to_24() local
140 static void dump_content(RFILE *file, const void *frame, in dump_content()
141 int width, int height, int pitch, enum rbmp_source_type type) in dump_content()
213 const void *frame, in rbmp_save_image()
214 unsigned width, unsigned height, in rbmp_save_image()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/formats/bmp/
H A Drbmp_encode.c29 static bool write_header_bmp(RFILE *file, unsigned width, unsigned height, bool is32bpp) in write_header_bmp()
111 static void dump_line_565_to_24(uint8_t *line, const uint16_t *src, unsigned width) in dump_line_565_to_24()
117 uint16_t pixel = *src++; in dump_line_565_to_24() local
127 static void dump_line_32_to_24(uint8_t *line, const uint32_t *src, unsigned width) in dump_line_32_to_24()
133 uint32_t pixel = *src++; in dump_line_32_to_24() local
140 static void dump_content(RFILE *file, const void *frame, in dump_content()
141 int width, int height, int pitch, enum rbmp_source_type type) in dump_content()
213 const void *frame, in rbmp_save_image()
214 unsigned width, unsigned height, in rbmp_save_image()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/formats/bmp/
H A Drbmp_encode.c29 static bool write_header_bmp(RFILE *file, unsigned width, unsigned height, bool is32bpp) in write_header_bmp()
111 static void dump_line_565_to_24(uint8_t *line, const uint16_t *src, unsigned width) in dump_line_565_to_24()
117 uint16_t pixel = *src++; in dump_line_565_to_24() local
127 static void dump_line_32_to_24(uint8_t *line, const uint32_t *src, unsigned width) in dump_line_32_to_24()
133 uint32_t pixel = *src++; in dump_line_32_to_24() local
140 static void dump_content(RFILE *file, const void *frame, in dump_content()
141 int width, int height, int pitch, enum rbmp_source_type type) in dump_content()
213 const void *frame, in rbmp_save_image()
214 unsigned width, unsigned height, in rbmp_save_image()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/bmp/
H A Drbmp_encode.c30 unsigned width, unsigned height, in form_bmp_header()
109 static bool write_header_bmp(RFILE *file, unsigned width, unsigned height, bool is32bpp) in write_header_bmp()
116 static void dump_line_565_to_24(uint8_t *line, const uint16_t *src, unsigned width) in dump_line_565_to_24()
122 uint16_t pixel = *src++; in dump_line_565_to_24() local
132 static void dump_line_32_to_24(uint8_t *line, const uint32_t *src, unsigned width) in dump_line_32_to_24()
138 uint32_t pixel = *src++; in dump_line_32_to_24() local
145 static void dump_content(RFILE *file, const void *frame, in dump_content()
146 int width, int height, int pitch, enum rbmp_source_type type) in dump_content()
218 const void *frame, in rbmp_save_image()
219 unsigned width, unsigned height, in rbmp_save_image()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/formats/bmp/
H A Drbmp_encode.c30 unsigned width, unsigned height, in form_bmp_header()
109 static bool write_header_bmp(RFILE *file, unsigned width, unsigned height, bool is32bpp) in write_header_bmp()
116 static void dump_line_565_to_24(uint8_t *line, const uint16_t *src, unsigned width) in dump_line_565_to_24()
122 uint16_t pixel = *src++; in dump_line_565_to_24() local
132 static void dump_line_32_to_24(uint8_t *line, const uint32_t *src, unsigned width) in dump_line_32_to_24()
138 uint32_t pixel = *src++; in dump_line_32_to_24() local
145 static void dump_content(RFILE *file, const void *frame, in dump_content()
146 int width, int height, int pitch, enum rbmp_source_type type) in dump_content()
218 const void *frame, in rbmp_save_image()
219 unsigned width, unsigned height, in rbmp_save_image()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/formats/bmp/
H A Drbmp_encode.c30 unsigned width, unsigned height, in form_bmp_header()
109 static bool write_header_bmp(RFILE *file, unsigned width, unsigned height, bool is32bpp) in write_header_bmp()
116 static void dump_line_565_to_24(uint8_t *line, const uint16_t *src, unsigned width) in dump_line_565_to_24()
122 uint16_t pixel = *src++; in dump_line_565_to_24() local
132 static void dump_line_32_to_24(uint8_t *line, const uint32_t *src, unsigned width) in dump_line_32_to_24()
138 uint32_t pixel = *src++; in dump_line_32_to_24() local
145 static void dump_content(RFILE *file, const void *frame, in dump_content()
146 int width, int height, int pitch, enum rbmp_source_type type) in dump_content()
218 const void *frame, in rbmp_save_image()
219 unsigned width, unsigned height, in rbmp_save_image()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/formats/bmp/
H A Drbmp_encode.c30 unsigned width, unsigned height, in form_bmp_header()
109 static bool write_header_bmp(RFILE *file, unsigned width, unsigned height, bool is32bpp) in write_header_bmp()
116 static void dump_line_565_to_24(uint8_t *line, const uint16_t *src, unsigned width) in dump_line_565_to_24()
122 uint16_t pixel = *src++; in dump_line_565_to_24() local
132 static void dump_line_32_to_24(uint8_t *line, const uint32_t *src, unsigned width) in dump_line_32_to_24()
138 uint32_t pixel = *src++; in dump_line_32_to_24() local
145 static void dump_content(RFILE *file, const void *frame, in dump_content()
146 int width, int height, int pitch, enum rbmp_source_type type) in dump_content()
218 const void *frame, in rbmp_save_image()
219 unsigned width, unsigned height, in rbmp_save_image()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/formats/bmp/
H A Drbmp_encode.c30 unsigned width, unsigned height, in form_bmp_header()
109 static bool write_header_bmp(RFILE *file, unsigned width, unsigned height, bool is32bpp) in write_header_bmp()
116 static void dump_line_565_to_24(uint8_t *line, const uint16_t *src, unsigned width) in dump_line_565_to_24()
122 uint16_t pixel = *src++; in dump_line_565_to_24() local
132 static void dump_line_32_to_24(uint8_t *line, const uint32_t *src, unsigned width) in dump_line_32_to_24()
138 uint32_t pixel = *src++; in dump_line_32_to_24() local
145 static void dump_content(RFILE *file, const void *frame, in dump_content()
146 int width, int height, int pitch, enum rbmp_source_type type) in dump_content()
218 const void *frame, in rbmp_save_image()
219 unsigned width, unsigned height, in rbmp_save_image()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Daliaspixenc.c31 const AVFrame *frame, int *got_packet) in encode_frame()
33 int width, height, bits_pixel, i, j, length, ret; in encode_frame() local
43 width = avctx->width; in encode_frame() local
81 int pixel; in encode_frame() local
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Daliaspixenc.c31 const AVFrame *frame, int *got_packet) in encode_frame()
33 int width, height, bits_pixel, i, j, length, ret; in encode_frame() local
43 width = avctx->width; in encode_frame() local
81 int pixel; in encode_frame() local
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Daliaspixenc.c31 const AVFrame *frame, int *got_packet) in encode_frame()
33 int width, height, bits_pixel, i, j, length, ret; in encode_frame() local
43 width = avctx->width; in encode_frame() local
81 int pixel; in encode_frame() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Daliaspixenc.c31 const AVFrame *frame, int *got_packet) in encode_frame()
33 int width, height, bits_pixel, i, j, length, ret; in encode_frame() local
43 width = avctx->width; in encode_frame() local
81 int pixel; in encode_frame() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Daliaspixenc.c31 const AVFrame *frame, int *got_packet) in encode_frame()
33 int width, height, bits_pixel, i, j, length, ret; in encode_frame() local
43 width = avctx->width; in encode_frame() local
81 int pixel; in encode_frame() local
/dports/multimedia/dirac/dirac-1.0.2/util/conversion/
H A DRGBtoYUV411.cpp81 int width = atoi(argv[1]); in main() local
121 for (int frame=0; frame<frames; ++frame) { in main() local
134 for (int pixel=0; pixel<width; ++pixel) { in main() local
152 for (int pixel=0; pixel<width; pixel+=2) { in main() local
158 for (int pixel=0; pixel<(width/2); pixel+=2) { in main() local
H A DYUV411toRGB.cpp84 int width = atoi(argv[1]); in main() local
124 for (int frame=0; frame<frames; ++frame) { in main() local
143 for (int pixel=0; pixel<width; pixel+=4) { in main() local
149 for (int pixel=0; pixel<width; pixel+=2) { in main() local
156 for (int pixel=0; pixel<width; ++pixel) { in main() local
H A DUYVYtoRGB.cpp83 int width = atoi(argv[1]); in main() local
117 for (int frame=0; frame<frames; ++frame) { in main() local
130 for (int pixel=0; pixel<width; pixel+=2) { in main() local
138 for (int pixel=0; pixel<width; ++pixel) { in main() local
H A DYUV420toRGB.cpp84 int width = atoi(argv[1]); in main() local
121 for (int frame=0; frame<frames; ++frame) { in main() local
142 for (int pixel=0; pixel<width; pixel+=2) { in main() local
150 for (int pixel=0; pixel<width; pixel+=2) { in main() local
162 for (int pixel=0; pixel<width; ++pixel) { in main() local
H A DRGBtoYUV420.cpp84 int width = atoi(argv[1]); in main() local
127 for (int frame=0; frame<frames; ++frame) { in main() local
140 for (int pixel=0; pixel<width; ++pixel) { in main() local
157 for (int pixel=0; pixel<width; pixel+=2) { in main() local
168 for (int pixel=0; pixel<width; pixel+=2) { in main() local
H A DRGBtoUYVY.cpp81 int width = atoi(argv[1]); in main() local
116 for (int frame=0; frame<frames; ++frame) { in main() local
128 for (int pixel=0; pixel<width; ++pixel) { in main() local
146 for (int pixel=0; pixel<width; pixel+=2) { in main() local
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimgle/include/dcmtk/dcmimgle/
H A Ddimopxt.h86 DiMonoPixelTemplate(const DiInputPixel *pixel, in DiMonoPixelTemplate()
102 DiMonoPixelTemplate(DiMonoOutputPixel *pixel, in DiMonoPixelTemplate()
188 double &width) in getMinMaxWindow()
221 const unsigned long width, in getRoiWindow()
225 const unsigned long frame, in getRoiWindow()
273 double &width) in getHistogramWindow()
326 DiMonoPixelTemplate(const DiPixel *pixel, in DiMonoPixelTemplate()
342 DiMonoPixelTemplate(const DiMonoPixel *pixel, in DiMonoPixelTemplate()
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmimgle/include/
H A Ddimopxt.h77 DiMonoPixelTemplate(const DiInputPixel *pixel, in DiMonoPixelTemplate()
93 DiMonoPixelTemplate(const DiMonoOutputPixel *pixel, in DiMonoPixelTemplate()
163 double &width) in getMinMaxWindow()
196 const unsigned long width, in getRoiWindow()
200 const unsigned long frame, in getRoiWindow()
248 double &width) in getHistogramWindow()
305 DiMonoPixelTemplate(const DiPixel *pixel, in DiMonoPixelTemplate()
321 DiMonoPixelTemplate(const DiMonoPixel *pixel, in DiMonoPixelTemplate()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/core/
H A Dfilter_brightness.c52 for ( int pixel = 0; pixel < ctx->image->width; pixel++ ) in sliced_proc() local
68 for ( int pixel = 0; pixel < ctx->image->width; pixel++ ) in sliced_proc() local
78 for ( int pixel = 0; pixel < ctx->image->width; pixel++ ) in sliced_proc() local
91 static int filter_get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width in filter_get_image()
168 static mlt_frame filter_process( mlt_filter filter, mlt_frame frame ) in filter_process()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/core/
H A Dfilter_brightness.c52 for ( int pixel = 0; pixel < ctx->image->width; pixel++ ) in sliced_proc() local
68 for ( int pixel = 0; pixel < ctx->image->width; pixel++ ) in sliced_proc() local
78 for ( int pixel = 0; pixel < ctx->image->width; pixel++ ) in sliced_proc() local
91 static int filter_get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width in filter_get_image()
168 static mlt_frame filter_process( mlt_filter filter, mlt_frame frame ) in filter_process()

12345678910>>...18