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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_mvs.c592 static int mv_mp_mode_mx(HEVCContext *s, int x, int y, int pred_flag_index, argument
600 if (((TAB_MVF(x, y).pred_flag) & (1 << pred_flag_index)) &&
601 refPicList[pred_flag_index].list[TAB_MVF(x, y).ref_idx[pred_flag_index]] == refPicList[ref_idx_curr].list[ref_idx]) {
602 *mv = TAB_MVF(x, y).mv[pred_flag_index];
608 static int mv_mp_mode_mx_lt(HEVCContext *s, int x, int y, int pred_flag_index, argument
616 if ((TAB_MVF(x, y).pred_flag) & (1 << pred_flag_index)) {
620 refPicList[pred_flag_index].isLongTerm[(TAB_MVF(x, y).ref_idx[pred_flag_index])];
623 *mv = TAB_MVF(x, y).mv[pred_flag_index];
[all...]

Completed in 25 milliseconds