Home
last modified time | relevance | path

Searched refs:HOR_VP8_PRED (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264pred.h63 #define HOR_VP8_PRED 14 ///< unaveraged version of #HOR_PRED, see macro
Dh264pred.c451 h->pred4x4[HOR_VP8_PRED ]= FUNCC(pred4x4_horizontal , depth);\ in ff_h264_pred_init()
Dvp8.c1630 return mb_y ? mode : HOR_VP8_PRED; in check_tm_pred4x4_mode()