Lines Matching defs:IntraPredBppDefs
276 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>;
288 using _16x16 = IntraPredBppFuncs_C<16, 16, bitdepth, Pixel>;
289 using _16x32 = IntraPredBppFuncs_C<16, 32, bitdepth, Pixel>;
290 using _16x64 = IntraPredBppFuncs_C<16, 64, bitdepth, Pixel>;
291 using _32x8 = IntraPredBppFuncs_C<32, 8, bitdepth, Pixel>;
292 using _32x16 = IntraPredBppFuncs_C<32, 16, bitdepth, Pixel>;
293 using _32x32 = IntraPredBppFuncs_C<32, 32, bitdepth, Pixel>;
294 using _32x64 = IntraPredBppFuncs_C<32, 64, bitdepth, Pixel>;
295 using _64x16 = IntraPredBppFuncs_C<64, 16, bitdepth, Pixel>;
296 using _64x32 = IntraPredBppFuncs_C<64, 32, bitdepth, Pixel>;
297 using _64x64 = IntraPredBppFuncs_C<64, 64, bitdepth, Pixel>;