Lines Matching defs:l3_xmin
278 tri_calc_sfb_noise_x34(const FLOAT * xr, const FLOAT * xr34, FLOAT l3_xmin, unsigned int bw,
285 if (l3_xmin < did_it[sf].value) {
294 if (l3_xmin < did_it[sf_x].value) {
304 if (l3_xmin < did_it[sf_x].value) {
317 calc_scalefac(FLOAT l3_xmin, int bw)
320 return 210 + (int) (c * log10f(l3_xmin / bw) - .5f);
324 guess_scalefac_x34(const FLOAT * xr, const FLOAT * xr34, FLOAT l3_xmin, unsigned int bw, uint8_t sf_min)
326 int const guess = calc_scalefac(l3_xmin, bw);
347 find_scalefac_x34(const FLOAT * xr, const FLOAT * xr34, FLOAT l3_xmin, unsigned int bw,
359 uint8_t const bad = tri_calc_sfb_noise_x34(xr, xr34, l3_xmin, bw, sf, did_it);
395 block_sf(algo_t * that, const FLOAT l3_xmin[SFBMAX], int vbrsf[SFBMAX], int vbrsfmin[SFBMAX])
437 m2 = that->find(&xr[j], &xr34_orig[j], l3_xmin[sfb], l, m1);
445 uint8_t guess = calc_scalefac(l3_xmin[sfb], l);
1234 , const FLOAT xr34orig[576], const FLOAT l3_xmin[SFBMAX], int maxbits
1256 const FLOAT l3_xmin[2][2][SFBMAX], const int max_bits[2][2])
1305 vbrmax = block_sf(that, l3_xmin[gr][ch], sfwork, vbrsfmin);