Searched refs:_16x64 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 263 using _16x64 = IntraPredFuncs_C<16, 64, Pixel>; typedef 288 using _16x64 = IntraPredBppFuncs_C<16, 64, bitdepth, Pixel>; typedef 652 Defs8bpp::_16x64::DcFill; in Init8bpp() 656 Defs::_16x64::DcTop; in Init8bpp() 660 Defs::_16x64::DcLeft; in Init8bpp() 664 Defs::_16x64::Dc; in Init8bpp() 668 Defs::_16x64::Vertical; in Init8bpp() 672 Defs::_16x64::Horizontal; in Init8bpp() 676 Defs::_16x64::Paeth; in Init8bpp() 1197 Defs10bpp::_16x64::DcFill; in Init10bpp() [all …]
|
D | intrapred_smooth.cc | 165 using _16x64 = SmoothFuncs_C<16, 64, Pixel>; typedef 362 Defs::_16x64::Smooth; in Init8bpp() 366 Defs::_16x64::SmoothVertical; in Init8bpp() 370 Defs::_16x64::SmoothHorizontal; in Init8bpp() 621 DefsHbd::_16x64::Smooth; in Init10bpp() 625 DefsHbd::_16x64::SmoothVertical; in Init10bpp() 629 DefsHbd::_16x64::SmoothHorizontal; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 518 using _16x64 = DcPredFuncs_NEON<4, 6, DcSum_NEON, DcStore_NEON<16, 64>>; typedef 643 DcDefs::_16x64::DcTop; in Init8bpp() 645 DcDefs::_16x64::DcLeft; in Init8bpp() 647 DcDefs::_16x64::Dc; in Init8bpp() 958 using _16x64 = DcPredFuncs_NEON<4, 6, DcSum_NEON, DcStore_NEON<16, 64>>; typedef 1286 DcDefs::_16x64::DcTop; in Init10bpp() 1288 DcDefs::_16x64::DcLeft; in Init10bpp() 1290 DcDefs::_16x64::Dc; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 517 using _16x64 = DcPredFuncs_SSE4_1<4, 6, DcSum16_SSE4_1, DcSum64_SSE4_1, typedef 558 using _16x64 = typedef 1461 DcDefs::_16x64::DcTop; in Init8bpp() 1537 DcDefs::_16x64::DcLeft; in Init8bpp() 1613 DcDefs::_16x64::Dc; in Init8bpp() 1765 DirDefs::_16x64::Horizontal; in Init8bpp() 2052 using _16x64 = typedef 2132 DirDefs::_16x64::Horizontal; in Init10bpp()
|