Searched refs:maxcoef (Results 1 – 2 of 2) sorted by relevance
96 double maxcoef = 0; in avresample_build_matrix() local281 maxcoef = FFMAX(maxcoef, sum); in avresample_build_matrix()287 if (normalize && maxcoef > 1.0) { in avresample_build_matrix()290 matrix_out[i * stride + j] /= maxcoef; in avresample_build_matrix()
128 double maxcoef=0; in swr_build_matrix() local331 maxcoef= FFMAX(maxcoef, sum); in swr_build_matrix()335 maxcoef = -rematrix_volume; in swr_build_matrix()337 if(maxcoef > maxval || rematrix_volume < 0){ in swr_build_matrix()338 maxcoef /= maxval; in swr_build_matrix()341 matrix_param[stride*i + j] /= maxcoef; in swr_build_matrix()