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 | storeneonregs(mem) |
#define | testneonclobbers(func, ctx,...) |
#define | wrap(func) |
#define storeneonregs | ( | mem | ) |
Definition at line 31 of file neontest.h.
#define testneonclobbers | ( | func, | |
ctx, | |||
... | |||
) |
Definition at line 39 of file neontest.h.
Referenced by wrap().
#define wrap | ( | func | ) |
Definition at line 62 of file neontest.h.
Referenced by blend_subrect(), draw_edges_8_c(), 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(), ff_vc1_pred_b_mv(), ff_vc1_pred_dc(), ff_vc1_pred_mv(), ff_vc1_pred_mv_intfr(), find_new_headers(), main(), mpeg_decode_slice(), put_pixel(), rgb24_to_yuv420p(), vc1_coded_block_pred(), vc1_i_pred_dc(), and wmv2_pred_motion().