Searched refs:bank (Results 1 - 25 of 38) sorted by relevance

12

/external/speex/libspeex/
H A Dfilterbank.c56 FilterBank *bank; local
66 bank = (FilterBank*)speex_alloc(sizeof(FilterBank));
67 bank->nb_banks = banks;
68 bank->len = len;
69 bank->bank_left = (int*)speex_alloc(len*sizeof(int));
70 bank->bank_right = (int*)speex_alloc(len*sizeof(int));
71 bank->filter_left = (spx_word16_t*)speex_alloc(len*sizeof(spx_word16_t));
72 bank->filter_right = (spx_word16_t*)speex_alloc(len*sizeof(spx_word16_t));
75 bank->scaling = (float*)speex_alloc(banks*sizeof(float));
99 bank
122 filterbank_destroy(FilterBank *bank) argument
134 filterbank_compute_bank32(FilterBank *bank, spx_word32_t *ps, spx_word32_t *mel) argument
156 filterbank_compute_psd16(FilterBank *bank, spx_word16_t *mel, spx_word16_t *ps) argument
173 filterbank_compute_bank(FilterBank *bank, float *ps, float *mel) argument
190 filterbank_compute_psd(FilterBank *bank, float *mel, float *ps) argument
202 filterbank_psy_smooth(FilterBank *bank, float *ps, float *mask) argument
[all...]
H A Dfilterbank.h54 void filterbank_destroy(FilterBank *bank);
56 void filterbank_compute_bank32(FilterBank *bank, spx_word32_t *ps, spx_word32_t *mel);
58 void filterbank_compute_psd16(FilterBank *bank, spx_word16_t *mel, spx_word16_t *psd);
61 void filterbank_compute_bank(FilterBank *bank, float *psd, float *mel);
62 void filterbank_compute_psd(FilterBank *bank, float *mel, float *psd);
H A Dpreprocess.c187 FilterBank *bank; member in struct:SpeexPreprocessState_
446 st->bank = filterbank_new(M, sampling_rate, N, 1);
563 filterbank_destroy(st->bank);
661 filterbank_compute_bank32(st->bank, ps, ps+N);
761 filterbank_compute_bank32(st->bank, st->echo_noise, st->echo_noise+N);
784 filterbank_compute_bank32(st->bank, st->noise, st->noise+N);
872 filterbank_compute_psd16(st->bank,st->gain2+N, st->gain2);
873 filterbank_compute_psd16(st->bank,st->gain+N, st->gain);
878 filterbank_compute_psd16(st->bank,st->gain_floor+N, st->gain_floor);
933 filterbank_compute_psd16(st->bank,s
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosvideo.h38 unsigned char *bank[2]; member in struct:SDL_PrivateVideoData
H A DSDL_riscosFullScreenVideo.c81 void FULLSCREEN_SetWriteBank(int bank);
82 void FULLSCREEN_SetDisplayBank(int bank);
194 this->hidden->bank[0] = WIMP_CreateBuffer(width, height, bpp);
196 this->hidden->bank[0] = SDL_malloc(height * current->pitch);
197 if (this->hidden->bank[0] == 0)
207 /* Store address of allocated screen bank to be freed later */
211 this->hidden->alloc_bank = this->hidden->bank[0];
214 this->hidden->bank[0] += 60; /* Start of sprite data */
215 if (bpp == 8) this->hidden->bank[0] += 2048; /* 8bpp sprite have palette first */
221 SDL_memset(this->hidden->bank[
619 FULLSCREEN_SetWriteBank(int bank) argument
627 FULLSCREEN_SetDisplayBank(int bank) argument
[all...]
H A DSDL_wimpvideo.c143 this->hidden->bank[0] = buffer + 60; /* Start of sprite data */
144 if (bpp == 8) this->hidden->bank[0] += 2048; /* 8bpp sprite have palette first */
146 this->hidden->bank[1] = buffer; /* Start of buffer */
163 SDL_memset(this->hidden->bank[0], 0, height * current->pitch);
166 current->pixels = this->hidden->bank[0];
357 unsigned int *pal = (unsigned int *)(this->hidden->bank[1]+60);
450 if (this->hidden->bank[0] == this->hidden->alloc_bank || riscos_backbuffer == 0)
459 SDL_memcpy(data, this->hidden->bank[0], width * height * this->screen->format->BytesPerPixel);
463 old_bank[0] = this->hidden->bank[0];
464 old_bank[1] = this->hidden->bank[
[all...]
H A DSDL_riscossprite.c147 int *sprite = ((int *)this->hidden->bank[1])+4;
149 regs.r[0] = (unsigned int)this->hidden->bank[1];
180 regs.r[1] = (unsigned int)this->hidden->bank[1];
181 regs.r[2] = (unsigned int)this->hidden->bank[1]+16;
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_blowup.c37 int i, j, num_mode, bank; local
54 bank = cookie_blow->num_mode[num_mode];
55 blow_mode = &(cookie_blow->blowup_modes[num_mode+(bank*5)]);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Deg_asm.c46 S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK2(cf->kcache[2].bank) |
47 S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK3(cf->kcache[3].bank) |
58 S_SQ_CF_ALU_WORD0_KCACHE_BANK0(cf->kcache[0].bank) |
59 S_SQ_CF_ALU_WORD0_KCACHE_BANK1(cf->kcache[1].bank);
H A Dr600_asm.h135 unsigned bank; member in struct:r600_bytecode_kcache
H A Dr600_asm.c834 /* Just check every possible combination of bank swizzle.
1202 /* we'll keep kcache sets sorted by bank & addr */
1205 unsigned bank, unsigned line)
1213 if (kcache[i].bank < bank)
1216 if ((kcache[i].bank == bank && kcache[i].addr > line+1) ||
1217 kcache[i].bank > bank) {
1226 kcache[i].bank
1203 r600_bytecode_alloc_kcache_line(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, unsigned bank, unsigned line) argument
1270 unsigned bank, line, sel = alu->src[i].sel; local
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Deg_asm.c46 S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK2(cf->kcache[2].bank) |
47 S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK3(cf->kcache[3].bank) |
58 S_SQ_CF_ALU_WORD0_KCACHE_BANK0(cf->kcache[0].bank) |
59 S_SQ_CF_ALU_WORD0_KCACHE_BANK1(cf->kcache[1].bank);
H A Dr600_asm.h135 unsigned bank; member in struct:r600_bytecode_kcache
H A Dr600_asm.c834 /* Just check every possible combination of bank swizzle.
1202 /* we'll keep kcache sets sorted by bank & addr */
1205 unsigned bank, unsigned line)
1213 if (kcache[i].bank < bank)
1216 if ((kcache[i].bank == bank && kcache[i].addr > line+1) ||
1217 kcache[i].bank > bank) {
1226 kcache[i].bank
1203 r600_bytecode_alloc_kcache_line(struct r600_bytecode *bc, struct r600_bytecode_kcache *kcache, unsigned bank, unsigned line) argument
1270 unsigned bank, line, sel = alu->src[i].sel; local
[all...]
/external/qemu/hw/
H A Dsmc91c111.c32 int bank; member in struct:__anon24854
70 qemu_put_be32(f, s->bank);
106 s->bank = qemu_get_be32(f);
304 s->bank = 0;
331 s->bank = value;
336 switch (s->bank) {
494 hw_error("smc91c111_write: Bad reg %d:%x\n", s->bank, (int)offset);
502 return s->bank;
506 switch (s->bank) {
634 hw_error("smc91c111_read: Bad reg %d:%x\n", s->bank, (in
[all...]
/external/grub/netboot/
H A Dsmc9000.c112 word bank; local
117 bank = inw(ioaddr + BANK_SELECT);
118 if ((bank & 0xFF00) != 0x3300) {
124 bank = inw(ioaddr + BANK_SELECT);
125 if ((bank & 0xFF00) != 0x3300) {
130 * hurt. This time, I need to switch the bank register to bank 1,
429 * Get the MAC address ( bank 1, regs 4 - 9 )
/external/sonivox/arm-fm-22k/host_src/
H A Deas_types.h227 EAS_U16 bank; member in struct:s_ext_audio_prg_chg_tag
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_types.h227 EAS_U16 bank; member in struct:s_ext_audio_prg_chg_tag
/external/sonivox/arm-wt-22k/host_src/
H A Deas_types.h232 EAS_U16 bank; member in struct:s_ext_audio_prg_chg_tag
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_fs.c319 unsigned int bank = 0; local
356 unsigned int bank_alu_offset = bank * 64;
358 unsigned int bank_tex_offset = bank * 32;
362 (bank << R400_BANK_SHIFT) | R400_R390_MODE_ENABLE : 0);//2
396 bank++;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c319 unsigned int bank = 0; local
356 unsigned int bank_alu_offset = bank * 64;
358 unsigned int bank_tex_offset = bank * 32;
362 (bank << R400_BANK_SHIFT) | R400_R390_MODE_ENABLE : 0);//2
396 bank++;
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_voicemgt.c377 /* link in DLS bank if downloaded */
2260 construct bank number as 7-bits (stored as 8) of existing MSB
2351 program change, bank select, channel volume CC7, pan CC10
2571 * searches the bank list for a program, then the individual program
2579 static EAS_RESULT VMFindProgram (const S_EAS *pEAS, EAS_U32 bank, EAS_U8 programNum, EAS_U16 *pRegionIndex) argument
2593 if (bank == (EAS_U32) pEAS->pBanks[i].locale)
2606 locale = ( bank << 8) | programNum;
2627 * searches the bank list for a program, then the individual program
2635 static EAS_RESULT VMFindDLSProgram (const S_DLS *pDLS, EAS_U32 bank, EAS_U8 programNum, EAS_U16 *pRegionIndex) argument
2646 locale = (bank <<
2690 EAS_U32 bank; local
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_voicemgt.c377 /* link in DLS bank if downloaded */
2260 construct bank number as 7-bits (stored as 8) of existing MSB
2351 program change, bank select, channel volume CC7, pan CC10
2571 * searches the bank list for a program, then the individual program
2579 static EAS_RESULT VMFindProgram (const S_EAS *pEAS, EAS_U32 bank, EAS_U8 programNum, EAS_U16 *pRegionIndex) argument
2593 if (bank == (EAS_U32) pEAS->pBanks[i].locale)
2606 locale = ( bank << 8) | programNum;
2627 * searches the bank list for a program, then the individual program
2635 static EAS_RESULT VMFindDLSProgram (const S_DLS *pDLS, EAS_U32 bank, EAS_U8 programNum, EAS_U16 *pRegionIndex) argument
2646 locale = (bank <<
2690 EAS_U32 bank; local
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_voicemgt.c377 /* link in DLS bank if downloaded */
2260 construct bank number as 7-bits (stored as 8) of existing MSB
2351 program change, bank select, channel volume CC7, pan CC10
2571 * searches the bank list for a program, then the individual program
2579 static EAS_RESULT VMFindProgram (const S_EAS *pEAS, EAS_U32 bank, EAS_U8 programNum, EAS_U16 *pRegionIndex) argument
2593 if (bank == (EAS_U32) pEAS->pBanks[i].locale)
2606 locale = ( bank << 8) | programNum;
2627 * searches the bank list for a program, then the individual program
2635 static EAS_RESULT VMFindDLSProgram (const S_DLS *pDLS, EAS_U32 bank, EAS_U8 programNum, EAS_U16 *pRegionIndex) argument
2646 locale = (bank <<
2690 EAS_U32 bank; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA.c677 int *bank,
695 SDL_NAME(XF86DGAGetVideoLL)(dis, screen , &offset, width, bank, ram);
697 *addr = MapPhysAddress(offset, *bank);
704 if ((mp = FindMap(offset, *bank)))
672 XF86DGAGetVideo( Display *dis, int screen, char **addr, int *width, int *bank, int *ram ) argument

Completed in 526 milliseconds

12