Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_mvs.c203 #define TAB_MVF(x, y) \ macro
207 TAB_MVF(((x ## v) >> s->ps.sps->log2_min_pu_size), \
253 temp_col = TAB_MVF(x_pu, y_pu); in temporal_luma_motion_vector()
267 temp_col = TAB_MVF(x_pu, y_pu); in temporal_luma_motion_vector()
518 int ref_pic_elist = refPicList[elist].list[TAB_MVF(x, y).ref_idx[elist]]; in dist_scale()
537 if (((TAB_MVF(x, y).pred_flag) & (1 << pred_flag_index)) && in mv_mp_mode_mx()
538 …refPicList[pred_flag_index].list[TAB_MVF(x, y).ref_idx[pred_flag_index]] == refPicList[ref_idx_cur… in mv_mp_mode_mx()
539 *mv = TAB_MVF(x, y).mv[pred_flag_index]; in mv_mp_mode_mx()
553 if ((TAB_MVF(x, y).pred_flag) & (1 << pred_flag_index)) { in mv_mp_mode_mx_lt()
557 refPicList[pred_flag_index].isLongTerm[(TAB_MVF(x, y).ref_idx[pred_flag_index])]; in mv_mp_mode_mx_lt()
[all …]