Home
last modified time | relevance | path

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

1234

/dports/graphics/guetzli/guetzli-1.0.1/guetzli/
H A Dquantize.h24 inline coeff_t Quantize(coeff_t raw_coeff, int quant) { in Quantize() argument
25 const int r = raw_coeff % quant; in Quantize()
28 return raw_coeff + delta; in Quantize()
/dports/devel/indi/indi-1.9.1/drivers/focuser/
H A Dmicrotouch.cpp168 double raw_temp = 0, raw_coeff = 0, tcomp_coeff = 0; in updateTemperature() local
176 raw_coeff = ((double)tcoeff) / 16; in updateTemperature()
183 TemperatureN[0].value = raw_temp + raw_coeff; in updateTemperature()
184 TemperatureSettingN[0].value = raw_coeff; in updateTemperature()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/formats/jpeg/
H A Drjpeg.c209 void *raw_data, *raw_coeff; member
1825 z->img_comp[i].raw_coeff = malloc(z->img_comp[i].coeff_w * in rjpeg__process_frame_header()
1827 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in rjpeg__process_frame_header()
1860 z->img_comp[i].raw_coeff = 0; in rjpeg__process_frame_header()
1910 j->img_comp[m].raw_coeff = NULL; in rjpeg__decode_jpeg_image()
2398 if (j->img_comp[i].raw_coeff) in rjpeg__cleanup_jpeg()
2400 free(j->img_comp[i].raw_coeff); in rjpeg__cleanup_jpeg()
2401 j->img_comp[i].raw_coeff = 0; in rjpeg__cleanup_jpeg()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/jpeg/
H A Drjpeg.c195 void *raw_data, *raw_coeff; member
1844 z->img_comp[i].raw_coeff = malloc(z->img_comp[i].coeff_w * in rjpeg_process_frame_header()
1846 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in rjpeg_process_frame_header()
1879 z->img_comp[i].raw_coeff = 0; in rjpeg_process_frame_header()
1929 j->img_comp[m].raw_coeff = NULL; in rjpeg_decode_jpeg_image()
2418 if (j->img_comp[i].raw_coeff) in rjpeg_cleanup_jpeg()
2420 free(j->img_comp[i].raw_coeff); in rjpeg_cleanup_jpeg()
2421 j->img_comp[i].raw_coeff = 0; in rjpeg_cleanup_jpeg()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/formats/jpeg/
H A Drjpeg.c195 void *raw_data, *raw_coeff; member
1844 z->img_comp[i].raw_coeff = malloc(z->img_comp[i].coeff_w * in rjpeg_process_frame_header()
1846 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in rjpeg_process_frame_header()
1879 z->img_comp[i].raw_coeff = 0; in rjpeg_process_frame_header()
1929 j->img_comp[m].raw_coeff = NULL; in rjpeg_decode_jpeg_image()
2418 if (j->img_comp[i].raw_coeff) in rjpeg_cleanup_jpeg()
2420 free(j->img_comp[i].raw_coeff); in rjpeg_cleanup_jpeg()
2421 j->img_comp[i].raw_coeff = 0; in rjpeg_cleanup_jpeg()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/formats/jpeg/
H A Drjpeg.c209 void *raw_data, *raw_coeff; member
1825 z->img_comp[i].raw_coeff = malloc(z->img_comp[i].coeff_w * in rjpeg__process_frame_header()
1827 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in rjpeg__process_frame_header()
1860 z->img_comp[i].raw_coeff = 0; in rjpeg__process_frame_header()
1910 j->img_comp[m].raw_coeff = NULL; in rjpeg__decode_jpeg_image()
2398 if (j->img_comp[i].raw_coeff) in rjpeg__cleanup_jpeg()
2400 free(j->img_comp[i].raw_coeff); in rjpeg__cleanup_jpeg()
2401 j->img_comp[i].raw_coeff = 0; in rjpeg__cleanup_jpeg()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/formats/jpeg/
H A Drjpeg.c195 void *raw_data, *raw_coeff; member
1844 z->img_comp[i].raw_coeff = malloc(z->img_comp[i].coeff_w * in rjpeg_process_frame_header()
1846 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in rjpeg_process_frame_header()
1879 z->img_comp[i].raw_coeff = 0; in rjpeg_process_frame_header()
1929 j->img_comp[m].raw_coeff = NULL; in rjpeg_decode_jpeg_image()
2418 if (j->img_comp[i].raw_coeff) in rjpeg_cleanup_jpeg()
2420 free(j->img_comp[i].raw_coeff); in rjpeg_cleanup_jpeg()
2421 j->img_comp[i].raw_coeff = 0; in rjpeg_cleanup_jpeg()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/formats/jpeg/
H A Drjpeg.c209 void *raw_data, *raw_coeff; member
1825 z->img_comp[i].raw_coeff = malloc(z->img_comp[i].coeff_w * in rjpeg__process_frame_header()
1827 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in rjpeg__process_frame_header()
1860 z->img_comp[i].raw_coeff = 0; in rjpeg__process_frame_header()
1910 j->img_comp[m].raw_coeff = NULL; in rjpeg__decode_jpeg_image()
2398 if (j->img_comp[i].raw_coeff) in rjpeg__cleanup_jpeg()
2400 free(j->img_comp[i].raw_coeff); in rjpeg__cleanup_jpeg()
2401 j->img_comp[i].raw_coeff = 0; in rjpeg__cleanup_jpeg()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/formats/jpeg/
H A Drjpeg.c209 void *raw_data, *raw_coeff; member
1825 z->img_comp[i].raw_coeff = malloc(z->img_comp[i].coeff_w * in rjpeg__process_frame_header()
1827 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in rjpeg__process_frame_header()
1860 z->img_comp[i].raw_coeff = 0; in rjpeg__process_frame_header()
1910 j->img_comp[m].raw_coeff = NULL; in rjpeg__decode_jpeg_image()
2398 if (j->img_comp[i].raw_coeff) in rjpeg__cleanup_jpeg()
2400 free(j->img_comp[i].raw_coeff); in rjpeg__cleanup_jpeg()
2401 j->img_comp[i].raw_coeff = 0; in rjpeg__cleanup_jpeg()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/formats/jpeg/
H A Drjpeg.c195 void *raw_data, *raw_coeff; member
1844 z->img_comp[i].raw_coeff = malloc(z->img_comp[i].coeff_w * in rjpeg_process_frame_header()
1846 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in rjpeg_process_frame_header()
1879 z->img_comp[i].raw_coeff = 0; in rjpeg_process_frame_header()
1929 j->img_comp[m].raw_coeff = NULL; in rjpeg_decode_jpeg_image()
2418 if (j->img_comp[i].raw_coeff) in rjpeg_cleanup_jpeg()
2420 free(j->img_comp[i].raw_coeff); in rjpeg_cleanup_jpeg()
2421 j->img_comp[i].raw_coeff = 0; in rjpeg_cleanup_jpeg()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/formats/jpeg/
H A Drjpeg.c195 void *raw_data, *raw_coeff; member
1844 z->img_comp[i].raw_coeff = malloc(z->img_comp[i].coeff_w * in rjpeg_process_frame_header()
1846 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in rjpeg_process_frame_header()
1879 z->img_comp[i].raw_coeff = 0; in rjpeg_process_frame_header()
1929 j->img_comp[m].raw_coeff = NULL; in rjpeg_decode_jpeg_image()
2418 if (j->img_comp[i].raw_coeff) in rjpeg_cleanup_jpeg()
2420 free(j->img_comp[i].raw_coeff); in rjpeg_cleanup_jpeg()
2421 j->img_comp[i].raw_coeff = 0; in rjpeg_cleanup_jpeg()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/formats/jpeg/
H A Drjpeg.c331 void *raw_data, *raw_coeff; member
1829 …z->img_comp[i].raw_coeff = malloc(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * sizeof(sh… in rjpeg__process_frame_header()
1830 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in rjpeg__process_frame_header()
1833 z->img_comp[i].raw_coeff = 0; in rjpeg__process_frame_header()
1879 j->img_comp[m].raw_coeff = NULL; in rjpeg__decode_jpeg_image()
2358 if (j->img_comp[i].raw_coeff) in rjpeg__cleanup_jpeg()
2360 free(j->img_comp[i].raw_coeff); in rjpeg__cleanup_jpeg()
2361 j->img_comp[i].raw_coeff = 0; in rjpeg__cleanup_jpeg()
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_image.h1471 void *raw_data, *raw_coeff; member
2774 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size… in stbi__process_frame_header()
2775 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
2778 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
2822 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
3298 if (j->img_comp[i].raw_coeff) { in stbi__cleanup_jpeg()
3299 STBI_FREE(j->img_comp[i].raw_coeff); in stbi__cleanup_jpeg()
3300 j->img_comp[i].raw_coeff = 0; in stbi__cleanup_jpeg()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A Dstb_image.h1536 void *raw_data, *raw_coeff; member
2817 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size… in stbi__process_frame_header()
2818 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
2821 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
2865 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
3334 if (j->img_comp[i].raw_coeff) { in stbi__cleanup_jpeg()
3335 STBI_FREE(j->img_comp[i].raw_coeff); in stbi__cleanup_jpeg()
3336 j->img_comp[i].raw_coeff = 0; in stbi__cleanup_jpeg()
/dports/security/ridl/ridl-11b3240/nuklear/example/
H A Dstb_image.h1494 void *raw_data, *raw_coeff; member
2775 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size… in stbi__process_frame_header()
2776 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
2779 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
2823 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
3292 if (j->img_comp[i].raw_coeff) { in stbi__cleanup_jpeg()
3293 STBI_FREE(j->img_comp[i].raw_coeff); in stbi__cleanup_jpeg()
3294 j->img_comp[i].raw_coeff = 0; in stbi__cleanup_jpeg()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h1494 void *raw_data, *raw_coeff; member
2775 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size… in stbi__process_frame_header()
2776 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
2779 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
2823 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
3292 if (j->img_comp[i].raw_coeff) { in stbi__cleanup_jpeg()
3293 STBI_FREE(j->img_comp[i].raw_coeff); in stbi__cleanup_jpeg()
3294 j->img_comp[i].raw_coeff = 0; in stbi__cleanup_jpeg()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h1494 void *raw_data, *raw_coeff; member
2775 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size… in stbi__process_frame_header()
2776 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
2779 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
2823 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
3292 if (j->img_comp[i].raw_coeff) { in stbi__cleanup_jpeg()
3293 STBI_FREE(j->img_comp[i].raw_coeff); in stbi__cleanup_jpeg()
3294 j->img_comp[i].raw_coeff = 0; in stbi__cleanup_jpeg()
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dstb_image.h1494 void *raw_data, *raw_coeff; member
2775 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size… in stbi__process_frame_header()
2776 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
2779 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
2823 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
3292 if (j->img_comp[i].raw_coeff) { in stbi__cleanup_jpeg()
3293 STBI_FREE(j->img_comp[i].raw_coeff); in stbi__cleanup_jpeg()
3294 j->img_comp[i].raw_coeff = 0; in stbi__cleanup_jpeg()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/gltf/
H A Dstb_image.h1494 void *raw_data, *raw_coeff; member
2775 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size… in stbi__process_frame_header()
2776 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
2779 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
2823 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
3292 if (j->img_comp[i].raw_coeff) { in stbi__cleanup_jpeg()
3293 STBI_FREE(j->img_comp[i].raw_coeff); in stbi__cleanup_jpeg()
3294 j->img_comp[i].raw_coeff = 0; in stbi__cleanup_jpeg()
/dports/devel/emscripten/emscripten-2.0.3/third_party/
H A Dstb_image.c1494 void *raw_data, *raw_coeff; member
2775 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size… in stbi__process_frame_header()
2776 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
2779 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
2823 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
3292 if (j->img_comp[i].raw_coeff) { in stbi__cleanup_jpeg()
3293 STBI_FREE(j->img_comp[i].raw_coeff); in stbi__cleanup_jpeg()
3294 j->img_comp[i].raw_coeff = 0; in stbi__cleanup_jpeg()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h1494 void *raw_data, *raw_coeff; member
2775 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size… in stbi__process_frame_header()
2776 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
2779 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
2823 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
3292 if (j->img_comp[i].raw_coeff) { in stbi__cleanup_jpeg()
3293 STBI_FREE(j->img_comp[i].raw_coeff); in stbi__cleanup_jpeg()
3294 j->img_comp[i].raw_coeff = 0; in stbi__cleanup_jpeg()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h1494 void *raw_data, *raw_coeff; member
2775 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size… in stbi__process_frame_header()
2776 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
2779 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
2823 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
3292 if (j->img_comp[i].raw_coeff) { in stbi__cleanup_jpeg()
3293 STBI_FREE(j->img_comp[i].raw_coeff); in stbi__cleanup_jpeg()
3294 j->img_comp[i].raw_coeff = 0; in stbi__cleanup_jpeg()
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/example/
H A Dstb_image.h1494 void *raw_data, *raw_coeff;
2775 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size…
2776 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15);
2779 z->img_comp[i].raw_coeff = 0;
2823 j->img_comp[m].raw_coeff = NULL;
3292 if (j->img_comp[i].raw_coeff) {
3293 STBI_FREE(j->img_comp[i].raw_coeff);
3294 j->img_comp[i].raw_coeff = 0;
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/example/
H A Dstb_image.h1494 void *raw_data, *raw_coeff; member
2775 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size… in stbi__process_frame_header()
2776 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
2779 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
2823 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
3292 if (j->img_comp[i].raw_coeff) { in stbi__cleanup_jpeg()
3293 STBI_FREE(j->img_comp[i].raw_coeff); in stbi__cleanup_jpeg()
3294 j->img_comp[i].raw_coeff = 0; in stbi__cleanup_jpeg()
/dports/graphics/flif/FLIF-0.3-96-g74ea92b/extern/
H A Dstb_image.h1494 void *raw_data, *raw_coeff; member
2775 …z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * size… in stbi__process_frame_header()
2776 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
2779 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
2823 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
3292 if (j->img_comp[i].raw_coeff) { in stbi__cleanup_jpeg()
3293 STBI_FREE(j->img_comp[i].raw_coeff); in stbi__cleanup_jpeg()
3294 j->img_comp[i].raw_coeff = 0; in stbi__cleanup_jpeg()

1234