Searched refs:_64x64 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 270 using _64x64 = IntraPredFuncs_C<64, 64, Pixel>; typedef 295 using _64x64 = IntraPredBppFuncs_C<64, 64, bitdepth, Pixel>; typedef 848 Defs8bpp::_64x64::DcFill; in Init8bpp() 852 Defs::_64x64::DcTop; in Init8bpp() 856 Defs::_64x64::DcLeft; in Init8bpp() 860 Defs::_64x64::Dc; in Init8bpp() 864 Defs::_64x64::Vertical; in Init8bpp() 868 Defs::_64x64::Horizontal; in Init8bpp() 872 Defs::_64x64::Paeth; in Init8bpp() 1393 Defs10bpp::_64x64::DcFill; in Init10bpp() [all …]
|
D | intrapred_smooth.cc | 172 using _64x64 = SmoothFuncs_C<64, 64, Pixel>; typedef 453 Defs::_64x64::Smooth; in Init8bpp() 457 Defs::_64x64::SmoothVertical; in Init8bpp() 461 Defs::_64x64::SmoothHorizontal; in Init8bpp() 712 DefsHbd::_64x64::Smooth; in Init10bpp() 716 DefsHbd::_64x64::SmoothVertical; in Init10bpp() 720 DefsHbd::_64x64::SmoothHorizontal; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 525 using _64x64 = DcPredFuncs_NEON<6, 6, DcSum_NEON, DcStore_NEON<64, 64>>; typedef 713 DcDefs::_64x64::DcTop; in Init8bpp() 715 DcDefs::_64x64::DcLeft; in Init8bpp() 717 DcDefs::_64x64::Dc; in Init8bpp() 965 using _64x64 = DcPredFuncs_NEON<6, 6, DcSum_NEON, DcStore_NEON<64, 64>>; typedef 1358 DcDefs::_64x64::DcTop; in Init10bpp() 1360 DcDefs::_64x64::DcLeft; in Init10bpp() 1362 DcDefs::_64x64::Dc; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 533 using _64x64 = DcPredFuncs_SSE4_1<6, 6, DcSum64_SSE4_1, DcSum64_SSE4_1, typedef 572 using _64x64 = typedef 1489 DcDefs::_64x64::DcTop; in Init8bpp() 1565 DcDefs::_64x64::DcLeft; in Init8bpp() 1641 DcDefs::_64x64::Dc; in Init8bpp() 1793 DirDefs::_64x64::Horizontal; in Init8bpp() 2066 using _64x64 = typedef 2160 DirDefs::_64x64::Horizontal; in Init10bpp()
|