Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: All big_values not found in frame (Read 2338 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

All big_values not found in frame

hi,
I am getting a problem in mp3 decoding.
While decoding the following mp3 file
http://www.aviral.co.uk/mp3/ISO_dist10.mp3
in the 85th frame,
big_values[0][0] is 209, while I am able to find only 206 values.
The frame data is as follows:
Frame Size = 3344 Bits
------------------------------------------------------
--Header Info Starts----------------------------------
------------------------------------------------------
Protection = 1 --No CRC Bits present--
Bitrate_index = 9 --128 kbps--
Sample_freq_index = 0 --Fs = 44.1 KHz--
Padding_bit = 1
Private Bit = 0
Mode = 0 --Stereo--
Mode Extension = 0
Copyright bit = 0
Original/copy bit = 0
Emphasis = 0
------------------------------------------------------
--Header Info Ends------------------------------------
------------------------------------------------------
------------------------------------------------------
--Frame Info Starts-----------------------------------
------------------------------------------------------
main_data_begin = @006
main_data_begin_x8 = 48
scfsi_0_0 = 0
scfsi_0_1 = 0
scfsi_0_2 = 0
scfsi_0_3 = 0
scfsi_1_0 = 0
scfsi_1_1 = 0
scfsi_1_2 = 0
scfsi_1_3 = 0
part2_3length_0_0 = 792
part2_3length_0_1 = 688
part2_3length_1_0 = 811
part2_3length_1_1 = 741
part2_3lengthh(all added togather) = 3032
part2_3lengthh_div8(Bytes) = #379
big_values_0_0 = 209
big_values_0_1 = 39
big_values_1_0 = 176
big_values_1_1 = 145
global_gain_0_0 = 191
global_gain_0_1 = 191
global_gain_1_0 = 190
global_gain_1_1 = 197
scalefac_cpress_0_0 = 13
scalefac_cpress_0_1 = 13
scalefac_cpress_1_0 = 13
scalefac_cpress_1_1 = 15
window_sw_flag_0_0 = 0
window_sw_flag_0_1 = 0
window_sw_flag_1_0 = 0
window_sw_flag_1_1 = 0
block_type_0_0 = 3
block_type_0_1 = 3
block_type_1_0 = 2
block_type_1_1 = 2
mixed_block_flag_0_0 = 0
mixed_block_flag_0_1 = 0
mixed_block_flag_1_0 = 0
mixed_block_flag_1_1 = 0
table_sel_0_0_0 = 9
table_sel_0_0_1 = 5
table_sel_0_0_2 = 3
table_sel_0_1_0 = 3
table_sel_0_1_1 = 9
table_sel_0_1_2 = 6
table_sel_1_0_0 = 9
table_sel_1_0_1 = 6
table_sel_1_0_2 = 3
table_sel_1_1_0 = 12
table_sel_1_1_1 = 1
table_sel_1_1_2 = 3
subblock_gain_0_0_0 = 0
subblock_gain_0_0_1 = 0
subblock_gain_0_0_2 = 0
subblock_gain_0_1_0 = 0
subblock_gain_0_1_1 = 0
subblock_gain_0_1_2 = 0
subblock_gain_1_0_0 = 0
subblock_gain_1_0_1 = 0
subblock_gain_1_0_2 = 0
subblock_gain_1_1_0 = 0
subblock_gain_1_1_1 = 0
subblock_gain_1_1_2 = 0
region0_count_0_0 = 6
region0_count_0_1 = 3
region0_count_1_0 = 6
region0_count_1_1 = 5
region1_count_0_0 = 7
region1_count_0_1 = 4
region1_count_1_0 = 7
region1_count_1_1 = 7
preflag_0_0 = 1
preflag_0_1 = 1
preflag_1_0 = 1
preflag_1_1 = 1
scalefac_scale_0_0 = 0
scalefac_scale_0_1 = 0
scalefac_scale_1_0 = 0
scalefac_scale_1_1 = 0
count1table_sel_0_0 = 1
count1table_sel_0_1 = 0
count1table_sel_1_0 = 1
count1table_sel_1_1 = 1
part2_len_0_0 = 63
part2_len_0_1 = 63
part2_len_1_0 = 108
part2_len_1_1 = 126
Can anybody help me with that.
Kr,
Aviral Mittal