Home
last modified time | relevance | path

Searched defs:b_xy (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_mvpred.h618 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_decode_caches() local
634 const int b_xy = h->mb2b_xy[left_xy[LEFT(i)]] + 3; in fill_decode_caches() local
652 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; in fill_decode_caches() local
664 const int b_xy = h->mb2b_xy[topright_xy] + 3 * b_stride; in fill_decode_caches() local
674 const int b_xy in fill_decode_caches() local
699 const int b_xy = h->mb2br_xy[top_xy]; fill_decode_caches() local
705 const int b_xy = h->mb2br_xy[left_xy[LTOP]] + 6; fill_decode_caches() local
713 const int b_xy = h->mb2br_xy[left_xy[LBOT]] + 6; fill_decode_caches() local
[all...]
H A Dh261dec.c232 int b_xy = 2 * s->mb_x + (2 * s->mb_y) * b_stride; in h261_decode_mb_skipped() local
462 int b_xy = 2 * s->mb_x + (2 * s->mb_y) * b_stride; in h261_decode_mb() local
H A Dh264dec.c208 const int b_xy = 4 * x + 4 * y * h->b_stride; in ff_h264_alloc_tables() local
H A Dh264_slice.c2343 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_filter_caches_inter() local
2358 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; in fill_filter_caches_inter() local
H A Dsvq3.c513 const int b_xy = (4 * s->mb_x + (j >> 2)) + in svq3_mc_dir() local
718 const int b_xy = 4 * s->mb_x + 4 * s->mb_y * s->b_stride; in svq3_decode_mb() local
[all...]
H A Dh264dec.h748 const int b_xy = 4 * sl->mb_x + 4 * sl->mb_y * h->b_stride; // try mb2b(8)_xy in write_back_motion() local
707 write_back_motion_list(const H264Context *h, H264SliceContext *sl, int b_stride, int b_xy, int b8_xy, int mb_type, int list) write_back_motion_list() argument

Completed in 11 milliseconds