Home
last modified time | relevance | path

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

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