Searched refs:vp9_setup_dst_planes (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.h | 94 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE],
|
D | vp9_reconinter.c | 257 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE], in vp9_setup_dst_planes() function
|
D | vp9_thread_common.c | 122 vp9_setup_dst_planes(planes, frame_buffer, mi_row, mi_col); in thread_loop_filter_rows()
|
D | vp9_loopfilter.c | 1447 vp9_setup_dst_planes(planes, frame_buffer, mi_row, mi_col); in loop_filter_rows()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 801 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col); in set_offsets_recon() 830 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col); in set_offsets()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1374 vp9_setup_dst_planes(xd->plane, new_yv12, 0, 0); in vp9_first_pass()
|
D | vp9_encodeframe.c | 267 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col); in set_offsets()
|