Searched refs:SmoothFuncs_C (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred_smooth.cc | 33 struct SmoothFuncs_C { struct 34 SmoothFuncs_C() = delete; 62 void SmoothFuncs_C<block_width, block_height, Pixel>::Smooth( in Smooth() 96 void SmoothFuncs_C<block_width, block_height, Pixel>::SmoothVertical( in SmoothVertical() 123 void SmoothFuncs_C<block_width, block_height, Pixel>::SmoothHorizontal( in SmoothHorizontal() 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>; [all …]
|