Home
last modified time | relevance | path

Searched refs:mv_dst (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264dec.h754 int16_t(*mv_dst)[2] = &h->cur_pic.motion_val[list][b_xy]; in write_back_motion_list() local
756 AV_COPY128(mv_dst + 0 * b_stride, mv_src + 8 * 0); in write_back_motion_list()
757 AV_COPY128(mv_dst + 1 * b_stride, mv_src + 8 * 1); in write_back_motion_list()
758 AV_COPY128(mv_dst + 2 * b_stride, mv_src + 8 * 2); in write_back_motion_list()
759 AV_COPY128(mv_dst + 3 * b_stride, mv_src + 8 * 3); in write_back_motion_list()
Dh264_slice.c2243 int16_t(*mv_dst)[2] = &sl->mv_cache[list][scan8[0]]; in fill_filter_caches_inter() local
2250 AV_COPY128(mv_dst - 1 * 8, h->cur_pic.motion_val[list][b_xy + 0]); in fill_filter_caches_inter()
2256 AV_ZERO128(mv_dst - 1 * 8); in fill_filter_caches_inter()
2265 AV_COPY32(mv_dst - 1 + 0, h->cur_pic.motion_val[list][b_xy + b_stride * 0]); in fill_filter_caches_inter()
2266 AV_COPY32(mv_dst - 1 + 8, h->cur_pic.motion_val[list][b_xy + b_stride * 1]); in fill_filter_caches_inter()
2267 AV_COPY32(mv_dst - 1 + 16, h->cur_pic.motion_val[list][b_xy + b_stride * 2]); in fill_filter_caches_inter()
2268 AV_COPY32(mv_dst - 1 + 24, h->cur_pic.motion_val[list][b_xy + b_stride * 3]); in fill_filter_caches_inter()
2274 AV_ZERO32(mv_dst - 1 + 0); in fill_filter_caches_inter()
2275 AV_ZERO32(mv_dst - 1 + 8); in fill_filter_caches_inter()
2276 AV_ZERO32(mv_dst - 1 + 16); in fill_filter_caches_inter()
[all …]