Searched refs:_32x64 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 267 using _32x64 = IntraPredFuncs_C<32, 64, Pixel>; typedef 292 using _32x64 = IntraPredBppFuncs_C<32, 64, bitdepth, Pixel>; typedef 764 Defs8bpp::_32x64::DcFill; in Init8bpp() 768 Defs::_32x64::DcTop; in Init8bpp() 772 Defs::_32x64::DcLeft; in Init8bpp() 776 Defs::_32x64::Dc; in Init8bpp() 780 Defs::_32x64::Vertical; in Init8bpp() 784 Defs::_32x64::Horizontal; in Init8bpp() 788 Defs::_32x64::Paeth; in Init8bpp() 1309 Defs10bpp::_32x64::DcFill; in Init10bpp() [all …]
|
D | intrapred_smooth.cc | 169 using _32x64 = SmoothFuncs_C<32, 64, Pixel>; typedef 414 Defs::_32x64::Smooth; in Init8bpp() 418 Defs::_32x64::SmoothVertical; in Init8bpp() 422 Defs::_32x64::SmoothHorizontal; in Init8bpp() 673 DefsHbd::_32x64::Smooth; in Init10bpp() 677 DefsHbd::_32x64::SmoothVertical; in Init10bpp() 681 DefsHbd::_32x64::SmoothHorizontal; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 522 using _32x64 = DcPredFuncs_NEON<5, 6, DcSum_NEON, DcStore_NEON<32, 64>>; typedef 683 DcDefs::_32x64::DcTop; in Init8bpp() 685 DcDefs::_32x64::DcLeft; in Init8bpp() 687 DcDefs::_32x64::Dc; in Init8bpp() 962 using _32x64 = DcPredFuncs_NEON<5, 6, DcSum_NEON, DcStore_NEON<32, 64>>; typedef 1326 DcDefs::_32x64::DcTop; in Init10bpp() 1328 DcDefs::_32x64::DcLeft; in Init10bpp() 1330 DcDefs::_32x64::Dc; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 526 using _32x64 = DcPredFuncs_SSE4_1<5, 6, DcSum32_SSE4_1, DcSum64_SSE4_1, typedef 566 using _32x64 = typedef 1477 DcDefs::_32x64::DcTop; in Init8bpp() 1553 DcDefs::_32x64::DcLeft; in Init8bpp() 1629 DcDefs::_32x64::Dc; in Init8bpp() 1781 DirDefs::_32x64::Horizontal; in Init8bpp() 2060 using _32x64 = typedef 2148 DirDefs::_32x64::Horizontal; in Init10bpp()
|