Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_mvpred.h635 const int b8_xy = 4 * left_xy[LEFT(i)] + 1; in fill_decode_caches() local
653 const int b8_xy = 4 * left_xy[LTOP] + 1; in fill_decode_caches() local
676 const int b8_xy = 4 * topleft_xy + 1 + (sl->topleft_partition & 2); in fill_decode_caches() local
731 int b8_xy = 4 * top_xy; in fill_decode_caches() local
[all...]
H A Dmpeg12dec.c1793 int b8_xy = 4 * (s->mb_x + s->mb_y * s->mb_stride); in mpeg_decode_slice() local
H A Dh264_slice.c2344 const int b8_xy = 4 * top_xy + 2; in fill_filter_caches_inter() local
2359 const int b8_xy = 4 * left_xy[LTOP] + 1; in fill_filter_caches_inter() local
H A Dh264dec.h749 const int b8_xy = 4 * sl->mb_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