Home
last modified time | relevance | path

Searched defs:IntraPredBppDefs (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dintrapred.cc274 struct IntraPredBppDefs { struct
277 using _4x4 = IntraPredBppFuncs_C<4, 4, bitdepth, Pixel>;
278 using _4x8 = IntraPredBppFuncs_C<4, 8, bitdepth, Pixel>;
279 using _4x16 = IntraPredBppFuncs_C<4, 16, bitdepth, Pixel>;
280 using _8x4 = IntraPredBppFuncs_C<8, 4, bitdepth, Pixel>;
281 using _8x8 = IntraPredBppFuncs_C<8, 8, bitdepth, Pixel>;
282 using _8x16 = IntraPredBppFuncs_C<8, 16, bitdepth, Pixel>;
283 using _8x32 = IntraPredBppFuncs_C<8, 32, bitdepth, Pixel>;
284 using _16x4 = IntraPredBppFuncs_C<16, 4, bitdepth, Pixel>;
285 using _16x8 = IntraPredBppFuncs_C<16, 8, bitdepth, Pixel>;
[all …]