Searched defs:_8x4 (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | intrapred.cc | 257 using _8x4 = IntraPredFuncs_C<8, 4, Pixel>; typedef 282 using _8x4 = IntraPredBppFuncs_C<8, 4, bitdepth, Pixel>; typedef
|
H A D | intrapred_smooth.cc | 148 using _8x4 = SmoothFuncs_C<8, 4, Pixel>; typedef
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | intrapred_sse4.cc | 506 using _8x4 = DcPredFuncs_SSE4_1<3, 2, DcSum8_SSE4_1, DcSum4_SSE4_1, typedef 550 using _8x4 = DirectionalPredFuncs_SSE4_1<ColStore4_SSE4_1<WriteDuplicate8x4>>; typedef 2052 using _8x4 = DirectionalPredFuncs_SSE4_1<ColStore4_SSE4_1<WriteDuplicate8x4>>; typedef
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | intrapred_neon.cc | 538 using _8x4 = DcPredFuncs_NEON<3, 2, DcSum_NEON, DcStore_NEON<8, 4>>; typedef 1006 using _8x4 = DcPredFuncs_NEON<3, 2, DcSum_NEON, DcStore_NEON<8, 4>>; typedef
|