Home
last modified time | relevance | path

Searched refs:DIAG_DOWN_LEFT_PRED_RV40_NODOWN (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264pred.h54 #define DIAG_DOWN_LEFT_PRED_RV40_NODOWN 12 macro
Dh264pred.c565 h->pred4x4[DIAG_DOWN_LEFT_PRED_RV40_NODOWN] = FUNCD(pred4x4_down_left_rv40_nodown); in ff_h264_pred_init()
Drv34.c980 if(itype == DIAG_DOWN_LEFT_PRED) itype = DIAG_DOWN_LEFT_PRED_RV40_NODOWN; in rv34_pred_4x4_block()
983 if(itype == DIAG_DOWN_LEFT_PRED) itype = DIAG_DOWN_LEFT_PRED_RV40_NODOWN; in rv34_pred_4x4_block()
/third_party/ffmpeg/tests/checkasm/
Dh264pred.c59 [DIAG_DOWN_LEFT_PRED_RV40_NODOWN] = "down_left_nodown_rv40",