DC_PRED8x8 1134 libavcodec/h264pred.c h->pred8x8[DC_PRED8x8 ]= pred8x8_dc_c; DC_PRED8x8 1142 libavcodec/h264pred.c h->pred8x8[DC_PRED8x8 ]= pred8x8_dc_rv40_c; DC_PRED8x8 1148 libavcodec/h264pred.c h->pred16x16[DC_PRED8x8 ]= pred16x16_dc_c; DC_PRED8x8 861 libavcodec/rv34.c DC_PRED8x8, VERT_PRED8x8, HOR_PRED8x8, PLANE_PRED8x8, DC_PRED8x8 910 libavcodec/rv34.c if(itype == DC_PRED8x8) itype = LEFT_DC_PRED8x8; DC_PRED8x8 914 libavcodec/rv34.c if(itype == DC_PRED8x8) itype = TOP_DC_PRED8x8; DC_PRED8x8 983 libavcodec/rv34.c if(itype == PLANE_PRED8x8) itype = DC_PRED8x8; DC_PRED8x8 688 libavcodec/svq3.c h->chroma_pred_mode = check_intra_pred_mode(h, DC_PRED8x8);