Searched refs:_32x8 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 264 using _32x8 = IntraPredFuncs_C<32, 8, Pixel>; typedef 289 using _32x8 = IntraPredBppFuncs_C<32, 8, bitdepth, Pixel>; typedef 680 Defs8bpp::_32x8::DcFill; in Init8bpp() 684 Defs::_32x8::DcTop; in Init8bpp() 688 Defs::_32x8::DcLeft; in Init8bpp() 692 Defs::_32x8::Dc; in Init8bpp() 696 Defs::_32x8::Vertical; in Init8bpp() 700 Defs::_32x8::Horizontal; in Init8bpp() 704 Defs::_32x8::Paeth; in Init8bpp() 1225 Defs10bpp::_32x8::DcFill; in Init10bpp() [all …]
|
D | intrapred_smooth.cc | 166 using _32x8 = SmoothFuncs_C<32, 8, Pixel>; typedef 375 Defs::_32x8::Smooth; in Init8bpp() 379 Defs::_32x8::SmoothVertical; in Init8bpp() 383 Defs::_32x8::SmoothHorizontal; in Init8bpp() 634 DefsHbd::_32x8::Smooth; in Init10bpp() 638 DefsHbd::_32x8::SmoothVertical; in Init10bpp() 642 DefsHbd::_32x8::SmoothHorizontal; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 519 using _32x8 = DcPredFuncs_NEON<5, 3, DcSum_NEON, DcStore_NEON<32, 8>>; typedef 653 DcDefs::_32x8::DcTop; in Init8bpp() 655 DcDefs::_32x8::DcLeft; in Init8bpp() 657 DcDefs::_32x8::Dc; in Init8bpp() 959 using _32x8 = DcPredFuncs_NEON<5, 3, DcSum_NEON, DcStore_NEON<32, 8>>; typedef 1296 DcDefs::_32x8::DcTop; in Init10bpp() 1298 DcDefs::_32x8::DcLeft; in Init10bpp() 1300 DcDefs::_32x8::Dc; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 520 using _32x8 = DcPredFuncs_SSE4_1<5, 3, DcSum32_SSE4_1, DcSum8_SSE4_1, typedef 560 using _32x8 = typedef 1465 DcDefs::_32x8::DcTop; in Init8bpp() 1541 DcDefs::_32x8::DcLeft; in Init8bpp() 1617 DcDefs::_32x8::Dc; in Init8bpp() 1769 DirDefs::_32x8::Horizontal; in Init8bpp() 2054 using _32x8 = typedef 2136 DirDefs::_32x8::Horizontal; in Init10bpp()
|