#include <stdint.h>
#include "libavutil/common.h"
Go to the source code of this file.
Defines | |
#define | MULL MULL |
#define | MULH MULH |
#define | MUL64 MUL64 |
#define | MAC64(d, a, b) ((d) = MAC64(d, a, b)) |
#define | MLS64(d, a, b) MAC64(d, -(a), b) |
#define | mid_pred mid_pred |
Functions | |
static av_const int | MULL (int a, int b, unsigned shift) |
static av_const int | MULH (int a, int b) |
static av_const int64_t | MUL64 (int a, int b) |
static av_const int64_t | MAC64 (int64_t d, int a, int b) |
static av_const int | mid_pred (int a, int b, int c) |
#define mid_pred mid_pred |
Definition at line 93 of file mathops.h.
Referenced by add_hfyu_median_prediction_c(), 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(), 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().
#define MUL64 MUL64 |
#define MULH MULH |
#define MULL MULL |
Definition at line 28 of file mathops.h.
Referenced by compute_stereo(), decode_init(), imdct36(), and lsp2poly().
static av_const int64_t MAC64 | ( | int64_t | d, | |
int | a, | |||
int | b | |||
) | [inline, static] |
static av_const int mid_pred | ( | int | a, | |
int | b, | |||
int | c | |||
) | [inline, static] |
static av_const int64_t MUL64 | ( | int | a, | |
int | b | |||
) | [inline, static] |
static av_const int MULL | ( | int | a, | |
int | b, | |||
unsigned | shift | |||
) | [inline, static] |