Lines Matching defs:TAB_MVF
204 #define TAB_MVF(x, y) \
208 TAB_MVF(((x ## v) >> s->ps.sps->log2_min_pu_size), \
254 temp_col = TAB_MVF(x_pu, y_pu);
268 temp_col = TAB_MVF(x_pu, y_pu);
519 int ref_pic_elist = refPicList[elist].list[TAB_MVF(x, y).ref_idx[elist]];
538 if (((TAB_MVF(x, y).pred_flag) & (1 << pred_flag_index)) &&
539 refPicList[pred_flag_index].list[TAB_MVF(x, y).ref_idx[pred_flag_index]] == refPicList[ref_idx_curr].list[ref_idx]) {
540 *mv = TAB_MVF(x, y).mv[pred_flag_index];
554 if ((TAB_MVF(x, y).pred_flag) & (1 << pred_flag_index)) {
558 refPicList[pred_flag_index].isLongTerm[(TAB_MVF(x, y).ref_idx[pred_flag_index])];
561 *mv = TAB_MVF(x, y).mv[pred_flag_index];