Searched refs:_64x32 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 269 using _64x32 = IntraPredFuncs_C<64, 32, Pixel>; typedef 294 using _64x32 = IntraPredBppFuncs_C<64, 32, bitdepth, Pixel>; typedef 820 Defs8bpp::_64x32::DcFill; in Init8bpp() 824 Defs::_64x32::DcTop; in Init8bpp() 828 Defs::_64x32::DcLeft; in Init8bpp() 832 Defs::_64x32::Dc; in Init8bpp() 836 Defs::_64x32::Vertical; in Init8bpp() 840 Defs::_64x32::Horizontal; in Init8bpp() 844 Defs::_64x32::Paeth; in Init8bpp() 1365 Defs10bpp::_64x32::DcFill; in Init10bpp() [all …]
|
D | intrapred_smooth.cc | 171 using _64x32 = SmoothFuncs_C<64, 32, Pixel>; typedef 440 Defs::_64x32::Smooth; in Init8bpp() 444 Defs::_64x32::SmoothVertical; in Init8bpp() 448 Defs::_64x32::SmoothHorizontal; in Init8bpp() 699 DefsHbd::_64x32::Smooth; in Init10bpp() 703 DefsHbd::_64x32::SmoothVertical; in Init10bpp() 707 DefsHbd::_64x32::SmoothHorizontal; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 524 using _64x32 = DcPredFuncs_NEON<6, 5, DcSum_NEON, DcStore_NEON<64, 32>>; typedef 703 DcDefs::_64x32::DcTop; in Init8bpp() 705 DcDefs::_64x32::DcLeft; in Init8bpp() 707 DcDefs::_64x32::Dc; in Init8bpp() 964 using _64x32 = DcPredFuncs_NEON<6, 5, DcSum_NEON, DcStore_NEON<64, 32>>; typedef 1348 DcDefs::_64x32::DcTop; in Init10bpp() 1350 DcDefs::_64x32::DcLeft; in Init10bpp() 1352 DcDefs::_64x32::Dc; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 531 using _64x32 = DcPredFuncs_SSE4_1<6, 5, DcSum64_SSE4_1, DcSum32_SSE4_1, typedef 570 using _64x32 = typedef 1485 DcDefs::_64x32::DcTop; in Init8bpp() 1561 DcDefs::_64x32::DcLeft; in Init8bpp() 1637 DcDefs::_64x32::Dc; in Init8bpp() 1789 DirDefs::_64x32::Horizontal; in Init8bpp() 2064 using _64x32 = typedef 2156 DirDefs::_64x32::Horizontal; in Init10bpp()
|