Displaying 1 result from an estimated 1 matches for "enc_create".
Did you mean:
nc_create
2010 Dec 01
1
stack + heap sizes
...are those sizes really independent of any settings, like frame_size,
bitrate, complexity, etc. ?
?
at least in our configuration I find these requirements:?
?- native stack: < 2.1kB (enc or dec) measured by RealView Profiler
?- heap: (summing up the celt_alloc calls):
???? mode_create: 2430
???? enc_create: 10284
???? dec_create: 17568
?- GLOBAL_STACK_SIZE:
???? not sure! (default = 100k ???)
???? 2k is not enough, 5k is ok.
?
our config:
?- version = 0.9.1
?- ARM9, FIXED_POINT, DOUBLE_PRECISION
?- f<s> = 48kHz
?- frame_size = 240 (p.ch.) (--> 5ms)?
?- rate = 128 kbit/s (stereo)
?- vbr_rate...