Home
last modified time | relevance | path

Searched defs:chd (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dchdcodec.cpp295 chd_cd_compressor(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_cd_compressor()
364 chd_cd_decompressor(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_cd_decompressor()
491 chd_codec::chd_codec(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_codec()
528 chd_compressor::chd_compressor(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_compressor()
543 chd_decompressor::chd_decompressor(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_decompressor()
559 chd_compressor *chd_codec_list::new_compressor(chd_codec_type type, chd_file &chd) in new_compressor()
572 chd_decompressor *chd_codec_list::new_decompressor(chd_codec_type type, chd_file &chd) in new_decompressor()
617 chd_compressor_group::chd_compressor_group(chd_file &chd, uint32_t compressor_list[4]) in chd_compressor_group()
825 chd_zlib_compressor::chd_zlib_compressor(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_zlib_compressor()
1048 chd_lzma_compressor::chd_lzma_compressor(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_lzma_compressor()
[all …]
H A Dchdcodec.h56 chd_file &chd() const { return m_chd; } in chd() function
130 …static chd_compressor *construct_compressor(chd_file &chd, uint32_t hunkbytes, bool lossy) { retur… in construct_compressor()
133 …static chd_decompressor *construct_decompressor(chd_file &chd, uint32_t hunkbytes, bool lossy) { r… in construct_decompressor()
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dchdcodec.cpp295 chd_cd_compressor(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_cd_compressor()
364 chd_cd_decompressor(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_cd_decompressor()
491 chd_codec::chd_codec(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_codec()
528 chd_compressor::chd_compressor(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_compressor()
543 chd_decompressor::chd_decompressor(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_decompressor()
559 chd_compressor *chd_codec_list::new_compressor(chd_codec_type type, chd_file &chd) in new_compressor()
572 chd_decompressor *chd_codec_list::new_decompressor(chd_codec_type type, chd_file &chd) in new_decompressor()
617 chd_compressor_group::chd_compressor_group(chd_file &chd, uint32_t compressor_list[4]) in chd_compressor_group()
825 chd_zlib_compressor::chd_zlib_compressor(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_zlib_compressor()
1048 chd_lzma_compressor::chd_lzma_compressor(chd_file &chd, uint32_t hunkbytes, bool lossy) in chd_lzma_compressor()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/chd/
H A Dchdcodec.cpp325 chd_cd_compressor(chd_file &chd, UINT32 hunkbytes, bool lossy) in chd_cd_compressor()
394 chd_cd_decompressor(chd_file &chd, UINT32 hunkbytes, bool lossy) in chd_cd_decompressor()
522 chd_codec::chd_codec(chd_file &chd, UINT32 hunkbytes, bool lossy) in chd_codec()
559 chd_compressor::chd_compressor(chd_file &chd, UINT32 hunkbytes, bool lossy) in chd_compressor()
574 chd_decompressor::chd_decompressor(chd_file &chd, UINT32 hunkbytes, bool lossy) in chd_decompressor()
590 chd_compressor *chd_codec_list::new_compressor(chd_codec_type type, chd_file &chd) in new_compressor()
603 chd_decompressor *chd_codec_list::new_decompressor(chd_codec_type type, chd_file &chd) in new_decompressor()
648 chd_compressor_group::chd_compressor_group(chd_file &chd, UINT32 compressor_list[4]) in chd_compressor_group()
864 chd_zlib_compressor::chd_zlib_compressor(chd_file &chd, UINT32 hunkbytes, bool lossy) in chd_zlib_compressor()
1088 chd_lzma_compressor::chd_lzma_compressor(chd_file &chd, UINT32 hunkbytes, bool lossy) in chd_lzma_compressor()
[all …]
H A Dchdcodec.h84 chd_file &chd() const { return m_chd; } in chd() function
158 …static chd_compressor *construct_compressor(chd_file &chd, UINT32 hunkbytes, bool lossy) { return … in construct_compressor()
161 …static chd_decompressor *construct_decompressor(chd_file &chd, UINT32 hunkbytes, bool lossy) { ret… in construct_decompressor()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/lib/mame-chd/
H A Dchd.c484 struct chd_file chd = { 0 }; in chd_open() local
606 void chd_close(struct chd_file *chd) in chd_close()
836 UINT32 chd_read(struct chd_file *chd, UINT32 hunknum, UINT32 hunkcount, void *buffer) in chd_read()
945 const struct chd_header *chd_get_header(struct chd_file *chd) in chd_get_header()
1299 static int read_hunk_into_memory(struct chd_file *chd, UINT32 hunknum, UINT8 *dest) in read_hunk_into_memory()
1379 static int read_hunk_into_cache(struct chd_file *chd, UINT32 hunknum) in read_hunk_into_cache()
1666 static int read_hunk_map(struct chd_file *chd) in read_hunk_map()
1735 static void init_crcmap(struct chd_file *chd, int prepopulate) in init_crcmap()
1786 static void add_to_crcmap(struct chd_file *chd, UINT32 hunknum) in add_to_crcmap()
1982 static int init_codec(struct chd_file *chd) in init_codec()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/lib/mame-chd/
H A Dchd.c484 struct chd_file chd = { 0 }; in chd_open() local
606 void chd_close(struct chd_file *chd) in chd_close()
836 UINT32 chd_read(struct chd_file *chd, UINT32 hunknum, UINT32 hunkcount, void *buffer) in chd_read()
945 const struct chd_header *chd_get_header(struct chd_file *chd) in chd_get_header()
1299 static int read_hunk_into_memory(struct chd_file *chd, UINT32 hunknum, UINT8 *dest) in read_hunk_into_memory()
1379 static int read_hunk_into_cache(struct chd_file *chd, UINT32 hunknum) in read_hunk_into_cache()
1666 static int read_hunk_map(struct chd_file *chd) in read_hunk_map()
1735 static void init_crcmap(struct chd_file *chd, int prepopulate) in init_crcmap()
1786 static void add_to_crcmap(struct chd_file *chd, UINT32 hunknum) in add_to_crcmap()
1982 static int init_codec(struct chd_file *chd) in init_codec()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/formats/libchdr/
H A Dlibchdr_chd.c562 static chd_error decompress_v5_map(chd_file* chd, chd_header* header) in decompress_v5_map()
989 chd_error chd_precache(chd_file *chd) in chd_precache()
1019 void chd_close(chd_file *chd) in chd_close()
1105 RFILE *chd_core_file(chd_file *chd) in chd_core_file()
1160 const chd_header *chd_get_header(chd_file *chd) in chd_get_header()
1178 chd_error chd_read(chd_file *chd, UINT32 hunknum, void *buffer) in chd_read()
1256 chd_error chd_codec_config(chd_file *chd, int param, void *config) in chd_codec_config()
1344 static UINT32 header_guess_unitbytes(chd_file *chd) in header_guess_unitbytes()
1369 static chd_error header_read(chd_file *chd, chd_header *header) in header_read()
1507 static chd_error hunk_read_into_cache(chd_file *chd, UINT32 hunknum) in hunk_read_into_cache()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/libchdr/
H A Dlibchdr_chd.c566 static chd_error decompress_v5_map(chd_file* chd, chd_header* header) in decompress_v5_map()
957 chd_error chd_precache(chd_file *chd) in chd_precache()
1034 void chd_close(chd_file *chd) in chd_close()
1129 RFILE *chd_core_file(chd_file *chd) in chd_core_file()
1184 const chd_header *chd_get_header(chd_file *chd) in chd_get_header()
1202 chd_error chd_read(chd_file *chd, UINT32 hunknum, void *buffer) in chd_read()
1286 chd_error chd_codec_config(chd_file *chd, int param, void *config) in chd_codec_config()
1374 static UINT32 header_guess_unitbytes(chd_file *chd) in header_guess_unitbytes()
1400 static chd_error header_read(chd_file *chd, chd_header *header) in header_read()
1538 static chd_error hunk_read_into_cache(chd_file *chd, UINT32 hunknum) in hunk_read_into_cache()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/formats/libchdr/
H A Dlibchdr_chd.c566 static chd_error decompress_v5_map(chd_file* chd, chd_header* header) in decompress_v5_map()
957 chd_error chd_precache(chd_file *chd) in chd_precache()
1034 void chd_close(chd_file *chd) in chd_close()
1129 RFILE *chd_core_file(chd_file *chd) in chd_core_file()
1184 const chd_header *chd_get_header(chd_file *chd) in chd_get_header()
1202 chd_error chd_read(chd_file *chd, UINT32 hunknum, void *buffer) in chd_read()
1286 chd_error chd_codec_config(chd_file *chd, int param, void *config) in chd_codec_config()
1374 static UINT32 header_guess_unitbytes(chd_file *chd) in header_guess_unitbytes()
1400 static chd_error header_read(chd_file *chd, chd_header *header) in header_read()
1538 static chd_error hunk_read_into_cache(chd_file *chd, UINT32 hunknum) in hunk_read_into_cache()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/formats/libchdr/
H A Dlibchdr_chd.c562 static chd_error decompress_v5_map(chd_file* chd, chd_header* header) in decompress_v5_map()
989 chd_error chd_precache(chd_file *chd) in chd_precache()
1019 void chd_close(chd_file *chd) in chd_close()
1105 RFILE *chd_core_file(chd_file *chd) in chd_core_file()
1160 const chd_header *chd_get_header(chd_file *chd) in chd_get_header()
1178 chd_error chd_read(chd_file *chd, UINT32 hunknum, void *buffer) in chd_read()
1256 chd_error chd_codec_config(chd_file *chd, int param, void *config) in chd_codec_config()
1344 static UINT32 header_guess_unitbytes(chd_file *chd) in header_guess_unitbytes()
1369 static chd_error header_read(chd_file *chd, chd_header *header) in header_read()
1507 static chd_error hunk_read_into_cache(chd_file *chd, UINT32 hunknum) in hunk_read_into_cache()
[all …]
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/formats/libchdr/
H A Dlibchdr_chd.c566 static chd_error decompress_v5_map(chd_file* chd, chd_header* header) in decompress_v5_map()
957 chd_error chd_precache(chd_file *chd) in chd_precache()
1034 void chd_close(chd_file *chd) in chd_close()
1129 RFILE *chd_core_file(chd_file *chd) in chd_core_file()
1184 const chd_header *chd_get_header(chd_file *chd) in chd_get_header()
1202 chd_error chd_read(chd_file *chd, UINT32 hunknum, void *buffer) in chd_read()
1280 chd_error chd_codec_config(chd_file *chd, int param, void *config) in chd_codec_config()
1368 static UINT32 header_guess_unitbytes(chd_file *chd) in header_guess_unitbytes()
1394 static chd_error header_read(chd_file *chd, chd_header *header) in header_read()
1532 static chd_error hunk_read_into_cache(chd_file *chd, UINT32 hunknum) in hunk_read_into_cache()
[all …]
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/formats/libchdr/
H A Dlibchdr_chd.c562 static chd_error decompress_v5_map(chd_file* chd, chd_header* header) in decompress_v5_map()
989 chd_error chd_precache(chd_file *chd) in chd_precache()
1019 void chd_close(chd_file *chd) in chd_close()
1105 RFILE *chd_core_file(chd_file *chd) in chd_core_file()
1160 const chd_header *chd_get_header(chd_file *chd) in chd_get_header()
1178 chd_error chd_read(chd_file *chd, UINT32 hunknum, void *buffer) in chd_read()
1256 chd_error chd_codec_config(chd_file *chd, int param, void *config) in chd_codec_config()
1344 static UINT32 header_guess_unitbytes(chd_file *chd) in header_guess_unitbytes()
1369 static chd_error header_read(chd_file *chd, chd_header *header) in header_read()
1507 static chd_error hunk_read_into_cache(chd_file *chd, UINT32 hunknum) in hunk_read_into_cache()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/formats/libchdr/
H A Dlibchdr_chd.c562 static chd_error decompress_v5_map(chd_file* chd, chd_header* header) in decompress_v5_map()
979 chd_error chd_precache(chd_file *chd) in chd_precache()
1009 void chd_close(chd_file *chd) in chd_close()
1095 RFILE *chd_core_file(chd_file *chd) in chd_core_file()
1150 const chd_header *chd_get_header(chd_file *chd) in chd_get_header()
1168 chd_error chd_read(chd_file *chd, UINT32 hunknum, void *buffer) in chd_read()
1246 chd_error chd_codec_config(chd_file *chd, int param, void *config) in chd_codec_config()
1334 static UINT32 header_guess_unitbytes(chd_file *chd) in header_guess_unitbytes()
1359 static chd_error header_read(chd_file *chd, chd_header *header) in header_read()
1497 static chd_error hunk_read_into_cache(chd_file *chd, UINT32 hunknum) in hunk_read_into_cache()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/formats/libchdr/
H A Dlibchdr_chd.c566 static chd_error decompress_v5_map(chd_file* chd, chd_header* header) in decompress_v5_map()
957 chd_error chd_precache(chd_file *chd) in chd_precache()
1034 void chd_close(chd_file *chd) in chd_close()
1129 RFILE *chd_core_file(chd_file *chd) in chd_core_file()
1184 const chd_header *chd_get_header(chd_file *chd) in chd_get_header()
1202 chd_error chd_read(chd_file *chd, UINT32 hunknum, void *buffer) in chd_read()
1280 chd_error chd_codec_config(chd_file *chd, int param, void *config) in chd_codec_config()
1368 static UINT32 header_guess_unitbytes(chd_file *chd) in header_guess_unitbytes()
1394 static chd_error header_read(chd_file *chd, chd_header *header) in header_read()
1532 static chd_error hunk_read_into_cache(chd_file *chd, UINT32 hunknum) in hunk_read_into_cache()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/formats/libchdr/
H A Dlibchdr_chd.c566 static chd_error decompress_v5_map(chd_file* chd, chd_header* header) in decompress_v5_map()
957 chd_error chd_precache(chd_file *chd) in chd_precache()
1034 void chd_close(chd_file *chd) in chd_close()
1129 RFILE *chd_core_file(chd_file *chd) in chd_core_file()
1184 const chd_header *chd_get_header(chd_file *chd) in chd_get_header()
1202 chd_error chd_read(chd_file *chd, UINT32 hunknum, void *buffer) in chd_read()
1280 chd_error chd_codec_config(chd_file *chd, int param, void *config) in chd_codec_config()
1368 static UINT32 header_guess_unitbytes(chd_file *chd) in header_guess_unitbytes()
1394 static chd_error header_read(chd_file *chd, chd_header *header) in header_read()
1532 static chd_error hunk_read_into_cache(chd_file *chd, UINT32 hunknum) in hunk_read_into_cache()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/imagedev/
H A Dchd_cd.cpp65 chd_file *chd = machine().rom_load().get_disk_handle(owner()->tag() ); in device_start() local
87 chd_file *chd = nullptr; in call_load() local
/dports/emulators/mame/mame-mame0226/src/devices/imagedev/
H A Dchd_cd.cpp65 chd_file *chd = machine().rom_load().get_disk_handle(owner()->tag() ); in device_start() local
87 chd_file *chd = nullptr; in call_load() local
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmace.c158 ChannelData chd[2]; member
175 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx) in read_table()
190 static void chomp3(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp3()
201 static void chomp6(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp6()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmace.c158 ChannelData chd[2]; member
175 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx) in read_table()
190 static void chomp3(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp3()
201 static void chomp6(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp6()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmace.c158 ChannelData chd[2]; member
175 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx) in read_table()
190 static void chomp3(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp3()
201 static void chomp6(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp6()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmace.c158 ChannelData chd[2]; member
175 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx) in read_table()
190 static void chomp3(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp3()
201 static void chomp6(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp6()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmace.c158 ChannelData chd[2]; member
175 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx) in read_table()
190 static void chomp3(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp3()
201 static void chomp6(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp6()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmace.c158 ChannelData chd[2]; member
175 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx) in read_table()
190 static void chomp3(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp3()
201 static void chomp6(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp6()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmace.c158 ChannelData chd[2]; member
175 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx) in read_table()
190 static void chomp3(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp3()
201 static void chomp6(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp6()

12345678