TOP_DC_PRED       567 libavcodec/h264.c     static const int8_t left[12]= { 0,-1, TOP_DC_PRED, 0,-1,-1,-1, 0,-1,DC_128_PRED};
TOP_DC_PRED      1097 libavcodec/h264pred.c         h->pred4x4[TOP_DC_PRED         ]= pred4x4_top_dc_c;
TOP_DC_PRED      1110 libavcodec/h264pred.c         h->pred4x4[TOP_DC_PRED         ]= pred4x4_top_dc_c;
TOP_DC_PRED      1127 libavcodec/h264pred.c     h->pred8x8l[TOP_DC_PRED         ]= pred8x8l_top_dc_c;
TOP_DC_PRED       879 libavcodec/rv34.c         if(itype == DC_PRED)   itype = TOP_DC_PRED;