Searched refs:MV_FWD_X0 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cavsdec.c | 37 MV_FWD_X0, MV_FWD_X1, 458 h->col_mv[h->mbidx * 4 + 0] = h->mv[MV_FWD_X0]; in store_mvs() 643 h->mv[MV_FWD_X0] = ff_cavs_intra_mv; in set_mv_intra() 644 set_mvs(&h->mv[MV_FWD_X0], BLK_16X16); in set_mv_intra() 744 ff_cavs_mv(h, MV_FWD_X0, MV_FWD_C2, MV_PRED_PSKIP, BLK_16X16, 0); in decode_mb_p() 748 ff_cavs_mv(h, MV_FWD_X0, MV_FWD_C2, MV_PRED_MEDIAN, BLK_16X16, ref[0]); in decode_mb_p() 753 ff_cavs_mv(h, MV_FWD_X0, MV_FWD_C2, MV_PRED_TOP, BLK_16X8, ref[0]); in decode_mb_p() 759 ff_cavs_mv(h, MV_FWD_X0, MV_FWD_B3, MV_PRED_LEFT, BLK_8X16, ref[0]); in decode_mb_p() 767 ff_cavs_mv(h, MV_FWD_X0, MV_FWD_B3, MV_PRED_MEDIAN, BLK_8X8, ref[0]); in decode_mb_p() 770 ff_cavs_mv(h, MV_FWD_X3, MV_FWD_X0, MV_PRED_MEDIAN, BLK_8X8, ref[3]); in decode_mb_p() [all …]
|
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() 141 bs[6] = get_bs(&h->mv[MV_FWD_X0], &h->mv[MV_FWD_X2], mb_type > P_8X8); in ff_cavs_filter() 144 bs[0] = get_bs(&h->mv[MV_FWD_A1], &h->mv[MV_FWD_X0], mb_type > P_8X8); in ff_cavs_filter() 146 bs[4] = get_bs(&h->mv[MV_FWD_B2], &h->mv[MV_FWD_X0], mb_type > P_8X8); in ff_cavs_filter() 504 &h->mv[MV_FWD_X0]); in ff_cavs_inter() 511 &h->mv[MV_FWD_X0]); in ff_cavs_inter() 734 h->mv[MV_FWD_X0] = ff_cavs_dir_mv; in ff_cavs_init_pic() 735 set_mvs(&h->mv[MV_FWD_X0], BLK_16X16); in ff_cavs_init_pic()
|
D | cavs.h | 128 MV_FWD_X0, enumerator
|