Home
last modified time | relevance | path

Searched refs:SB_SIZE (Results 1 – 25 of 41) sorted by relevance

12

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/dfsound/
H A Dspu_c64x.h13 int SB[SB_SIZE * 24];
16 int _pad1[128/4 - ((SB_SIZE * 24) & (128/4 - 1))];
H A Dfreeze.c146 memcpy(d->SB, spu.SB + ch * SB_SIZE, sizeof(d->SB[0]) * SB_SIZE); in save_channel()
160 d->s_1 = spu.SB[ch * SB_SIZE + 27]; // yes it's reversed in save_channel()
161 d->s_2 = spu.SB[ch * SB_SIZE + 26]; in save_channel()
188 memcpy(spu.SB + ch * SB_SIZE, s->SB, sizeof(spu.SB[0]) * SB_SIZE); in load_channel()
306 for(i=0;i<MAXCHAN;i++) spu.SB[i * SB_SIZE + 28]=0; in SPUfreeze()
H A Dexternals.h176 #define SB_SIZE (32 + 4) macro
H A Dspu.c258 StartSoundSB(spu.SB + ch * SB_SIZE); in StartSound()
783 SB = spu.SB + ch * SB_SIZE; in do_channels()
998 StartSoundSB(spu.SB + ch * SB_SIZE); in do_channel_work()
1012 SB = spu.SB + ch * SB_SIZE; in do_channel_work()
1473 spu.SB = calloc(MAXCHAN, sizeof(spu.SB[0]) * SB_SIZE); in SPUinit()
H A Dspu_c64x_dspcode.c117 syscalls.cache_wb(spu.SB, sizeof(spu.SB[0]) * SB_SIZE * 24, 1); in do_processing()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/dfsound/
H A Dspu_c64x.h13 int SB[SB_SIZE * 24];
16 int _pad1[128/4 - ((SB_SIZE * 24) & (128/4 - 1))];
H A Dfreeze.c146 memcpy(d->SB, spu.SB + ch * SB_SIZE, sizeof(d->SB[0]) * SB_SIZE); in save_channel()
160 d->s_1 = spu.SB[ch * SB_SIZE + 27]; // yes it's reversed in save_channel()
161 d->s_2 = spu.SB[ch * SB_SIZE + 26]; in save_channel()
188 memcpy(spu.SB + ch * SB_SIZE, s->SB, sizeof(spu.SB[0]) * SB_SIZE); in load_channel()
306 for(i=0;i<MAXCHAN;i++) spu.SB[i * SB_SIZE + 28]=0; in SPUfreeze()
H A Dexternals.h176 #define SB_SIZE (32 + 4) macro
H A Dspu.c258 StartSoundSB(spu.SB + ch * SB_SIZE); in StartSound()
783 SB = spu.SB + ch * SB_SIZE; in do_channels()
998 StartSoundSB(spu.SB + ch * SB_SIZE); in do_channel_work()
1012 SB = spu.SB + ch * SB_SIZE; in do_channel_work()
1473 spu.SB = calloc(MAXCHAN, sizeof(spu.SB[0]) * SB_SIZE); in SPUinit()
H A Dspu_c64x_dspcode.c117 syscalls.cache_wb(spu.SB, sizeof(spu.SB[0]) * SB_SIZE * 24, 1); in do_processing()
/dports/multimedia/librav1e/rav1e-0.5.1/src/context/
H A Dsuperblock_unit.rs14 pub const SB_SIZE: usize = 1 << SB_SIZE_LOG2; const
15 const SB_SQUARE: usize = SB_SIZE * SB_SIZE;
/dports/multimedia/rav1e/rav1e-0.5.1/src/context/
H A Dsuperblock_unit.rs14 pub const SB_SIZE: usize = 1 << SB_SIZE_LOG2; const
15 const SB_SQUARE: usize = SB_SIZE * SB_SIZE;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/context/
H A Dsuperblock_unit.rs14 pub const SB_SIZE: usize = 1 << SB_SIZE_LOG2; const
15 const SB_SQUARE: usize = SB_SIZE * SB_SIZE;
/dports/multimedia/librav1e/rav1e-0.5.1/src/frame/
H A Dmod.rs13 use crate::context::SB_SIZE;
23 const LUMA_PADDING: usize = SB_SIZE + FRAME_MARGIN;
/dports/multimedia/rav1e/rav1e-0.5.1/src/frame/
H A Dmod.rs13 use crate::context::SB_SIZE;
23 const LUMA_PADDING: usize = SB_SIZE + FRAME_MARGIN;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/frame/
H A Dmod.rs12 use crate::context::SB_SIZE;
22 const LUMA_PADDING: usize = SB_SIZE + FRAME_MARGIN;
/dports/sysutils/gpart/gpart-0.1h/src/
H A Dgm_rfs.h65 #define SB_SIZE (sizeof(struct reiserfs_super_block)) macro
H A Dgm_rfs.c32 return (REISERFS_FIRST_BLOCK * 1024 + SB_SIZE); in rfs_init()
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Drfs.h75 #define SB_SIZE (sizeof(struct reiserfs_super_block)) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/reiserfs/
H A Dobjectid.c183 int new_size = (s->s_blocksize - SB_SIZE) / sizeof(__u32) / 2 * 2; in reiserfs_convert_objectid_map_v1()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/reiserfs/
H A Dobjectid.c183 int new_size = (s->s_blocksize - SB_SIZE) / sizeof(__u32) / 2 * 2; in reiserfs_convert_objectid_map_v1()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/reiserfs/
H A Dobjectid.c183 int new_size = (s->s_blocksize - SB_SIZE) / sizeof(__u32) / 2 * 2; in reiserfs_convert_objectid_map_v1()
/dports/science/ghemical/ghemical-3.0.0/src/
H A Doglview_wcl.cpp31 #define SB_SIZE 1024 // the selection buffer size. macro
51 select_buffer = new iGLu[SB_SIZE]; in oglview_wcl()
919 glSelectBuffer(SB_SIZE, select_buffer); in InitGL()
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dbcache.h154 #define SB_SIZE 4096 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dbcache.h154 #define SB_SIZE 4096 macro

12