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.c446 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()
Dcodec_internal.h196 long blocksizes[2]; member
Dmapping0.c130 long n=ci->blocksizes[vd->W]; in mapping_inverse()
Dfloor1.c380 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/fio/tools/
Dgenfio62 -b blocksize[,blocksize1, ...] : The blocksizes to test under fio format (4k, 1m, ...)
/external/lz4/doc/
Dlz4_Frame_format.md192 is only able to decode blocksizes defined in this spec.
/external/e2fsprogs/doc/
Dlibext2fs.texinfo306 blocksizes, the superblock is still located at an offset of 1024 bytes,
309 filesystems with larger blocksizes.
/external/e2fsprogs/debian/
Dchangelog1084 * Mke2fs will check both the physical and logical blocksizes of a
1689 blocks, even for filesystems with very large blocksizes (i.e., 64kb).
2536 * E2fsprogs will now accept blocksizes up to 65536; kernel support on
2562 * Only use blocksizes > 4k on Linux 2.6 and newer systems. (Closes: #271064)
/external/e2fsprogs/
DRELEASE-NOTES3615 blocks, even for filesystems with very large blocksizes (i.e., 64kb).
5309 E2fsprogs programs will now accept blocksizes up to 65536; kernel
7083 the case of filesystem blocksizes > 1k.
/external/fio/
DHOWTO1233 used with :option:`verify` and multiple blocksizes (via :option:`bsrange`),
/external/e2fsprogs/po/
Dnl.po8700 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
Dtr.po8782 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
Dcs.po8636 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
Des.po8800 #~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
/external/python/cpython2/Misc/
DNEWS4397 - tarfile.py: Correctly detect bzip2 compressed streams with blocksizes