PLANE_PRED8x8      61 libavcodec/arm/h264pred_init_arm.c         h->pred8x8[PLANE_PRED8x8] = ff_pred8x8_plane_neon;
PLANE_PRED8x8      83 libavcodec/arm/h264pred_init_arm.c         h->pred16x16[PLANE_PRED8x8  ] = ff_pred16x16_plane_neon;
PLANE_PRED8x8     495 libavcodec/h264pred.c             h->pred8x8[PLANE_PRED8x8]= FUNCC(pred8x8_plane                , depth);\
PLANE_PRED8x8     497 libavcodec/h264pred.c             h->pred8x8[PLANE_PRED8x8]= FUNCC(pred8x16_plane               , depth);\
PLANE_PRED8x8     500 libavcodec/h264pred.c         h->pred8x8[PLANE_PRED8x8]= FUNCD(pred8x8_tm_vp8);\
PLANE_PRED8x8     540 libavcodec/h264pred.c        h->pred16x16[PLANE_PRED8x8  ]= FUNCD(pred16x16_plane_svq3);\
PLANE_PRED8x8     543 libavcodec/h264pred.c        h->pred16x16[PLANE_PRED8x8  ]= FUNCD(pred16x16_plane_rv40);\
PLANE_PRED8x8     547 libavcodec/h264pred.c        h->pred16x16[PLANE_PRED8x8  ]= FUNCD(pred16x16_tm_vp8);\
PLANE_PRED8x8     552 libavcodec/h264pred.c        h->pred16x16[PLANE_PRED8x8  ]= FUNCC(pred16x16_plane               , depth);\
PLANE_PRED8x8     960 libavcodec/rv34.c  DC_PRED8x8, VERT_PRED8x8, HOR_PRED8x8, PLANE_PRED8x8,
PLANE_PRED8x8     998 libavcodec/rv34.c         if(itype == PLANE_PRED8x8)itype = HOR_PRED8x8;
PLANE_PRED8x8    1002 libavcodec/rv34.c         if(itype == PLANE_PRED8x8)itype = VERT_PRED8x8;
PLANE_PRED8x8    1068 libavcodec/rv34.c     if(itype == PLANE_PRED8x8) itype = DC_PRED8x8;
PLANE_PRED8x8    1523 libavcodec/vp8.c     case PLANE_PRED8x8: /* TM */
PLANE_PRED8x8      37 libavcodec/vp8data.h     [PLANE_PRED8x8] = TM_VP8_PRED,
PLANE_PRED8x8      44 libavcodec/vp8data.h     [PLANE_PRED8x8] = TM_VP8_PRED,
PLANE_PRED8x8      51 libavcodec/vp8data.h     { -HOR_PRED8x8, -PLANE_PRED8x8 }, // '110', '111'
PLANE_PRED8x8      58 libavcodec/vp8data.h     { -PLANE_PRED8x8,   -MODE_I4x4 }, // '110', '111'
PLANE_PRED8x8     183 libavcodec/vp8data.h     {  -HOR_PRED8x8, -PLANE_PRED8x8 },  // '110', '111'
PLANE_PRED8x8     199 libavcodec/x86/h264_intrapred_init.c                 h->pred16x16[PLANE_PRED8x8    ] = ff_pred16x16_tm_vp8_8_mmx;
PLANE_PRED8x8     200 libavcodec/x86/h264_intrapred_init.c                 h->pred8x8  [PLANE_PRED8x8    ] = ff_pred8x8_tm_vp8_8_mmx;
PLANE_PRED8x8     204 libavcodec/x86/h264_intrapred_init.c                     h->pred8x8  [PLANE_PRED8x8] = ff_pred8x8_plane_8_mmx;
PLANE_PRED8x8     207 libavcodec/x86/h264_intrapred_init.c                         h->pred16x16[PLANE_PRED8x8] = ff_pred16x16_plane_svq3_8_mmx;
PLANE_PRED8x8     209 libavcodec/x86/h264_intrapred_init.c                     h->pred16x16[PLANE_PRED8x8] = ff_pred16x16_plane_rv40_8_mmx;
PLANE_PRED8x8     211 libavcodec/x86/h264_intrapred_init.c                     h->pred16x16[PLANE_PRED8x8] = ff_pred16x16_plane_h264_8_mmx;
PLANE_PRED8x8     251 libavcodec/x86/h264_intrapred_init.c                 h->pred16x16[PLANE_PRED8x8      ] = ff_pred16x16_tm_vp8_8_mmxext;
PLANE_PRED8x8     253 libavcodec/x86/h264_intrapred_init.c                 h->pred8x8  [PLANE_PRED8x8      ] = ff_pred8x8_tm_vp8_8_mmxext;
PLANE_PRED8x8     258 libavcodec/x86/h264_intrapred_init.c                     h->pred8x8  [PLANE_PRED8x8] = ff_pred8x8_plane_8_mmxext;
PLANE_PRED8x8     260 libavcodec/x86/h264_intrapred_init.c                     h->pred16x16[PLANE_PRED8x8  ] = ff_pred16x16_plane_svq3_8_mmxext;
PLANE_PRED8x8     262 libavcodec/x86/h264_intrapred_init.c                     h->pred16x16[PLANE_PRED8x8  ] = ff_pred16x16_plane_rv40_8_mmxext;
PLANE_PRED8x8     264 libavcodec/x86/h264_intrapred_init.c                     h->pred16x16[PLANE_PRED8x8  ] = ff_pred16x16_plane_h264_8_mmxext;
PLANE_PRED8x8     281 libavcodec/x86/h264_intrapred_init.c                 h->pred16x16[PLANE_PRED8x8    ] = ff_pred16x16_tm_vp8_8_sse2;
PLANE_PRED8x8     282 libavcodec/x86/h264_intrapred_init.c                 h->pred8x8  [PLANE_PRED8x8    ] = ff_pred8x8_tm_vp8_8_sse2;
PLANE_PRED8x8     285 libavcodec/x86/h264_intrapred_init.c                     h->pred8x8  [PLANE_PRED8x8] = ff_pred8x8_plane_8_sse2;
PLANE_PRED8x8     287 libavcodec/x86/h264_intrapred_init.c                     h->pred16x16[PLANE_PRED8x8] = ff_pred16x16_plane_svq3_8_sse2;
PLANE_PRED8x8     289 libavcodec/x86/h264_intrapred_init.c                     h->pred16x16[PLANE_PRED8x8] = ff_pred16x16_plane_rv40_8_sse2;
PLANE_PRED8x8     291 libavcodec/x86/h264_intrapred_init.c                     h->pred16x16[PLANE_PRED8x8] = ff_pred16x16_plane_h264_8_sse2;
PLANE_PRED8x8     312 libavcodec/x86/h264_intrapred_init.c                 h->pred8x8  [PLANE_PRED8x8    ] = ff_pred8x8_tm_vp8_8_ssse3;
PLANE_PRED8x8     316 libavcodec/x86/h264_intrapred_init.c                     h->pred8x8  [PLANE_PRED8x8] = ff_pred8x8_plane_8_ssse3;
PLANE_PRED8x8     318 libavcodec/x86/h264_intrapred_init.c                     h->pred16x16[PLANE_PRED8x8] = ff_pred16x16_plane_svq3_8_ssse3;
PLANE_PRED8x8     320 libavcodec/x86/h264_intrapred_init.c                     h->pred16x16[PLANE_PRED8x8] = ff_pred16x16_plane_rv40_8_ssse3;
PLANE_PRED8x8     322 libavcodec/x86/h264_intrapred_init.c                     h->pred16x16[PLANE_PRED8x8] = ff_pred16x16_plane_h264_8_ssse3;
PLANE_PRED8x8     353 libavcodec/x86/h264_intrapred_init.c                 h->pred8x8[PLANE_PRED8x8   ] = ff_pred8x8_plane_10_sse2;