Searched refs:fun_ctxt (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | obmc.h | 17 MB_MODE_INFO *nb_mi, void *fun_ctxt, 24 void *fun_ctxt) { in foreach_overlappable_nb_above() argument 53 fun_ctxt, num_planes); in foreach_overlappable_nb_above() 62 void *fun_ctxt) { in foreach_overlappable_nb_left() argument 86 fun_ctxt, num_planes); in foreach_overlappable_nb_left()
|
D | reconinter.c | 747 void *fun_ctxt, const int num_planes) { in increment_int_ptr() argument 752 ++*(int *)fun_ctxt; in increment_int_ptr() 811 void *fun_ctxt, in build_obmc_inter_pred_above() argument 814 struct obmc_inter_pred_ctxt *ctxt = (struct obmc_inter_pred_ctxt *)fun_ctxt; in build_obmc_inter_pred_above() 846 void *fun_ctxt, in build_obmc_inter_pred_left() argument 849 struct obmc_inter_pred_ctxt *ctxt = (struct obmc_inter_pred_ctxt *)fun_ctxt; in build_obmc_inter_pred_left()
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 310 MB_MODE_INFO *above_mbmi, void *fun_ctxt, const int num_planes) { in build_prediction_by_above_pred() argument 311 struct build_prediction_ctxt *ctxt = (struct build_prediction_ctxt *)fun_ctxt; in build_prediction_by_above_pred() 366 MB_MODE_INFO *left_mbmi, void *fun_ctxt, const int num_planes) { in build_prediction_by_left_pred() argument 367 struct build_prediction_ctxt *ctxt = (struct build_prediction_ctxt *)fun_ctxt; in build_prediction_by_left_pred()
|
D | rdopt.c | 9269 MB_MODE_INFO *nb_mi, void *fun_ctxt, in obmc_check_identical_mv() argument 9276 (struct obmc_check_mv_field_ctxt *)fun_ctxt; in obmc_check_identical_mv() 13830 void *fun_ctxt, const int num_planes) { in calc_target_weighted_pred_above() argument 13835 (struct calc_target_weighted_pred_ctxt *)fun_ctxt; in calc_target_weighted_pred_above() 13876 void *fun_ctxt, const int num_planes) { in calc_target_weighted_pred_left() argument 13881 (struct calc_target_weighted_pred_ctxt *)fun_ctxt; in calc_target_weighted_pred_left()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 902 MB_MODE_INFO *above_mbmi, void *fun_ctxt, const int num_planes) { in dec_build_prediction_by_above_pred() argument 903 struct build_prediction_ctxt *ctxt = (struct build_prediction_ctxt *)fun_ctxt; in dec_build_prediction_by_above_pred() 956 MB_MODE_INFO *left_mbmi, void *fun_ctxt, const int num_planes) { in dec_build_prediction_by_left_pred() argument 957 struct build_prediction_ctxt *ctxt = (struct build_prediction_ctxt *)fun_ctxt; in dec_build_prediction_by_left_pred()
|