Searched refs:TAB_MVF (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.c235 #define TAB_MVF(x, y) \ macro
239 TAB_MVF(x ## v ## _pu, y ## v ## _pu)
282 temp_col = TAB_MVF(x_pu, y_pu);
294 temp_col = TAB_MVF(x_pu, y_pu);
581 int ref_pic_elist = refPicList[elist].list[TAB_MVF(x, y).ref_idx[elist]];
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];
616 if ((TAB_MVF(x, y).pred_flag) & (1 << pred_flag_index)) {
620 refPicList[pred_flag_index].isLongTerm[(TAB_MVF(
[all...]

Completed in 103 milliseconds