HOR_PRED8x8      2581 libavcodec/h264.c                         if(h->sps.profile_idc==244 && (h->intra16x16_pred_mode==VERT_PRED8x8 || h->intra16x16_pred_mode==HOR_PRED8x8)){
HOR_PRED8x8      2622 libavcodec/h264.c                 if(IS_INTRA(mb_type) && h->sps.profile_idc==244 && (h->chroma_pred_mode==VERT_PRED8x8 || h->chroma_pred_mode==HOR_PRED8x8)){
HOR_PRED8x8      1131 libavcodec/h264pred.c     h->pred8x8[HOR_PRED8x8    ]= pred8x8_horizontal_c;
HOR_PRED8x8      1150 libavcodec/h264pred.c     h->pred16x16[HOR_PRED8x8    ]= pred16x16_horizontal_c;
HOR_PRED8x8      1172 libavcodec/h264pred.c     h->pred8x8_add  [ HOR_PRED8x8]= pred8x8_horizontal_add_c;
HOR_PRED8x8      1174 libavcodec/h264pred.c     h->pred16x16_add[ HOR_PRED8x8]= pred16x16_horizontal_add_c;
HOR_PRED8x8       861 libavcodec/rv34.c  DC_PRED8x8, VERT_PRED8x8, HOR_PRED8x8, PLANE_PRED8x8,
HOR_PRED8x8       908 libavcodec/rv34.c         if(itype == PLANE_PRED8x8)itype = HOR_PRED8x8;
HOR_PRED8x8       909 libavcodec/rv34.c         if(itype == VERT_PRED8x8) itype = HOR_PRED8x8;
HOR_PRED8x8       913 libavcodec/rv34.c         if(itype == HOR_PRED8x8)  itype = VERT_PRED8x8;