Searched refs:sblimit (Results 1 – 2 of 2) sorted by relevance
62 int sblimit; /* number of used subbands */ member139 s->sblimit = ff_mpa_sblimit_table[table]; in MPA_encode_init()380 int sblimit) in compute_scale_factors() argument386 for(j=0;j<sblimit;j++) { in compute_scale_factors()496 for(i=0;i<s->sblimit;i++) { in psycho_acoustic_model()538 for(i=0;i<s->sblimit;i++) { in compute_bit_allocation()549 for(i=0;i<s->sblimit;i++) { in compute_bit_allocation()632 for(i=0;i<s->sblimit;i++) { in encode_frame()641 for(i=0;i<s->sblimit;i++) { in encode_frame()649 for(i=0;i<s->sblimit;i++) { in encode_frame()[all …]
462 int sblimit; /* number of used subbands */ in mp_decode_layer2() local474 sblimit = ff_mpa_sblimit_table[table]; in mp_decode_layer2()480 bound = sblimit; in mp_decode_layer2()482 ff_dlog(s->avctx, "bound=%d sblimit=%d\n", bound, sblimit); in mp_decode_layer2()485 if (bound > sblimit) in mp_decode_layer2()486 bound = sblimit; in mp_decode_layer2()496 for (i = bound; i < sblimit; i++) { in mp_decode_layer2()505 for (i = 0; i < sblimit; i++) { in mp_decode_layer2()517 for (i = 0; i < sblimit; i++) { in mp_decode_layer2()590 for (i = bound; i < sblimit; i++) { in mp_decode_layer2()[all …]