Home
last modified time | relevance | path

Searched refs:Paeth (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dintrapred.cc48 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_C
317 DEFS::_##W##x##H::Paeth
371 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 …]
/external/ImageMagick/
DAUTHORS.txt134 Contributed the initial implementation of Alan Paeth's image rotation
/external/libpng/
DCHANGES334 Optimized Paeth calculations by replacing abs() function calls with intrinsics
356 More work on the Paeth-filtering, achieving imperceptible speedup
3694 Paeth filter speed improvements from work by Siarhei Siamashka. This
3695 changes the 'Paeth' reconstruction function to improve the GCC code