comparison vorbis.c @ 4174:8535fcac43c1 libavcodec

rename inverse -> ff_inverse
author mru
date Sun, 12 Nov 2006 18:49:36 +0000
parents 34fdffe98bd0
children 7595ead28402
comparison
equal deleted inserted replaced
4173:af40e7d99b8c 4174:8535fcac43c1
1436 uint_fast16_t j_times_ptns_to_read; 1436 uint_fast16_t j_times_ptns_to_read;
1437 1437
1438 voffset=vr->begin; 1438 voffset=vr->begin;
1439 for(partition_count=0;partition_count<ptns_to_read;) { // SPEC error 1439 for(partition_count=0;partition_count<ptns_to_read;) { // SPEC error
1440 if (!pass) { 1440 if (!pass) {
1441 uint_fast32_t inverse_class = inverse[vr->classifications]; 1441 uint_fast32_t inverse_class = ff_inverse[vr->classifications];
1442 for(j_times_ptns_to_read=0, j=0;j<ch_used;++j) { 1442 for(j_times_ptns_to_read=0, j=0;j<ch_used;++j) {
1443 if (!do_not_decode[j]) { 1443 if (!do_not_decode[j]) {
1444 uint_fast32_t temp=get_vlc2(gb, vc->codebooks[vr->classbook].vlc.table, 1444 uint_fast32_t temp=get_vlc2(gb, vc->codebooks[vr->classbook].vlc.table,
1445 vc->codebooks[vr->classbook].nb_bits, 3); 1445 vc->codebooks[vr->classbook].nb_bits, 3);
1446 1446