PLANE_PRED8x8    1132 libavcodec/h264pred.c     h->pred8x8[PLANE_PRED8x8  ]= pred8x8_plane_c;
PLANE_PRED8x8    1151 libavcodec/h264pred.c     h->pred16x16[PLANE_PRED8x8  ]= pred16x16_plane_c;
PLANE_PRED8x8    1154 libavcodec/h264pred.c        h->pred16x16[PLANE_PRED8x8  ]= pred16x16_plane_svq3_c;
PLANE_PRED8x8    1157 libavcodec/h264pred.c        h->pred16x16[PLANE_PRED8x8  ]= pred16x16_plane_rv40_c;
PLANE_PRED8x8    1160 libavcodec/h264pred.c        h->pred16x16[PLANE_PRED8x8  ]= pred16x16_plane_c;
PLANE_PRED8x8     861 libavcodec/rv34.c  DC_PRED8x8, VERT_PRED8x8, HOR_PRED8x8, PLANE_PRED8x8,
PLANE_PRED8x8     908 libavcodec/rv34.c         if(itype == PLANE_PRED8x8)itype = HOR_PRED8x8;
PLANE_PRED8x8     912 libavcodec/rv34.c         if(itype == PLANE_PRED8x8)itype = VERT_PRED8x8;
PLANE_PRED8x8     983 libavcodec/rv34.c         if(itype == PLANE_PRED8x8) itype = DC_PRED8x8;