Home
last modified time | relevance | path

Searched defs:SmoothDefs (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dintrapred_smooth.cc151 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>;
[all …]