Searched refs:Paeth (Results 1 – 3 of 3) sorted by relevance
48 static void Paeth(void* dest, ptrdiff_t stride, const void* top_row,186 void IntraPredFuncs_C<block_width, block_height, Pixel>::Paeth( in Paeth() function in libgav1::dsp::__anon27ffe68c0111::IntraPredFuncs_C317 DEFS::_##W##x##H::Paeth371 Defs::_4x4::Paeth; in Init8bpp()398 Defs::_4x8::Paeth; in Init8bpp()426 Defs::_4x16::Paeth; in Init8bpp()453 Defs::_8x4::Paeth; in Init8bpp()480 Defs::_8x8::Paeth; in Init8bpp()508 Defs::_8x16::Paeth; in Init8bpp()536 Defs::_8x32::Paeth; in Init8bpp()[all …]
134 Contributed the initial implementation of Alan Paeth's image rotation
334 Optimized Paeth calculations by replacing abs() function calls with intrinsics356 More work on the Paeth-filtering, achieving imperceptible speedup3694 Paeth filter speed improvements from work by Siarhei Siamashka. This3695 changes the 'Paeth' reconstruction function to improve the GCC code