Home
last modified time | relevance | path

Searched refs:blocksizes (Results 1 – 20 of 20) sorted by relevance

/external/tremolo/Tremolo/
Ddsp.c76 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()
Dtreminfo.c126 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()
Dres012.c101 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()
Dfloor0.c453 vorbis_lsp_to_curve(out,ci->blocksizes[vd->W]/2,info->barkmap, in floor0_inverse2()
458 memset(out,0,sizeof(*out)*ci->blocksizes[vd->W]/2); in floor0_inverse2()
Dcodec_internal.h196 long blocksizes[2]; member
Dmapping0.c130 long n=ci->blocksizes[vd->W]; in mapping_inverse()
Dfloor1.c381 int n=ci->blocksizes[vd->W]/2; in floor1_inverse2()
/external/eigen/bench/
Dbenchmark-blocking-sizes.cpp162 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/
DCHANGES51 search through various blocksizes to find the correct one.)
/external/e2fsprogs/doc/RelNotes/
Dv1.19.txt58 the case of filesystem blocksizes > 1k.
Dv1.36.txt119 E2fsprogs programs will now accept blocksizes up to 65536; kernel
Dv1.41.txt1508 blocks, even for filesystems with very large blocksizes (i.e., 64kb).
/external/e2fsprogs/doc/
Dlibext2fs.texinfo306 blocksizes, the superblock is still located at an offset of 1024 bytes,
309 filesystems with larger blocksizes.
/external/python/cpython2/Misc/NEWS.d/
D2.7.3rc1.rst581 tarfile.py: Correctly detect bzip2 compressed streams with blocksizes other
/external/e2fsprogs/debian/
Dchangelog1668 * Mke2fs will check both the physical and logical blocksizes of a
2273 blocks, even for filesystems with very large blocksizes (i.e., 64kb).
3120 * E2fsprogs will now accept blocksizes up to 65536; kernel support on
3146 * Only use blocksizes > 4k on Linux 2.6 and newer systems. (Closes: #271064)
/external/e2fsprogs/po/
Dnl.po8705 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
Dtr.po8960 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
Dcs.po8751 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
Des.po8694 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
/external/python/cpython3/Misc/
DHISTORY8974 - tarfile.py: Correctly detect bzip2 compressed streams with blocksizes