Home
last modified time | relevance | path

Searched defs:b8_xy (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mvpred.h637 const int b8_xy = 4 * left_xy[LEFT(i)] + 1; in fill_decode_caches() local
655 const int b8_xy = 4 * left_xy[LTOP] + 1; in fill_decode_caches() local
678 const int b8_xy = 4 * topleft_xy + 1 + (sl->topleft_partition & 2); in fill_decode_caches() local
733 int b8_xy = 4 * top_xy; in fill_decode_caches() local
Dh264_slice.c2248 const int b8_xy = 4 * top_xy + 2; in fill_filter_caches_inter() local
2263 const int b8_xy = 4 * left_xy[LTOP] + 1; in fill_filter_caches_inter() local
Dh264dec.h751 int b_xy, int b8_xy, in write_back_motion_list()
790 const int b8_xy = 4 * sl->mb_xy; in write_back_motion() local
Dmpeg12dec.c1813 int b8_xy = 4 * (s->mb_x + s->mb_y * s->mb_stride); in mpeg_decode_slice() local