Searched refs:MV_FWD_X1 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cavsdec.c | 37 MV_FWD_X0, MV_FWD_X1, 459 h->col_mv[h->mbidx * 4 + 1] = h->mv[MV_FWD_X1]; in store_mvs() 760 ff_cavs_mv(h, MV_FWD_X1, MV_FWD_C2, MV_PRED_TOPRIGHT, BLK_8X16, ref[1]); in decode_mb_p() 768 ff_cavs_mv(h, MV_FWD_X1, MV_FWD_C2, MV_PRED_MEDIAN, BLK_8X8, ref[1]); in decode_mb_p() 769 ff_cavs_mv(h, MV_FWD_X2, MV_FWD_X1, MV_PRED_MEDIAN, BLK_8X8, ref[2]); in decode_mb_p() 900 ff_cavs_mv(h, MV_FWD_X1, MV_FWD_C2, MV_PRED_TOPRIGHT, BLK_8X16, 1); in decode_mb_b() 902 mv_pred_sym(h, &h->mv[MV_FWD_X1], BLK_8X16); in decode_mb_b()
|
D | cavs.c | 137 bs[2] = get_bs(&h->mv[MV_FWD_X0], &h->mv[MV_FWD_X1], mb_type > P_8X8); in ff_cavs_filter() 142 bs[7] = get_bs(&h->mv[MV_FWD_X1], &h->mv[MV_FWD_X3], mb_type > P_8X8); in ff_cavs_filter() 147 bs[5] = get_bs(&h->mv[MV_FWD_B3], &h->mv[MV_FWD_X1], mb_type > P_8X8); in ff_cavs_filter() 517 &h->mv[MV_FWD_X1]); in ff_cavs_inter()
|
D | cavs.h | 129 MV_FWD_X1, enumerator
|