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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Datrac3data.h131 static const float matrixCoeffs[8] = {0.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0, 1.0}; variable
H A Datrac3.c571 mc1_l = matrixCoeffs[s1*2];
572 mc1_r = matrixCoeffs[s1*2+1];
573 mc2_l = matrixCoeffs[s2*2];
574 mc2_r = matrixCoeffs[s2*2+1];

Completed in 107 milliseconds