Searched refs:_8x16 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 257 using _8x16 = IntraPredFuncs_C<8, 16, Pixel>; typedef 282 using _8x16 = IntraPredBppFuncs_C<8, 16, bitdepth, Pixel>; typedef 484 Defs8bpp::_8x16::DcFill; in Init8bpp() 488 Defs::_8x16::DcTop; in Init8bpp() 492 Defs::_8x16::DcLeft; in Init8bpp() 496 Defs::_8x16::Dc; in Init8bpp() 500 Defs::_8x16::Vertical; in Init8bpp() 504 Defs::_8x16::Horizontal; in Init8bpp() 508 Defs::_8x16::Paeth; in Init8bpp() 1029 Defs10bpp::_8x16::DcFill; in Init10bpp() [all …]
|
D | intrapred_smooth.cc | 159 using _8x16 = SmoothFuncs_C<8, 16, Pixel>; typedef 284 Defs::_8x16::Smooth; in Init8bpp() 288 Defs::_8x16::SmoothVertical; in Init8bpp() 292 Defs::_8x16::SmoothHorizontal; in Init8bpp() 543 DefsHbd::_8x16::Smooth; in Init10bpp() 547 DefsHbd::_8x16::SmoothVertical; in Init10bpp() 551 DefsHbd::_8x16::SmoothHorizontal; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 512 using _8x16 = DcPredFuncs_NEON<3, 4, DcSum_NEON, DcStore_NEON<8, 16>>; typedef 583 DcDefs::_8x16::DcTop; in Init8bpp() 585 DcDefs::_8x16::DcLeft; in Init8bpp() 587 DcDefs::_8x16::Dc; in Init8bpp() 952 using _8x16 = DcPredFuncs_NEON<3, 4, DcSum_NEON, DcStore_NEON<8, 16>>; typedef 1222 DcDefs::_8x16::DcTop; in Init10bpp() 1224 DcDefs::_8x16::DcLeft; in Init10bpp() 1226 DcDefs::_8x16::Dc; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 504 using _8x16 = DcPredFuncs_SSE4_1<3, 4, DcSum8_SSE4_1, DcSum16_SSE4_1, typedef 546 using _8x16 = typedef 1437 DcDefs::_8x16::DcTop; in Init8bpp() 1513 DcDefs::_8x16::DcLeft; in Init8bpp() 1589 DcDefs::_8x16::Dc; in Init8bpp() 1741 DirDefs::_8x16::Horizontal; in Init8bpp() 2040 using _8x16 = typedef 2108 DirDefs::_8x16::Horizontal; in Init10bpp()
|