Home
last modified time | relevance | path

Searched refs:vp9_setup_pre_planes (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.h64 void vp9_setup_pre_planes(MACROBLOCKD *xd, int idx,
Dvp9_reconinter.c452 void vp9_setup_pre_planes(MACROBLOCKD *xd, int idx, in vp9_setup_pre_planes() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c141 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in combined_motion_search()
Dvp9_firstpass.c491 vp9_setup_pre_planes(xd, 0, first_ref_buf, 0, 0, NULL); in vp9_first_pass()
Dvp9_encodeframe.c406 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()
Dvp9_rdopt.c1785 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/
Dvp9_decodeframe.c333 vp9_setup_pre_planes(xd, idx, ref_buffer->buf, mi_row, mi_col, in set_ref()