Home
last modified time | relevance | path

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/
Dvp9_reconinter.h63 void vp9_setup_pre_planes(MACROBLOCKD *xd, int idx,
Dvp9_reconinter.c428 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/
Dvp9_pickmode.c58 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()
Dvp9_encodeframe.c501 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()
Dvp9_firstpass.c540 vp9_setup_pre_planes(xd, 0, first_ref_buf, 0, 0, NULL); in vp9_first_pass()
Dvp9_rdopt.c2406 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/
Dvp9_decodeframe.c331 vp9_setup_pre_planes(xd, idx, ref_buffer->buf, mi_row, mi_col, in set_ref()