Searched refs:av1_setup_pre_planes (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | reconinter.c | 691 void av1_setup_pre_planes(MACROBLOCKD *xd, int idx, in av1_setup_pre_planes() function 931 av1_setup_pre_planes(xd, ref, &ref_buf->buf, ctxt->mi_row, above_mi_col, sf, in av1_setup_build_prediction_by_above_pred() 970 av1_setup_pre_planes(xd, ref, &ref_buf->buf, left_mi_row, ctxt->mi_col, in av1_setup_build_prediction_by_left_pred()
|
D | reconinter.h | 283 void av1_setup_pre_planes(MACROBLOCKD *xd, int idx,
|
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 402 av1_setup_pre_planes(xd, 0, first_ref_buf, 0, 0, NULL, num_planes); in av1_first_pass()
|
D | var_based_part.c | 508 av1_setup_pre_planes(xd, 0, yv12, mi_row, mi_col, in av1_choose_var_based_partitioning()
|
D | mcomp.c | 2204 av1_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL, in av1_int_pro_motion_estimation() 3105 av1_setup_pre_planes(xd, ref_idx, yv12, mi_row, mi_col, in av1_simple_motion_search() 3110 av1_setup_pre_planes(xd, ref_idx, scaled_ref_frame, mi_row, mi_col, NULL, in av1_simple_motion_search()
|
D | rdopt.c | 6728 av1_setup_pre_planes(xd, ref, scaled_ref_frame[ref], mi_row, mi_col, in joint_motion_search() 7082 av1_setup_pre_planes(xd, ref_idx, scaled_ref_frame, mi_row, mi_col, NULL, in single_motion_search() 7347 av1_setup_pre_planes(xd, ref_idx, scaled_ref_frame, mi_row, mi_col, NULL, in compound_single_motion_search()
|
D | encodeframe.c | 6010 av1_setup_pre_planes(xd, ref, cfg, mi_row, mi_col, in encode_superblock()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1072 av1_setup_pre_planes(xd, ref, &ref_buf->buf, mi_row, mi_col, in predict_inter_block()
|