Lines Matching defs:SmoothDefs
151 struct SmoothDefs { struct
154 using _4x4 = SmoothFuncs_C<4, 4, Pixel>;
155 using _4x8 = SmoothFuncs_C<4, 8, Pixel>;
156 using _4x16 = SmoothFuncs_C<4, 16, Pixel>;
157 using _8x4 = SmoothFuncs_C<8, 4, Pixel>;
158 using _8x8 = SmoothFuncs_C<8, 8, Pixel>;
159 using _8x16 = SmoothFuncs_C<8, 16, Pixel>;
160 using _8x32 = SmoothFuncs_C<8, 32, Pixel>;
161 using _16x4 = SmoothFuncs_C<16, 4, Pixel>;
162 using _16x8 = SmoothFuncs_C<16, 8, Pixel>;
163 using _16x16 = SmoothFuncs_C<16, 16, Pixel>;
164 using _16x32 = SmoothFuncs_C<16, 32, Pixel>;
165 using _16x64 = SmoothFuncs_C<16, 64, Pixel>;
166 using _32x8 = SmoothFuncs_C<32, 8, Pixel>;
167 using _32x16 = SmoothFuncs_C<32, 16, Pixel>;
168 using _32x32 = SmoothFuncs_C<32, 32, Pixel>;
169 using _32x64 = SmoothFuncs_C<32, 64, Pixel>;
170 using _64x16 = SmoothFuncs_C<64, 16, Pixel>;
171 using _64x32 = SmoothFuncs_C<64, 32, Pixel>;
172 using _64x64 = SmoothFuncs_C<64, 64, Pixel>;