Searched refs:vp9_setup_pre_planes (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.h | 64 void vp9_setup_pre_planes(MACROBLOCKD *xd, int idx,
|
D | vp9_reconinter.c | 452 void vp9_setup_pre_planes(MACROBLOCKD *xd, int idx, in vp9_setup_pre_planes() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 141 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in combined_motion_search()
|
D | vp9_firstpass.c | 491 vp9_setup_pre_planes(xd, 0, first_ref_buf, 0, 0, NULL); in vp9_first_pass()
|
D | vp9_encodeframe.c | 406 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, sf); in choose_partitioning() 3592 vp9_setup_pre_planes(xd, ref, cfg, mi_row, mi_col, in encode_superblock()
|
D | vp9_rdopt.c | 1785 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in single_motion_search() 1908 vp9_setup_pre_planes(xd, ref, scaled_ref_frame[ref], mi_row, mi_col, in joint_motion_search()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 333 vp9_setup_pre_planes(xd, idx, ref_buffer->buf, mi_row, mi_col, in set_ref()
|