#include <stdint.h>
#include "config.h"
#include "libavutil/common.h"
Go to the source code of this file.
Defines | |
#define | MLS64(d, a, b) MAC64(d, -(a), b) |
#define | mid_pred mid_pred |
Functions | |
static av_const int | mid_pred (int a, int b, int c) |
#define mid_pred mid_pred |
Definition at line 60 of file mathops.h.
Referenced by add_hfyu_median_prediction_c(), add_lag_median_prediction(), correlate(), correlate_slice_buffered(), decorrelate(), direct_search(), encode_q_branch(), ff_estimate_motion_b(), ff_estimate_p_frame_motion(), ff_pre_estimate_p_frame_motion(), h263_mv4_search(), h263_pred_motion(), interlaced_search(), loco_predict(), ls_decode_line(), ls_encode_line(), motion_search(), mv_pred_median(), pred_motion(), pred_mv(), pred_spatial_direct_motion(), predict(), rv34_pred_b_vector(), rv34_pred_mv(), rv34_pred_mv_rv3(), sub_hfyu_median_prediction_c(), sub_hfyu_median_prediction_mmx2(), svq1_decode_motion_vector(), vc1_mc_4mv_chroma(), vc1_pred_b_mv(), vc1_pred_mv(), and wmv2_pred_motion().