Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevcpred_template.c35 #define MVF(x, y) \ in intra_pred() macro
38 MVF(PU(x0 + ((x) * (1 << hshift))), PU(y0 + ((y) * (1 << vshift)))) in intra_pred()
131 cand_bottom_left |= (MVF(x_left_pu, y_bottom_pu + i).pred_flag == PF_INTRA); in intra_pred()
139 cand_left |= (MVF(x_left_pu, y_left_pu + i).pred_flag == PF_INTRA); in intra_pred()
144 cand_up_left = MVF(x_left_pu, y_top_pu).pred_flag == PF_INTRA; in intra_pred()
152 cand_up |= (MVF(x_top_pu + i, y_top_pu).pred_flag == PF_INTRA); in intra_pred()
160 cand_up_right |= (MVF(x_right_pu + i, y_top_pu).pred_flag == PF_INTRA); in intra_pred()
548 #undef MVF macro

Completed in 2 milliseconds