DC_128_PRED8x8    606 libavcodec/h264.c     static const int8_t left[7]= { TOP_DC_PRED8x8,-1, 2,-1,DC_128_PRED8x8};
DC_128_PRED8x8    624 libavcodec/h264.c             mode= ALZHEIMER_DC_L0T_PRED8x8 + (!(h->left_samples_available&0x8000)) + 2*(mode == DC_128_PRED8x8);
DC_128_PRED8x8   1146 libavcodec/h264pred.c     h->pred8x8[DC_128_PRED8x8 ]= pred8x8_128_dc_c;
DC_128_PRED8x8   1164 libavcodec/h264pred.c     h->pred16x16[DC_128_PRED8x8 ]= pred16x16_128_dc_c;
DC_128_PRED8x8    906 libavcodec/rv34.c         itype = DC_128_PRED8x8;