Searched defs:b8_xy (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h630 const int b8_xy = 4 * left_xy[LEFT(i)] + 1; local
648 const int b8_xy = 4 * left_xy[LTOP] + 1; local
671 const int b8_xy = 4 * topleft_xy + 1 + (h->topleft_partition & 2); local
726 int b8_xy = 4 * top_xy; local
[all...]
H A Dh264_slice.c2016 const int b8_xy = 4 * top_xy + 2; local
2031 const int b8_xy = 4 * left_xy[LTOP] + 1; local
H A Dmpeg12dec.c1813 int b8_xy = 4 * (s->mb_x + s->mb_y * s->mb_stride); local
H A Dh264.h1062 const int b8_xy = 4 * h->mb_xy; local
1023 write_back_motion_list(H264Context *h, int b_stride, int b_xy, int b8_xy, int mb_type, int list) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h604 const int b8_xy= 4*left_xy[LEFT(i)] + 1; local
619 const int b8_xy= 4*left_xy[LTOP] + 1; local
639 const int b8_xy= 4*topleft_xy + 1 + (h->topleft_partition & 2); local
692 int b8_xy = 4*top_xy; local
[all...]
H A Dmpeg12.c1724 int b8_xy = 4 * (s->mb_x + s->mb_y * s->mb_stride); local
H A Dh264.c3360 const int b8_xy= 4*top_xy + 2; local
3375 const int b8_xy= 4*left_xy[LTOP] + 1; local
H A Dh264.h854 const int b8_xy= 4*h->mb_xy; local
818 write_back_motion_list(H264Context *h, MpegEncContext * const s, int b_stride, int b_xy, int b8_xy, int mb_type, int list ) argument

Completed in 72 milliseconds