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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fieldmatch.c490 int norm1, norm2, mtn1, mtn2; local
589 norm2 = (int)((accumNc / 6.0f) + 0.5f);
592 c1 = ((float)FFMAX(norm1,norm2)) / ((float)FFMAX(FFMIN(norm1,norm2),1));
594 mr = ((float)FFMAX(mtn1, mtn2)) / ((float)FFMAX(FFMAX(norm1,norm2),1));
603 ret = norm1 > norm2 ? match2 : match1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c1901 float *norm2 = norm + 8 * 100; local
1948 norm[j] = (norm[j] + norm2[j]) / 2;
1957 effective_lowband != -1 ? norm2 + (effective_lowband << s->duration) : NULL, s->duration,
1958 norm2 + band_offset, 0, 1.0f, lowband_scratch, cm[1]);

Completed in 91 milliseconds