Searched refs:av1_setup_pre_planes (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | motion_search_facade.c | 65 av1_setup_pre_planes(xd, ref_idx, scaled_ref_frame, mi_row, mi_col, NULL, in av1_single_motion_search() 419 av1_setup_pre_planes(xd, ref, scaled_ref_frame[ref], mi_row, mi_col, in av1_joint_motion_search() 569 av1_setup_pre_planes(xd, ref_idx, scaled_ref_frame, mi_row, mi_col, NULL, in av1_compound_single_motion_search() 784 av1_setup_pre_planes(xd, ref_idx, yv12, mi_row, mi_col, in av1_simple_motion_search() 789 av1_setup_pre_planes(xd, ref_idx, scaled_ref_frame, mi_row, mi_col, NULL, in av1_simple_motion_search()
|
D | var_based_part.c | 706 av1_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in av1_choose_var_based_partitioning() 715 av1_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, in av1_choose_var_based_partitioning() 738 av1_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in av1_choose_var_based_partitioning()
|
D | firstpass.c | 921 av1_setup_pre_planes(xd, 0, last_frame, 0, 0, NULL, num_planes); in av1_first_pass()
|
D | nonrd_pickmode.c | 145 av1_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL, in combined_motion_search()
|
D | mcomp.c | 1668 av1_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL, in av1_int_pro_motion_estimation()
|
D | encodeframe.c | 6365 av1_setup_pre_planes(xd, ref, cfg, mi_row, mi_col, in encode_superblock()
|
/external/libaom/libaom/av1/common/ |
D | reconinter.c | 975 void av1_setup_pre_planes(MACROBLOCKD *xd, int idx, in av1_setup_pre_planes() function 1224 av1_setup_pre_planes(xd, 0, &ref_buf->buf, ref_mi_row, ref_mi_col, sf, in av1_setup_address_for_obmc() 1256 av1_setup_pre_planes(xd, ref, &ref_buf->buf, xd->mi_row, above_mi_col, sf, in av1_setup_build_prediction_by_above_pred() 1296 av1_setup_pre_planes(xd, ref, &ref_buf->buf, left_mi_row, xd->mi_col, in av1_setup_build_prediction_by_left_pred()
|
D | reconinter.h | 328 void av1_setup_pre_planes(MACROBLOCKD *xd, int idx,
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 873 av1_setup_pre_planes(xd, ref, &ref_buf->buf, mi_row, mi_col, in predict_inter_block()
|