Searched refs:vp9_setup_pre_planes (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.h | 99 void vp9_setup_pre_planes(MACROBLOCKD *xd, int idx,
|
D | vp9_reconinter.c | 273 void vp9_setup_pre_planes(MACROBLOCKD *xd, int idx, in vp9_setup_pre_planes() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1450 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in choose_partitioning() 1462 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, in choose_partitioning() 1467 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, in choose_partitioning() 1511 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in choose_partitioning() 3500 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, in simple_motion_search() 5356 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in get_estimated_pred() 5368 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, in get_estimated_pred() 5373 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, in get_estimated_pred() 5395 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in get_estimated_pred() 6413 vp9_setup_pre_planes(xd, ref, cfg, mi_row, mi_col, in encode_superblock()
|
D | vp9_rdopt.c | 1883 vp9_setup_pre_planes(xd, ref, scaled_ref_frame[ref], mi_row, mi_col, in joint_motion_search() 2524 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in single_motion_search() 4382 vp9_setup_pre_planes(xd, ref, scaled_ref_frame[ref], mi_row, mi_col, in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_firstpass.c | 1377 vp9_setup_pre_planes(xd, 0, first_ref_buf, 0, 0, NULL); in vp9_first_pass()
|
D | vp9_mcomp.c | 2332 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in vp9_int_pro_motion_estimation()
|
D | vp9_pickmode.c | 181 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in combined_motion_search()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 741 vp9_setup_pre_planes(xd, ref, ref_buf->buf, mi_row, mi_col, in dec_build_inter_predictors_sb()
|