Searched refs:restore_dst_buf (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 2558 static INLINE void restore_dst_buf(MACROBLOCKD *xd, in restore_dst_buf() function 2791 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode() 2817 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode() 2842 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode() 2885 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode() 2908 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode() 2922 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode() 2942 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 7254 static INLINE void restore_dst_buf(MACROBLOCKD *xd, const BUFFER_SET dst, in restore_dst_buf() function 8192 restore_dst_buf(xd, *dst_bufs[0], num_planes); in swap_dst_buf() 8774 restore_dst_buf(xd, *tmp_dst, num_planes); in interpolation_filter_search() 9063 restore_dst_buf(xd, *orig_dst, num_planes); in handle_inter_intra_mode() 9706 restore_dst_buf(xd, *orig_dst, num_planes); in motion_mode_rd() 9718 restore_dst_buf(xd, *orig_dst, num_planes); in motion_mode_rd() 9749 restore_dst_buf(xd, *orig_dst, num_planes); in skip_mode_rd() 9916 if (cur_type == COMPOUND_AVERAGE) restore_dst_buf(xd, *tmp_dst, 1); in compound_type_rd() 9956 restore_dst_buf(xd, *tmp_dst, 1); in compound_type_rd() 9982 restore_dst_buf(xd, *orig_dst, 1); in compound_type_rd() [all …]
|