Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_mvpred.h620 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_decode_caches() local
636 const int b_xy = h->mb2b_xy[left_xy[LEFT(i)]] + 3; in fill_decode_caches() local
654 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; in fill_decode_caches() local
666 const int b_xy = h->mb2b_xy[topright_xy] + 3 * b_stride; in fill_decode_caches() local
676 const int b_xy = h->mb2b_xy[topleft_xy] + 3 + b_stride + in fill_decode_caches() local
701 const int b_xy = h->mb2br_xy[top_xy]; in fill_decode_caches() local
707 const int b_xy = h->mb2br_xy[left_xy[LTOP]] + 6; in fill_decode_caches() local
715 const int b_xy = h->mb2br_xy[left_xy[LBOT]] + 6; in fill_decode_caches() local
Dh261dec.c216 int b_xy = 2 * s->mb_x + (2 * s->mb_y) * b_stride; in h261_decode_mb_skipped() local
445 int b_xy = 2 * s->mb_x + (2 * s->mb_y) * b_stride; in h261_decode_mb() local
Dh264_slice.c2247 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_filter_caches_inter() local
2262 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; in fill_filter_caches_inter() local
Dh264dec.c209 const int b_xy = 4 * x + 4 * y * h->b_stride; in ff_h264_alloc_tables() local
Dsvq3.c513 const int b_xy = (4 * s->mb_x + (j >> 2)) + in svq3_mc_dir() local
723 const int b_xy = 4 * s->mb_x + 4 * s->mb_y * s->b_stride; in svq3_decode_mb() local
Dh264dec.h751 int b_xy, int b8_xy, in write_back_motion_list()
789 const int b_xy = 4 * sl->mb_x + 4 * sl->mb_y * h->b_stride; // try mb2b(8)_xy in write_back_motion() local