TAB_MVF 206 libavcodec/hevc_mvs.c TAB_MVF(((x ## v) >> s->sps->log2_min_pu_size), \ TAB_MVF 252 libavcodec/hevc_mvs.c temp_col = TAB_MVF(x_pu, y_pu); TAB_MVF 266 libavcodec/hevc_mvs.c temp_col = TAB_MVF(x_pu, y_pu); TAB_MVF 517 libavcodec/hevc_mvs.c int ref_pic_elist = refPicList[elist].list[TAB_MVF(x, y).ref_idx[elist]]; TAB_MVF 536 libavcodec/hevc_mvs.c if (((TAB_MVF(x, y).pred_flag) & (1 << pred_flag_index)) && TAB_MVF 537 libavcodec/hevc_mvs.c refPicList[pred_flag_index].list[TAB_MVF(x, y).ref_idx[pred_flag_index]] == refPicList[ref_idx_curr].list[ref_idx]) { TAB_MVF 538 libavcodec/hevc_mvs.c *mv = TAB_MVF(x, y).mv[pred_flag_index]; TAB_MVF 552 libavcodec/hevc_mvs.c if ((TAB_MVF(x, y).pred_flag) & (1 << pred_flag_index)) { TAB_MVF 556 libavcodec/hevc_mvs.c refPicList[pred_flag_index].isLongTerm[(TAB_MVF(x, y).ref_idx[pred_flag_index])]; TAB_MVF 559 libavcodec/hevc_mvs.c *mv = TAB_MVF(x, y).mv[pred_flag_index];