Searched defs:_32x16 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 265 using _32x16 = IntraPredFuncs_C<32, 16, Pixel>; typedef 290 using _32x16 = IntraPredBppFuncs_C<32, 16, bitdepth, Pixel>; typedef
|
D | intrapred_smooth.cc | 167 using _32x16 = SmoothFuncs_C<32, 16, Pixel>; typedef
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 520 using _32x16 = DcPredFuncs_NEON<5, 4, DcSum_NEON, DcStore_NEON<32, 16>>; typedef 960 using _32x16 = DcPredFuncs_NEON<5, 4, DcSum_NEON, DcStore_NEON<32, 16>>; typedef
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 522 using _32x16 = DcPredFuncs_SSE4_1<5, 4, DcSum32_SSE4_1, DcSum16_SSE4_1, typedef 562 using _32x16 = typedef 2056 using _32x16 = typedef
|