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 | 117 vp9_setup_dst_planes(planes, frame_buffer, mi_row, mi_col); in thread_loop_filter_rows()
|
D | vp9_loopfilter.c | 1439 vp9_setup_dst_planes(planes, frame_buffer, mi_row, mi_col); in loop_filter_rows()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 759 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 | 1438 vp9_setup_dst_planes(xd->plane, new_yv12, 0, 0); in vp9_first_pass()
|
D | vp9_encodeframe.c | 224 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col); in set_offsets()
|