Go to the documentation of this file.
59 printf(
"motion-test [-h]\n"
60 "test motion implementations\n");
82 for(x=0;x<
WIDTH-17;x++) {
87 printf(
"error: mmx=%d c=%d\n", d1, d2);
99 for(x=0;x<
WIDTH-17;x++) {
111 (
double)(ti / 1000.0));
115 int main(
int argc,
char **argv)
121 int flags_size = HAVE_MMXEXT ? 2 : 1;
128 printf(
"ffmpeg motion test\n");
133 memset(&cctx, 0,
sizeof(cctx));
135 for (
c = 0;
c < flags_size;
c++) {
138 memset(&mmxctx, 0,
sizeof(mmxctx));
141 for (x = 0; x < 2; x++) {
142 printf(
"%s for %dx%d pixels\n",
c ?
"mmx2" :
"mmx",
143 x ? 8 : 16, x ? 8 : 16);
void av_force_cpu_flags(int arg)
Disables cpu detection and forces the specified flags.
int64_t av_gettime_relative(void)
Get the current time in microseconds since some unspecified starting point.
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option name
av_cold void av_lfg_init(AVLFG *c, unsigned int seed)
static const struct twinvq_data tab
av_cold void ff_me_cmp_init(MECmpContext *c, AVCodecContext *avctx)
AVCodecContext * avcodec_alloc_context3(const AVCodec *codec)
Allocate an AVCodecContext and set its fields to default values.
static unsigned int av_lfg_get(AVLFG *c)
Get the next random unsigned 32-bit number using an ALFG.
int flags
Flags modifying the (de)muxer behaviour.
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not c
static uint8_t img1[WIDTH *HEIGHT]
Context structure for the Lagged Fibonacci PRNG.
static uint8_t img2[WIDTH *HEIGHT]
printf("static const uint8_t my_array[100] = {\n")
me_cmp_func pix_abs[2][4]
int main(int argc, char **argv)
#define i(width, name, range_min, range_max)
#define AV_CPU_FLAG_MMX
standard MMX
main external API structure.
static void fill_random(uint8_t *tab, int size)
#define AV_CPU_FLAG_MMXEXT
SSE integer functions or AMD MMX ext.
#define AV_CODEC_FLAG_BITEXACT
Use only bitexact stuff (except (I)DCT).
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j< whatever > ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s it
static void test_motion(const char *name, me_cmp_func test_func, me_cmp_func ref_func)
int(* me_cmp_func)(struct MpegEncContext *c, uint8_t *blk1, uint8_t *blk2, ptrdiff_t stride, int h)
#define flags(name, subs,...)