Home
last modified time | relevance | path

Searched refs:av1_setup_pre_planes (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmotion_search_facade.c65 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()
Dvar_based_part.c706 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()
Dfirstpass.c921 av1_setup_pre_planes(xd, 0, last_frame, 0, 0, NULL, num_planes); in av1_first_pass()
Dnonrd_pickmode.c145 av1_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL, in combined_motion_search()
Dmcomp.c1668 av1_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL, in av1_int_pro_motion_estimation()
Dencodeframe.c6365 av1_setup_pre_planes(xd, ref, cfg, mi_row, mi_col, in encode_superblock()
/external/libaom/libaom/av1/common/
Dreconinter.c975 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()
Dreconinter.h328 void av1_setup_pre_planes(MACROBLOCKD *xd, int idx,
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c873 av1_setup_pre_planes(xd, ref, &ref_buf->buf, mi_row, mi_col, in predict_inter_block()