Searched refs:blocksizes (Results 1 – 16 of 16) sorted by relevance
/external/tremolo/Tremolo/ |
D | dsp.c | 76 v->work[i]=(ogg_int32_t *)_ogg_calloc(1,(ci->blocksizes[1]>>1)* in vorbis_dsp_init() 78 v->mdctright[i]=(ogg_int32_t *)_ogg_calloc(1,(ci->blocksizes[1]>>2)* in vorbis_dsp_init() 153 mdct_unroll_lap(ci->blocksizes[0],ci->blocksizes[1], in vorbis_dsp_pcmout() 155 _vorbis_window(ci->blocksizes[0]>>1), in vorbis_dsp_pcmout() 156 _vorbis_window(ci->blocksizes[1]>>1), in vorbis_dsp_pcmout() 194 return(ci->blocksizes[ci->mode_param[mode].blockflag]); in vorbis_packet_blocksize() 229 mdct_shift_right(ci->blocksizes[vd->lW],vd->work[i],vd->mdctright[i]); in vorbis_dsp_synthesis() 247 vd->out_end=ci->blocksizes[vd->lW]/4+ci->blocksizes[vd->W]/4; in vorbis_dsp_synthesis() 274 ci->blocksizes[vd->lW]/4+ci->blocksizes[vd->W]/4; in vorbis_dsp_synthesis() 307 ci->blocksizes[vd->lW]/4+ci->blocksizes[vd->W]/4; in vorbis_dsp_synthesis()
|
D | treminfo.c | 126 return ci ? ci->blocksizes[zo] : -1; in vorbis_info_blocksize() 193 ci->blocksizes[0]=1<<oggpack_read(opb,4); in _vorbis_unpack_info() 194 ci->blocksizes[1]=1<<oggpack_read(opb,4); in _vorbis_unpack_info() 197 if(vi->rate>=64000 || ci->blocksizes[1]>4096)goto err_out; in _vorbis_unpack_info() 199 if(vi->rate<64000 && ci->blocksizes[1]>4096)goto err_out; in _vorbis_unpack_info() 204 if(ci->blocksizes[0]<64)goto err_out; in _vorbis_unpack_info() 205 if(ci->blocksizes[1]<ci->blocksizes[0])goto err_out; in _vorbis_unpack_info() 206 if(ci->blocksizes[1]>8192)goto err_out; in _vorbis_unpack_info()
|
D | codec_internal.h | 196 long blocksizes[2]; member
|
D | floor0.c | 440 vorbis_lsp_to_curve(out,ci->blocksizes[vd->W]/2,info->barkmap, in floor0_inverse2() 445 memset(out,0,sizeof(*out)*ci->blocksizes[vd->W]/2); in floor0_inverse2()
|
D | mapping0.c | 130 long n=ci->blocksizes[vd->W]; in mapping_inverse()
|
D | res012.c | 111 int pcmend=ci->blocksizes[vd->W]; in res_inverse()
|
D | floor1.c | 379 int n=ci->blocksizes[vd->W]/2; in floor1_inverse2()
|
/external/e2fsprogs/e2fsck/ |
D | CHANGES | 51 search through various blocksizes to find the correct one.)
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 309 blocksizes, the superblock is still located at an offset of 1024 bytes, 312 filesystems with larger blocksizes.
|
/external/e2fsprogs/debian/ |
D | changelog | 592 blocks, even for filesystems with very large blocksizes (i.e., 64kb). 1439 * E2fsprogs will now accept blocksizes up to 65536; kernel support on 1465 * Only use blocksizes > 4k on Linux 2.6 and newer systems. (Closes: #271064)
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-14 | 341 (which works on UP and SMP). increased possible blocksizes.
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 1223 blocks, even for filesystems with very large blocksizes (i.e., 64kb). 2917 E2fsprogs programs will now accept blocksizes up to 65536; kernel 4691 the case of filesystem blocksizes > 1k.
|
/external/e2fsprogs/po/ |
D | nl.po | 5272 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
|
D | es.po | 5297 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
|
D | cs.po | 5157 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
|
D | tr.po | 5443 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
|