Searched refs:vp9_setup_pre_planes (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_reconinter.h | 63 void vp9_setup_pre_planes(MACROBLOCKD *xd, int idx,
|
D | vp9_reconinter.c | 428 void vp9_setup_pre_planes(MACROBLOCKD *xd, int idx, in vp9_setup_pre_planes() function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 58 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in full_pixel_motion_search() 154 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in sub_pixel_motion_search()
|
D | vp9_encodeframe.c | 501 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, sf); in choose_partitioning() 2423 vp9_setup_pre_planes(xd, 0, get_ref_frame_buffer(cpi, LAST_FRAME), 0, 0, in init_encode_frame_mb_context() 3469 vp9_setup_pre_planes(xd, ref, cfg, mi_row, mi_col, in encode_superblock()
|
D | vp9_firstpass.c | 540 vp9_setup_pre_planes(xd, 0, first_ref_buf, 0, 0, NULL); in vp9_first_pass()
|
D | vp9_rdopt.c | 2406 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in single_motion_search() 2570 vp9_setup_pre_planes(xd, ref, scaled_ref_frame[ref], mi_row, mi_col, in joint_motion_search()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 331 vp9_setup_pre_planes(xd, idx, ref_buffer->buf, mi_row, mi_col, in set_ref()
|