Searched defs:Accumulator (Results 1 – 5 of 5) sorted by relevance
764 struct CV_EXPORTS Accumulator struct766 typedef T Type;769 template<> struct Accumulator<unsigned char> { typedef float Type; }; struct770 template<> struct Accumulator<unsigned short> { typedef float Type; }; argument771 template<> struct Accumulator<char> { typedef float Type; }; struct772 template<> struct Accumulator<short> { typedef float Type; }; argument
764 struct CV_EXPORTS Accumulator struct766 typedef T Type;769 template<> struct Accumulator<unsigned char> { typedef float Type; }; struct770 template<> struct Accumulator<unsigned short> { typedef float Type; }; struct771 template<> struct Accumulator<char> { typedef float Type; }; argument772 template<> struct Accumulator<short> { typedef float Type; }; argument
764 struct CV_EXPORTS Accumulator struct766 typedef T Type;769 template<> struct Accumulator<unsigned char> { typedef float Type; }; struct770 template<> struct Accumulator<unsigned short> { typedef float Type; }; argument771 template<> struct Accumulator<char> { typedef float Type; }; argument772 template<> struct Accumulator<short> { typedef float Type; }; struct
70 struct Accumulator { typedef T Type; }; struct
1098 int horz_stretch_ratio = 0, Accumulator = 0; in aty_var_to_crtc() local