Searched refs:vp9_setup_pre_planes (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.h | 98 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 | 1384 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in choose_partitioning() 1396 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, in choose_partitioning() 1401 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, in choose_partitioning() 1443 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in choose_partitioning() 3511 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, in ml_predict_var_rd_paritioning() 5169 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in get_estimated_pred() 5181 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, in get_estimated_pred() 5186 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, in get_estimated_pred() 5208 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in get_estimated_pred() 6120 vp9_setup_pre_planes(xd, ref, cfg, mi_row, mi_col, in encode_superblock()
|
D | vp9_rdopt.c | 1740 vp9_setup_pre_planes(xd, ref, scaled_ref_frame[ref], mi_row, mi_col, in joint_motion_search() 2418 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in single_motion_search() 4184 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 | 2159 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 | 724 vp9_setup_pre_planes(xd, ref, ref_buf->buf, mi_row, mi_col, in dec_build_inter_predictors_sb()
|