Searched refs:blocksizes (Results 1 – 20 of 20) 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 | res012.c | 101 int limit = (info->type == 2 ? vi->channels : 1) * ci->blocksizes[1] / 2; in res_unpack() 120 int pcmend=ci->blocksizes[vd->W]; in res_inverse()
|
D | floor0.c | 446 vorbis_lsp_to_curve(out,ci->blocksizes[vd->W]/2,info->barkmap, in floor0_inverse2() 451 memset(out,0,sizeof(*out)*ci->blocksizes[vd->W]/2); in floor0_inverse2()
|
D | codec_internal.h | 196 long blocksizes[2]; member
|
D | mapping0.c | 130 long n=ci->blocksizes[vd->W]; in mapping_inverse()
|
D | floor1.c | 380 int n=ci->blocksizes[vd->W]/2; in floor1_inverse2()
|
/external/eigen/bench/ |
D | benchmark-blocking-sizes.cpp | 162 size_triple_t blocksizes(compact_block_size); in run() local 163 eigen_block_size_k = blocksizes.k; in run() 164 eigen_block_size_m = blocksizes.m; in run() 165 eigen_block_size_n = blocksizes.n; in run()
|
/external/e2fsprogs/e2fsck/ |
D | CHANGES | 51 search through various blocksizes to find the correct one.)
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.19.txt | 58 the case of filesystem blocksizes > 1k.
|
D | v1.36.txt | 119 E2fsprogs programs will now accept blocksizes up to 65536; kernel
|
D | v1.41.txt | 1508 blocks, even for filesystems with very large blocksizes (i.e., 64kb).
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 306 blocksizes, the superblock is still located at an offset of 1024 bytes, 309 filesystems with larger blocksizes.
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.3rc1.rst | 581 tarfile.py: Correctly detect bzip2 compressed streams with blocksizes other
|
/external/e2fsprogs/debian/ |
D | changelog | 1455 * Mke2fs will check both the physical and logical blocksizes of a 2060 blocks, even for filesystems with very large blocksizes (i.e., 64kb). 2907 * E2fsprogs will now accept blocksizes up to 65536; kernel support on 2933 * Only use blocksizes > 4k on Linux 2.6 and newer systems. (Closes: #271064)
|
/external/e2fsprogs/po/ |
D | nl.po | 8934 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
|
D | tr.po | 8960 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
|
D | cs.po | 8884 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
|
D | es.po | 9061 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
|
/external/python/cpython3/Misc/ |
D | HISTORY | 8974 - tarfile.py: Correctly detect bzip2 compressed streams with blocksizes
|