Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/dsp/
H A Dintrapred.cc251 struct IntraPredDefs { struct
254 using _4x4 = IntraPredFuncs_C<4, 4, Pixel>;
255 using _4x8 = IntraPredFuncs_C<4, 8, Pixel>;
256 using _4x16 = IntraPredFuncs_C<4, 16, Pixel>;
257 using _8x4 = IntraPredFuncs_C<8, 4, Pixel>;
258 using _8x8 = IntraPredFuncs_C<8, 8, Pixel>;
259 using _8x16 = IntraPredFuncs_C<8, 16, Pixel>;
260 using _8x32 = IntraPredFuncs_C<8, 32, Pixel>;
261 using _16x4 = IntraPredFuncs_C<16, 4, Pixel>;
262 using _16x8 = IntraPredFuncs_C<16, 8, Pixel>;
[all …]