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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Daudio_mix_matrix.c96 double maxcoef = 0; local
281 maxcoef = FFMAX(maxcoef, sum);
287 if (normalize && maxcoef > 1.0) {
290 matrix_out[i * stride + j] /= maxcoef;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Drematrix.c117 double maxcoef=0; local
309 maxcoef= FFMAX(maxcoef, sum);
314 maxcoef = -s->rematrix_volume;
324 if(maxcoef > maxval || s->rematrix_volume < 0){
325 maxcoef /= maxval;
328 s->matrix[i][j] /= maxcoef;

Completed in 55 milliseconds