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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcpred_template.c40 (MVF_PU(x, y).pred_flag == PF_INTRA)
130 cand_bottom_left |= (MVF(x_left_pu, y_bottom_pu + i).pred_flag == PF_INTRA);
138 cand_left |= (MVF(x_left_pu, y_left_pu + i).pred_flag == PF_INTRA);
143 cand_up_left = MVF(x_left_pu, y_top_pu).pred_flag == PF_INTRA;
151 cand_up |= (MVF(x_top_pu + i, y_top_pu).pred_flag == PF_INTRA);
159 cand_up_right |= (MVF(x_right_pu + i, y_top_pu).pred_flag == PF_INTRA);
H A Dhevc_filter.c567 (x0 >> log2_min_pu_size)].pred_flag == PF_INTRA;
592 if (curr->pred_flag == PF_INTRA || top->pred_flag == PF_INTRA)
626 if (curr->pred_flag == PF_INTRA || left->pred_flag == PF_INTRA)
H A Dhevc_mvs.c202 if (temp_col.pred_flag == PF_INTRA)
301 (cand && !(TAB_MVF_PU(v).pred_flag == PF_INTRA))
H A Dhevc.h215 PF_INTRA = 0, enumerator in enum:PredFlag
H A Dhevc.c1865 tab_mvf[(y_pu + j) * min_pu_width + x_pu + i].pred_flag = PF_INTRA;
1977 tab_mvf[(y_pu + j) * min_pu_width + x_pu + k].pred_flag = PF_INTRA;

Completed in 56 milliseconds