Searched defs:_4x8 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 255 using _4x8 = IntraPredFuncs_C<4, 8, Pixel>; typedef 280 using _4x8 = IntraPredBppFuncs_C<4, 8, bitdepth, Pixel>; typedef
|
D | intrapred_smooth.cc | 146 using _4x8 = SmoothFuncs_C<4, 8, Pixel>; typedef
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 540 using _4x8 = DcPredFuncs_NEON<2, 3, DcSum_NEON, DcStore_NEON<4, 8>>; typedef 1008 using _4x8 = DcPredFuncs_NEON<2, 3, DcSum_NEON, DcStore_NEON<4, 8>>; typedef
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 501 using _4x8 = DcPredFuncs_SSE4_1<2, 3, DcSum4_SSE4_1, DcSum8_SSE4_1, typedef 547 using _4x8 = DirectionalPredFuncs_SSE4_1<ColStore8_SSE4_1<WriteDuplicate4x4>>; typedef 2049 using _4x8 = DirectionalPredFuncs_SSE4_1<ColStore8_SSE4_1<WriteDuplicate4x4>>; typedef
|