Searched refs:_16x32 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 262 using _16x32 = IntraPredFuncs_C<16, 32, Pixel>; typedef 287 using _16x32 = IntraPredBppFuncs_C<16, 32, bitdepth, Pixel>; typedef 624 Defs8bpp::_16x32::DcFill; in Init8bpp() 628 Defs::_16x32::DcTop; in Init8bpp() 632 Defs::_16x32::DcLeft; in Init8bpp() 636 Defs::_16x32::Dc; in Init8bpp() 640 Defs::_16x32::Vertical; in Init8bpp() 644 Defs::_16x32::Horizontal; in Init8bpp() 648 Defs::_16x32::Paeth; in Init8bpp() 1169 Defs10bpp::_16x32::DcFill; in Init10bpp() [all …]
|
D | intrapred_smooth.cc | 164 using _16x32 = SmoothFuncs_C<16, 32, Pixel>; typedef 349 Defs::_16x32::Smooth; in Init8bpp() 353 Defs::_16x32::SmoothVertical; in Init8bpp() 357 Defs::_16x32::SmoothHorizontal; in Init8bpp() 608 DefsHbd::_16x32::Smooth; in Init10bpp() 612 DefsHbd::_16x32::SmoothVertical; in Init10bpp() 616 DefsHbd::_16x32::SmoothHorizontal; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 517 using _16x32 = DcPredFuncs_NEON<4, 5, DcSum_NEON, DcStore_NEON<16, 32>>; typedef 633 DcDefs::_16x32::DcTop; in Init8bpp() 635 DcDefs::_16x32::DcLeft; in Init8bpp() 637 DcDefs::_16x32::Dc; in Init8bpp() 957 using _16x32 = DcPredFuncs_NEON<4, 5, DcSum_NEON, DcStore_NEON<16, 32>>; typedef 1276 DcDefs::_16x32::DcTop; in Init10bpp() 1278 DcDefs::_16x32::DcLeft; in Init10bpp() 1280 DcDefs::_16x32::Dc; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 515 using _16x32 = DcPredFuncs_SSE4_1<4, 5, DcSum16_SSE4_1, DcSum32_SSE4_1, typedef 556 using _16x32 = typedef 1457 DcDefs::_16x32::DcTop; in Init8bpp() 1533 DcDefs::_16x32::DcLeft; in Init8bpp() 1609 DcDefs::_16x32::Dc; in Init8bpp() 1761 DirDefs::_16x32::Horizontal; in Init8bpp() 2050 using _16x32 = typedef 2128 DirDefs::_16x32::Horizontal; in Init10bpp()
|