Searched refs:InterPredParams (Results 1 – 11 of 11) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | reconinter.h | 104 typedef struct InterPredParams { struct 123 } InterPredParams; argument 125 void av1_init_inter_params(InterPredParams *inter_pred_params, int block_width, 133 void av1_init_comp_mode(InterPredParams *inter_pred_params); 135 void av1_init_warp_params(InterPredParams *inter_pred_params, 139 void av1_init_mask_comp(InterPredParams *inter_pred_params, BLOCK_SIZE bsize, 241 InterPredParams *inter_pred_params, 246 InterPredParams *inter_pred_params, 250 InterPredParams *const inter_pred_params, 258 InterPredParams *inter_pred_params, MACROBLOCKD *xd, int mi_x, int mi_y,
|
D | reconinter.c | 59 void av1_init_inter_params(InterPredParams *inter_pred_params, int block_width, in av1_init_inter_params() 93 void av1_init_comp_mode(InterPredParams *inter_pred_params) { in av1_init_comp_mode() 97 void av1_init_warp_params(InterPredParams *inter_pred_params, in av1_init_warp_params() 111 void av1_init_mask_comp(InterPredParams *inter_pred_params, BLOCK_SIZE bsize, in av1_init_mask_comp() 124 InterPredParams *inter_pred_params, in av1_make_inter_predictor() 642 int w, InterPredParams *inter_pred_params) { in build_masked_compound_no_round() 667 InterPredParams *inter_pred_params, in av1_make_masked_inter_predictor() 707 InterPredParams *inter_pred_params, MACROBLOCKD *xd, int mi_x, int mi_y, in av1_build_one_inter_predictor() 815 InterPredParams inter_pred_params; in build_inter_predictors_sub8x8() 869 InterPredParams inter_pred_params; in build_inter_predictors_8x8_and_bigger()
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 32 InterPredParams *const inter_pred_params, in enc_calc_subpel_params() 75 InterPredParams *inter_pred_params) { in av1_enc_build_one_inter_predictor() 92 InterPredParams inter_pred_params; in av1_enc_build_inter_predictor_y() 152 InterPredParams inter_pred_params; in build_obmc_prediction() 281 InterPredParams inter_pred_params; in av1_build_inter_predictors_for_planes_single_buf()
|
D | reconinter_enc.h | 41 InterPredParams *inter_pred_params);
|
D | motion_search_facade.c | 371 InterPredParams inter_pred_params; in av1_joint_motion_search() 658 InterPredParams inter_pred_params; in build_second_inter_pred()
|
D | tpl_model.c | 366 InterPredParams inter_pred_params; in mode_estimation() 418 InterPredParams inter_pred_params; in mode_estimation()
|
D | temporal_filter.c | 359 InterPredParams inter_pred_params; in tf_build_predictor()
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 307 InterPredParams inter_pred_params; in aom_upsampled_pred_c() 850 InterPredParams inter_pred_params; in aom_highbd_upsampled_pred_c()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | variance_sse2.c | 519 InterPredParams inter_pred_params; in aom_upsampled_pred_sse2()
|
D | highbd_variance_sse2.c | 641 InterPredParams inter_pred_params; in aom_highbd_upsampled_pred_sse2()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 543 InterPredParams *const inter_pred_params, in dec_calc_subpel_params() 631 const MV *const src_mv, InterPredParams *const inter_pred_params, in dec_calc_subpel_params_and_extend()
|