Searched defs:b_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 Dh261dec.c438 int b_xy = 2 * s->mb_x + (2 * s->mb_y) * b_stride; local
H A Dh264_mvpred.h613 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; local
629 const int b_xy = h->mb2b_xy[left_xy[LEFT(i)]] + 3; local
647 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; local
659 const int b_xy = h->mb2b_xy[topright_xy] + 3 * b_stride; local
669 const int b_xy local
694 const int b_xy = h->mb2br_xy[top_xy]; local
700 const int b_xy = h->mb2br_xy[left_xy[LTOP]] + 6; local
708 const int b_xy = h->mb2br_xy[left_xy[LBOT]] + 6; local
[all...]
H A Dh264.c465 const int b_xy = 4 * x + 4 * y * h->b_stride; local
H A Dsvq3.c387 const int b_xy = (4 * h->mb_x + (j >> 2)) + local
496 const int b_xy = 4 * h->mb_x + 4 * h->mb_y * h->b_stride; local
[all...]
H A Dh264_slice.c2015 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; local
2030 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; local
H A Dh264.h1061 const int b_xy = 4 * h->mb_x + 4 * h->mb_y * h->b_stride; // try mb2b(8)_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.h588 const int b_xy= h->mb2b_xy[top_xy] + 3*b_stride; local
603 const int b_xy= h->mb2b_xy[left_xy[LEFT(i)]] + 3; local
618 const int b_xy= h->mb2b_xy[left_xy[LTOP]] + 3; local
629 const int b_xy= h->mb2b_xy[topright_xy] + 3*b_stride; local
638 const int b_xy local
661 const int b_xy= h->mb2br_xy[top_xy]; local
667 const int b_xy= h->mb2br_xy[left_xy[LTOP]] + 6; local
675 const int b_xy= h->mb2br_xy[left_xy[LBOT]] + 6; local
[all...]
H A Dsvq3.c340 const int b_xy = (4*s->mb_x + (j >> 2)) + (4*s->mb_y + (i >> 2))*h->b_stride; local
445 const int b_xy = 4*s->mb_x + 4*s->mb_y*h->b_stride; local
[all...]
H A Dh264.c970 const int b_xy = 4*x + 4*y*h->b_stride; local
3359 const int b_xy= h->mb2b_xy[top_xy] + 3*b_stride; local
3374 const int b_xy= h->mb2b_xy[left_xy[LTOP]] + 3; local
H A Dh264.h853 const int b_xy = 4*s->mb_x + 4*s->mb_y*h->b_stride; //try mb2b(8)_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 127 milliseconds