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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h283 top_ref = ref[4 * h->top_mb_xy + 2];
284 B = mv[h->mb2b_xy[h->top_mb_xy] + 3 * b_stride];
407 h->top_mb_xy = top_xy;
449 top_xy = h->top_mb_xy;
H A Dh264.h382 int top_mb_xy; member in struct:H264Context
H A Dh264_loopfilter.c259 int qp1 = h->cur_pic.qscale_table[h->top_mb_xy];
468 const int mbm_xy = dir == 0 ? mb_xy -1 : h->top_mb_xy;
H A Dh264_cabac.c1374 const int mbb_xy = h->top_mb_xy;
H A Dh264_slice.c2116 h->top_mb_xy = top_xy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h266 top_ref = ref[4*h->top_mb_xy + 2];
267 B = mv[h->mb2b_xy[h->top_mb_xy] + 3*b_stride];
386 h->top_mb_xy = top_xy;
422 top_xy = h->top_mb_xy;
H A Dh264.h275 int top_mb_xy; member in struct:H264Context
H A Dh264_loopfilter.c263 int qp1 = s->current_picture.f.qscale_table[h->top_mb_xy];
473 const int mbm_xy = dir == 0 ? mb_xy -1 : h->top_mb_xy;
H A Dh264_cabac.c1376 const int mbb_xy = h->top_mb_xy;
H A Dh264.c3462 h->top_mb_xy = top_xy;

Completed in 81 milliseconds