Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevc_mvs.c204 #define TAB_MVF(x, y) \ macro
208 TAB_MVF(((x ## v) >> s->ps.sps->log2_min_pu_size), \
254 temp_col = TAB_MVF(x_pu, y_pu); in temporal_luma_motion_vector()
268 temp_col = TAB_MVF(x_pu, y_pu); in temporal_luma_motion_vector()
519 int ref_pic_elist = refPicList[elist].list[TAB_MVF(x, y).ref_idx[elist]]; in dist_scale()
538 if (((TAB_MVF(x, y).pred_flag) & (1 << pred_flag_index)) && in mv_mp_mode_mx()
539 refPicList[pred_flag_index].list[TAB_MVF(x, y).ref_idx[pred_flag_index]] == refPicList[ref_idx_curr].list[ref_idx]) { in mv_mp_mode_mx()
540 *mv = TAB_MVF(x, y).mv[pred_flag_index]; in mv_mp_mode_mx()
554 if ((TAB_MVF(x, y).pred_flag) & (1 << pred_flag_index)) { in mv_mp_mode_mx_lt()
558 refPicList[pred_flag_index].isLongTerm[(TAB_MVF( in mv_mp_mode_mx_lt()
[all...]

Completed in 2 milliseconds