FFmpeg
|
#include <inttypes.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include "libavutil/bswap.h"
Go to the source code of this file.
Macros | |
#define | storexmmregs(mem) |
#define | testxmmclobbers(func, ctx,...) |
#define | wrap(func) |
#define storexmmregs | ( | mem | ) |
Definition at line 30 of file w64xmmtest.h.
#define testxmmclobbers | ( | func, | |
ctx, | |||
... | |||
) |
Definition at line 44 of file w64xmmtest.h.
Referenced by wrap().
#define wrap | ( | func | ) |
Definition at line 70 of file w64xmmtest.h.
Referenced by blend_subrect(), draw_edges(), ff_clean_intra_table_entries(), ff_fix_long_p_mvs(), ff_h263_pred_acdc(), ff_h263_pred_dc(), ff_h263_pred_motion(), ff_h263_update_motion_val(), ff_mpeg4_pred_dc(), ff_msmpeg4_coded_block_pred(), ff_msmpeg4_pred_dc(), find_new_headers(), main(), mpeg_decode_slice(), put_pixel(), rgb24_to_yuv420p(), vc1_coded_block_pred(), vc1_i_pred_dc(), vc1_pred_b_mv(), vc1_pred_dc(), vc1_pred_mv(), vc1_pred_mv_intfr(), and wmv2_pred_motion().