Searched defs:inter_pred_params (Results  1 – 10 of 10) sorted by relevance
| /external/libaom/av1/encoder/ | 
| D | reconinter_enc.c | 32     const MV *const src_mv, InterPredParams *const inter_pred_params,  in enc_calc_subpel_params()49                                        InterPredParams *inter_pred_params) {  in av1_enc_build_one_inter_predictor()
 64   InterPredParams inter_pred_params;  in av1_enc_build_inter_predictor_y()  local
 85                                            InterPredParams *inter_pred_params,  in av1_enc_build_inter_predictor_y_nonrd()
 181   InterPredParams inter_pred_params;  in build_obmc_prediction()  local
 291     InterPredParams inter_pred_params;  in av1_build_inter_predictors_for_planes_single_buf()  local
 447       InterPredParams inter_pred_params;  in aom_upsampled_pred_c()  local
 587       InterPredParams inter_pred_params;  in aom_highbd_upsampled_pred_c()  local
 
 | 
| D | motion_search_facade.c | 518   InterPredParams inter_pred_params;  in av1_joint_motion_search()  local827   InterPredParams inter_pred_params;  in build_second_inter_pred()  local
 
 | 
| D | optical_flow.c | 143   InterPredParams inter_pred_params;  in temporal_gradient()  local617       InterPredParams inter_pred_params;  in warp_back_frame_intp()  local
 
 | 
| D | tpl_model.c | 390         InterPredParams inter_pred_params;  in get_rate_distortion()  local746     InterPredParams inter_pred_params;  in mode_estimation()  local
 863       InterPredParams inter_pred_params;  in mode_estimation()  local
 
 | 
| D | temporal_filter.c | 381         InterPredParams inter_pred_params;  in tf_build_predictor()  local
 | 
| D | compound_type.c | 1352           InterPredParams inter_pred_params;  in av1_compound_type_rd()  local
 | 
| /external/libaom/av1/common/ | 
| D | reconinter.h | 132     const MV *const src_mv, InterPredParams *const inter_pred_params,  in init_subpel_params()185     const MV *const src_mv, InterPredParams *const inter_pred_params,  in init_inter_mode_params()
 194     InterPredParams *inter_pred_params, int block_width, int block_height,  in init_inter_block_params()
 214     InterPredParams *inter_pred_params, int block_width, int block_height,  in av1_init_inter_params()
 229 static AOM_INLINE void av1_init_comp_mode(InterPredParams *inter_pred_params) {  in av1_init_comp_mode()
 
 | 
| D | reconinter.c | 60 void av1_init_warp_params(InterPredParams *inter_pred_params,  in av1_init_warp_params()77                               InterPredParams *inter_pred_params,  in av1_make_inter_predictor()
 598     int w, InterPredParams *inter_pred_params) {  in build_masked_compound_no_round()
 623                                      InterPredParams *inter_pred_params,  in av1_make_masked_inter_predictor()
 
 | 
| /external/libaom/av1/encoder/x86/ | 
| D | reconinter_enc_sse2.c | 56       InterPredParams inter_pred_params;  in aom_upsampled_pred_sse2()  local191       InterPredParams inter_pred_params;  in aom_highbd_upsampled_pred_sse2()  local
 
 | 
| /external/libaom/av1/decoder/ | 
| D | decodeframe.c | 547     const MV *const src_mv, InterPredParams *const inter_pred_params,  in dec_calc_subpel_params()633     const MV *const src_mv, InterPredParams *const inter_pred_params,  in dec_calc_subpel_params_and_extend()
 
 |