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

/hardware/intel/img/psb_video/src/
H A Dpsb_texture.c148 static void psb_convert_coeffs(double Ycoeff, double Ucoeff, double Vcoeff,
152 static int psb_check_coeffs(double Ycoeff, double Ucoeff, double Vcoeff,
1028 psb_convert_coeffs(double Ycoeff, double Ucoeff, double Vcoeff, argument
1037 Vcoeff *= 256;
1049 while (psb_check_coeffs(Ycoeff, Ucoeff, Vcoeff, ConstantTerm, *pShift)) {
1052 Vcoeff /= 2;
1058 *pV = (signed char)(Vcoeff + 0.5);
1067 psb_check_coeffs(double Ycoeff, double Ucoeff, double Vcoeff, argument
1076 if ((Vcoeff > 127) || (Vcoeff <
[all...]

Completed in 96 milliseconds