Home
last modified time | relevance | path

Searched refs:xr34 (Results 1 - 1 of 1) sorted by relevance

/third_party/lame/libmp3lame/
H A Dvbrquantize.c116 vec_max_c(const float * xr34, unsigned int bw) in vec_max_c() argument
123 if (xfsf < xr34[0]) { in vec_max_c()
124 xfsf = xr34[0]; in vec_max_c()
126 if (xfsf < xr34[1]) { in vec_max_c()
127 xfsf = xr34[1]; in vec_max_c()
129 if (xfsf < xr34[2]) { in vec_max_c()
130 xfsf = xr34[2]; in vec_max_c()
132 if (xfsf < xr34[3]) { in vec_max_c()
133 xfsf = xr34[3]; in vec_max_c()
135 xr34 in vec_max_c()
148 find_lowest_scalefac(const FLOAT xr34) find_lowest_scalefac() argument
218 calc_sfb_noise_x34(const FLOAT * xr, const FLOAT * xr34, unsigned int bw, uint8_t sf) calc_sfb_noise_x34() argument
278 tri_calc_sfb_noise_x34(const FLOAT * xr, const FLOAT * xr34, FLOAT l3_xmin, unsigned int bw, uint8_t sf, calc_noise_cache_t * did_it) tri_calc_sfb_noise_x34() argument
324 guess_scalefac_x34(const FLOAT * xr, const FLOAT * xr34, FLOAT l3_xmin, unsigned int bw, uint8_t sf_min) guess_scalefac_x34() argument
347 find_scalefac_x34(const FLOAT * xr, const FLOAT * xr34, FLOAT l3_xmin, unsigned int bw, uint8_t sf_min) find_scalefac_x34() argument
[all...]

Completed in 3 milliseconds