Tremolo: Extend barklook table to add one more entry

Maximum value that can be passed to toBARK() is
32767 (half of info->rate which is a uint16_t variable).
Current barklook table results in a OOB read when this is above 31004.
This OOB read is now fixed by adding one more entry to the barlook table.

Bug: 199680600

Test: poc in bug description
Test: atest VorbisDecoderTest -- \
 --enable-module-dynamic-download=true
Test: atest VtsHalMediaC2V1_0TargetAudioDecTest
Test: atest CtsMediaV2TestCases:CodecDecoderTest
Change-Id: I5a1fc25fb3859524971e0b46f4bd6d4802289bc0
(cherry picked from commit a3cb331a9f4081309f2a0ba0e9892bff27f341b6)
1 file changed