MVF                38 libavcodec/hevcpred_template.c     MVF(PU(x0 + ((x) << hshift)), PU(y0 + ((y) << vshift)))
MVF               130 libavcodec/hevcpred_template.c                 cand_bottom_left |= (MVF(x_left_pu, y_bottom_pu + i).pred_flag == PF_INTRA);
MVF               138 libavcodec/hevcpred_template.c                 cand_left |= (MVF(x_left_pu, y_left_pu + i).pred_flag == PF_INTRA);
MVF               143 libavcodec/hevcpred_template.c             cand_up_left = MVF(x_left_pu, y_top_pu).pred_flag == PF_INTRA;
MVF               151 libavcodec/hevcpred_template.c                 cand_up |= (MVF(x_top_pu + i, y_top_pu).pred_flag == PF_INTRA);
MVF               159 libavcodec/hevcpred_template.c                 cand_up_right |= (MVF(x_right_pu + i, y_top_pu).pred_flag == PF_INTRA);