Searched refs:_8x32 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 258 using _8x32 = IntraPredFuncs_C<8, 32, Pixel>; typedef 283 using _8x32 = IntraPredBppFuncs_C<8, 32, bitdepth, Pixel>; typedef 512 Defs8bpp::_8x32::DcFill; in Init8bpp() 516 Defs::_8x32::DcTop; in Init8bpp() 520 Defs::_8x32::DcLeft; in Init8bpp() 524 Defs::_8x32::Dc; in Init8bpp() 528 Defs::_8x32::Vertical; in Init8bpp() 532 Defs::_8x32::Horizontal; in Init8bpp() 536 Defs::_8x32::Paeth; in Init8bpp() 1057 Defs10bpp::_8x32::DcFill; in Init10bpp() [all …]
|
D | intrapred_smooth.cc | 160 using _8x32 = SmoothFuncs_C<8, 32, Pixel>; typedef 297 Defs::_8x32::Smooth; in Init8bpp() 301 Defs::_8x32::SmoothVertical; in Init8bpp() 305 Defs::_8x32::SmoothHorizontal; in Init8bpp() 556 DefsHbd::_8x32::Smooth; in Init10bpp() 560 DefsHbd::_8x32::SmoothVertical; in Init10bpp() 564 DefsHbd::_8x32::SmoothHorizontal; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 513 using _8x32 = DcPredFuncs_NEON<3, 5, DcSum_NEON, DcStore_NEON<8, 32>>; typedef 593 DcDefs::_8x32::DcTop; in Init8bpp() 595 DcDefs::_8x32::DcLeft; in Init8bpp() 597 DcDefs::_8x32::Dc; in Init8bpp() 953 using _8x32 = DcPredFuncs_NEON<3, 5, DcSum_NEON, DcStore_NEON<8, 32>>; typedef 1232 DcDefs::_8x32::DcTop; in Init10bpp() 1234 DcDefs::_8x32::DcLeft; in Init10bpp() 1236 DcDefs::_8x32::Dc; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 506 using _8x32 = DcPredFuncs_SSE4_1<3, 5, DcSum8_SSE4_1, DcSum32_SSE4_1, typedef 548 using _8x32 = typedef 1441 DcDefs::_8x32::DcTop; in Init8bpp() 1517 DcDefs::_8x32::DcLeft; in Init8bpp() 1593 DcDefs::_8x32::Dc; in Init8bpp() 1745 DirDefs::_8x32::Horizontal; in Init8bpp() 2042 using _8x32 = typedef 2112 DirDefs::_8x32::Horizontal; in Init10bpp()
|