Home
last modified time | relevance | path

Searched refs:image_size_bytes (Results 1 – 18 of 18) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/examples/
H A Dlightfield_encoder.c76 int image_size_bytes = 0; in aom_img_size_bytes() local
83 image_size_bytes += (w + stride) * h; in aom_img_size_bytes()
85 return image_size_bytes; in aom_img_size_bytes()
148 int image_size_bytes = 0; in pass0() local
162 image_size_bytes = aom_img_size_bytes(raw); in pass0()
185 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass0()
239 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass0()
271 int image_size_bytes; in pass1() local
287 image_size_bytes = aom_img_size_bytes(raw); in pass1()
310 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass1()
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dpieusb_buffer.c151 buffer->image_size_bytes = buffer->colors * buffer->height * buffer->line_size_bytes; in sanei_pieusb_buffer_create()
498 while (n < max_len && buffer->bytes_read < buffer->image_size_bytes) { in sanei_pieusb_buffer_get()
509 while (n < max_len && buffer->bytes_read < buffer->image_size_bytes) { in sanei_pieusb_buffer_get()
532 while (n < max_len && buffer->bytes_read < buffer->image_size_bytes) { in sanei_pieusb_buffer_get()
606 buffer->width, buffer->height, buffer->colors, buffer->depth, buffer->image_size_bytes);
626 double fdata = (double)buffer->bytes_unread/buffer->image_size_bytes*100;
627 double fread = (double)buffer->bytes_read/buffer->image_size_bytes*100;
628 double fwritten = (double)buffer->bytes_written/buffer->image_size_bytes*100;
630 …buffer->image_size_bytes, buffer->bytes_unread, fdata, buffer->bytes_read, fread, buffer->bytes_wr…
632 …(double)buffer->image_size_bytes/line_size, (double)buffer->bytes_unread/line_size, (double)buffer…
H A Dpieusb.c1294 …scanner->buffer.image_size_bytes = scanner->buffer.colors * scanner->buffer.height * scanner->buff… in sane_start()
1335 DBG(DBG_info_sane, " image size %d\n", scanner->buffer.image_size_bytes); in sane_read()
1340 if (scanner->buffer.bytes_read > scanner->buffer.image_size_bytes) { in sane_read()
1342 …g past buffer boundaries (contains %d, read %d)\n", scanner->buffer.image_size_bytes, scanner->buf… in sane_read()
1346 } else if (scanner->buffer.bytes_read == scanner->buffer.image_size_bytes) { in sane_read()
1355 …f (scanner->buffer.bytes_read + scanner->buffer.bytes_unread == scanner->buffer.image_size_bytes) { in sane_read()
1366 if (return_size == 0 && scanner->buffer.bytes_read < scanner->buffer.image_size_bytes) { in sane_read()
1367 …ervice read request, %d bytes in frame, %d read\n", scanner->buffer.image_size_bytes, scanner->buf… in sane_read()
1377 *len, max_len,scanner->buffer.bytes_read, scanner->buffer.image_size_bytes); in sane_read()
H A Dpieusb_buffer.h72 …SANE_Int image_size_bytes; /* total number of bytes in the buffer (= colors * height * line_size_p… member
H A Dpieusb_specific.c1758 fwrite(shading.data, 1, shading.image_size_bytes, fs); in pieusb_calculate_shading()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/examples/
H A Dlightfield_encoder.c56 int image_size_bytes = 0; in aom_img_size_bytes() local
62 image_size_bytes += w * h; in aom_img_size_bytes()
64 return image_size_bytes; in aom_img_size_bytes()
137 int image_size_bytes = aom_img_size_bytes(raw); in pass0() local
173 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass0()
205 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass0()
245 int image_size_bytes = aom_img_size_bytes(raw); in pass1() local
306 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass1()
369 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass1()
/dports/www/firefox/firefox-99.0/third_party/aom/examples/
H A Dlightfield_encoder.c56 int image_size_bytes = 0; in aom_img_size_bytes() local
62 image_size_bytes += w * h; in aom_img_size_bytes()
64 return image_size_bytes; in aom_img_size_bytes()
137 int image_size_bytes = aom_img_size_bytes(raw); in pass0() local
173 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass0()
205 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass0()
245 int image_size_bytes = aom_img_size_bytes(raw); in pass1() local
306 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass1()
369 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass1()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/examples/
H A Dlightfield_encoder.c56 int image_size_bytes = 0; in aom_img_size_bytes() local
62 image_size_bytes += w * h; in aom_img_size_bytes()
64 return image_size_bytes; in aom_img_size_bytes()
137 int image_size_bytes = aom_img_size_bytes(raw); in pass0() local
173 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass0()
205 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass0()
245 int image_size_bytes = aom_img_size_bytes(raw); in pass1() local
306 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass1()
369 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass1()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/examples/
H A Dlightfield_encoder.c56 int image_size_bytes = 0; in aom_img_size_bytes() local
62 image_size_bytes += w * h; in aom_img_size_bytes()
64 return image_size_bytes; in aom_img_size_bytes()
137 int image_size_bytes = aom_img_size_bytes(raw); in pass0() local
173 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass0()
205 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass0()
245 int image_size_bytes = aom_img_size_bytes(raw); in pass1() local
306 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass1()
369 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass1()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/examples/
H A Dlightfield_encoder.c56 int image_size_bytes = 0; in img_size_bytes() local
62 image_size_bytes += w * h; in img_size_bytes()
64 return image_size_bytes; in img_size_bytes()
137 int image_size_bytes = img_size_bytes(raw); in pass0() local
173 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass0()
205 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass0()
245 int image_size_bytes = img_size_bytes(raw); in pass1() local
325 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass1()
388 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass1()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/examples/
H A Dlightfield_encoder.c56 int image_size_bytes = 0; in img_size_bytes() local
62 image_size_bytes += w * h; in img_size_bytes()
64 return image_size_bytes; in img_size_bytes()
137 int image_size_bytes = img_size_bytes(raw); in pass0() local
173 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass0()
205 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass0()
245 int image_size_bytes = img_size_bytes(raw); in pass1() local
325 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass1()
388 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass1()
/dports/multimedia/aom/aom-3.2.0/examples/
H A Dlightfield_encoder.c56 int image_size_bytes = 0; in img_size_bytes() local
62 image_size_bytes += w * h; in img_size_bytes()
64 return image_size_bytes; in img_size_bytes()
137 int image_size_bytes = img_size_bytes(raw); in pass0() local
173 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass0()
205 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass0()
245 int image_size_bytes = img_size_bytes(raw); in pass1() local
325 fseek(infile, (block_ref_u + block_ref_v * lf_width) * image_size_bytes, in pass1()
388 fseek(infile, (u + v * lf_width) * image_size_bytes, SEEK_SET); in pass1()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dbitmap_image_metrics.cc49 size_t image_size_bytes) { in CountImageJpegDensity() argument
61 int image_size_kib = (image_size_bytes + 512) / 1024; in CountImageJpegDensity()
H A Dbitmap_image_metrics.h64 size_t image_size_bytes);
H A Dbitmap_image.cc217 size_t image_size_bytes) { in ImageDensityInCentiBpp() argument
219 return (static_cast<uint64_t>(image_size_bytes) * 100 * 8 + image_area / 2) / in ImageDensityInCentiBpp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dbitmap_image_metrics.cc49 size_t image_size_bytes) { in CountImageJpegDensity() argument
61 int image_size_kib = (image_size_bytes + 512) / 1024; in CountImageJpegDensity()
H A Dbitmap_image_metrics.h80 size_t image_size_bytes);
H A Dbitmap_image.cc209 size_t image_size_bytes) { in ImageDensityInCentiBpp() argument
211 return (static_cast<uint64_t>(image_size_bytes) * 100 * 8 + image_area / 2) / in ImageDensityInCentiBpp()