comparison DOCS/tech/mpcf.txt @ 12379:4100528fadf1

limits too small, my CBR mp3 samples have 2x overhead after removial of size prediction
author michael
date Sat, 01 May 2004 18:48:42 +0000
parents 39974ab6ec8a
children f4878bfe49c8
comparison
equal deleted inserted replaced
12378:649f596054e0 12379:4100528fadf1
365 stream_id_plus1[frame_code] 365 stream_id_plus1[frame_code]
366 must be <250 366 must be <250
367 if its 0 then the stream_id is coded in the frame 367 if its 0 then the stream_id is coded in the frame
368 368
369 data_size_mul[frame_code] 369 data_size_mul[frame_code]
370 must be <250 370 must be <16384
371 371
372 data_size_lsb[frame_code] 372 data_size_lsb[frame_code]
373 must be <250 373 must be <16384
374 374
375 data_size 375 data_size
376 data_size= data_size_lsb + data_size_msb*data_size_mul; 376 data_size= data_size_lsb + data_size_msb*data_size_mul;
377 377
378 coded_timestamp 378 coded_timestamp