Searched refs:_64x16 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 268 using _64x16 = IntraPredFuncs_C<64, 16, Pixel>; typedef 293 using _64x16 = IntraPredBppFuncs_C<64, 16, bitdepth, Pixel>; typedef 792 Defs8bpp::_64x16::DcFill; in Init8bpp() 796 Defs::_64x16::DcTop; in Init8bpp() 800 Defs::_64x16::DcLeft; in Init8bpp() 804 Defs::_64x16::Dc; in Init8bpp() 808 Defs::_64x16::Vertical; in Init8bpp() 812 Defs::_64x16::Horizontal; in Init8bpp() 816 Defs::_64x16::Paeth; in Init8bpp() 1337 Defs10bpp::_64x16::DcFill; in Init10bpp() [all …]
|
D | intrapred_smooth.cc | 170 using _64x16 = SmoothFuncs_C<64, 16, Pixel>; typedef 427 Defs::_64x16::Smooth; in Init8bpp() 431 Defs::_64x16::SmoothVertical; in Init8bpp() 435 Defs::_64x16::SmoothHorizontal; in Init8bpp() 686 DefsHbd::_64x16::Smooth; in Init10bpp() 690 DefsHbd::_64x16::SmoothVertical; in Init10bpp() 694 DefsHbd::_64x16::SmoothHorizontal; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 523 using _64x16 = DcPredFuncs_NEON<6, 4, DcSum_NEON, DcStore_NEON<64, 16>>; typedef 693 DcDefs::_64x16::DcTop; in Init8bpp() 695 DcDefs::_64x16::DcLeft; in Init8bpp() 697 DcDefs::_64x16::Dc; in Init8bpp() 963 using _64x16 = DcPredFuncs_NEON<6, 4, DcSum_NEON, DcStore_NEON<64, 16>>; typedef 1338 DcDefs::_64x16::DcTop; in Init10bpp() 1340 DcDefs::_64x16::DcLeft; in Init10bpp() 1342 DcDefs::_64x16::Dc; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 529 using _64x16 = DcPredFuncs_SSE4_1<6, 4, DcSum64_SSE4_1, DcSum16_SSE4_1, typedef 568 using _64x16 = typedef 1481 DcDefs::_64x16::DcTop; in Init8bpp() 1557 DcDefs::_64x16::DcLeft; in Init8bpp() 1633 DcDefs::_64x16::Dc; in Init8bpp() 1785 DirDefs::_64x16::Horizontal; in Init8bpp() 2062 using _64x16 = typedef 2152 DirDefs::_64x16::Horizontal; in Init10bpp()
|