Searched refs:_4x4 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 252 using _4x4 = IntraPredFuncs_C<4, 4, Pixel>; typedef 277 using _4x4 = IntraPredBppFuncs_C<4, 4, bitdepth, Pixel>; typedef 348 Defs8bpp::_4x4::DcFill; in Init8bpp() 352 Defs::_4x4::DcTop; in Init8bpp() 356 Defs::_4x4::DcLeft; in Init8bpp() 359 dsp->intra_predictors[kTransformSize4x4][kIntraPredictorDc] = Defs::_4x4::Dc; in Init8bpp() 363 Defs::_4x4::Vertical; in Init8bpp() 367 Defs::_4x4::Horizontal; in Init8bpp() 371 Defs::_4x4::Paeth; in Init8bpp() 889 Defs10bpp::_4x4::DcFill; in Init10bpp() [all …]
|
D | intrapred_smooth.cc | 154 using _4x4 = SmoothFuncs_C<4, 4, Pixel>; typedef 219 Defs::_4x4::Smooth; in Init8bpp() 223 Defs::_4x4::SmoothVertical; in Init8bpp() 227 Defs::_4x4::SmoothHorizontal; in Init8bpp() 478 DefsHbd::_4x4::Smooth; in Init10bpp() 482 DefsHbd::_4x4::SmoothVertical; in Init10bpp() 486 DefsHbd::_4x4::SmoothHorizontal; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 507 using _4x4 = DcPredFuncs_NEON<2, 2, DcSum_NEON, DcStore_NEON<4, 4>>; typedef 533 DcDefs::_4x4::DcTop; in Init8bpp() 535 DcDefs::_4x4::DcLeft; in Init8bpp() 537 DcDefs::_4x4::Dc; in Init8bpp() 947 using _4x4 = DcPredFuncs_NEON<2, 2, DcSum_NEON, DcStore_NEON<4, 4>>; typedef 1166 DcDefs::_4x4::DcTop; in Init10bpp() 1168 DcDefs::_4x4::DcLeft; in Init10bpp() 1170 DcDefs::_4x4::Dc; in Init10bpp()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 491 using _4x4 = DcPredFuncs_SSE4_1<2, 2, DcSum4_SSE4_1, DcSum4_SSE4_1, typedef 540 using _4x4 = DirectionalPredFuncs_SSE4_1<ColStore4_SSE4_1<WriteDuplicate4x4>>; typedef 1417 DcDefs::_4x4::DcTop; in Init8bpp() 1493 DcDefs::_4x4::DcLeft; in Init8bpp() 1569 DcDefs::_4x4::Dc; in Init8bpp() 1721 DirDefs::_4x4::Horizontal; in Init8bpp() 2027 using _4x4 = DcPredFuncs_SSE4_1<2, 2, DcSum4_SSE4_1, DcSum4_SSE4_1, typedef 2034 using _4x4 = DirectionalPredFuncs_SSE4_1<ColStore4_SSE4_1<WriteDuplicate4x4>>; typedef 2076 DcDefs::_4x4::DcTop; in Init10bpp() 2080 DcDefs::_4x4::DcLeft; in Init10bpp() [all …]
|