Lines Matching refs:FLOAT

44 typedef uint8_t (*find_sf_f) (const FLOAT *, const FLOAT *, FLOAT, unsigned int, uint8_t);
49 const FLOAT *xr34orig;
87 #define DOUBLEX FLOAT
148 find_lowest_scalefac(const FLOAT xr34)
153 FLOAT const ixmax_val = IXMAX_VAL;
155 FLOAT const xfsf = ipow20[sf] * xr34;
217 static FLOAT
218 calc_sfb_noise_x34(const FLOAT * xr, const FLOAT * xr34, unsigned int bw, uint8_t sf)
222 const FLOAT sfpow = pow20[sf + Q_MAX2]; /*pow(2.0,sf/4.0); */
223 const FLOAT sfpow34 = ipow20[sf]; /*pow(sfpow,-3.0/4.0); */
225 FLOAT xfsf = 0;
271 FLOAT value;
278 tri_calc_sfb_noise_x34(const FLOAT * xr, const FLOAT * xr34, FLOAT l3_xmin, unsigned int bw,
317 calc_scalefac(FLOAT l3_xmin, int bw)
319 FLOAT const c = 5.799142446; /* 10 * 10^(2/3) * log10(4/3) */
324 guess_scalefac_x34(const FLOAT * xr, const FLOAT * xr34, FLOAT l3_xmin, unsigned int bw, uint8_t sf_min)
347 find_scalefac_x34(const FLOAT * xr, const FLOAT * xr34, FLOAT l3_xmin, unsigned int bw,
395 block_sf(algo_t * that, const FLOAT l3_xmin[SFBMAX], int vbrsf[SFBMAX], int vbrsfmin[SFBMAX])
397 FLOAT max_xr34;
398 const FLOAT *const xr = &that->cod_info->xr[0];
399 const FLOAT *const xr34_orig = &that->xr34orig[0];
504 const FLOAT *xr34_orig = that->xr34orig;
519 FLOAT const sfpow34 = ipow20[sfac];
1015 FLOAT const xrpow_max = that->cod_info->xrpow_max;
1143 FLOAT const xrpow_max = that->cod_info->xrpow_max;
1234 , const FLOAT xr34orig[576], const FLOAT l3_xmin[SFBMAX], int maxbits
1255 VBR_encode_frame(lame_internal_flags * gfc, const FLOAT xr34orig[2][2][576],
1256 const FLOAT l3_xmin[2][2][SFBMAX], const int max_bits[2][2])