代码搜索:libavcodec
找到约 593 项符合「libavcodec」的源代码
代码结果 593
www.eeworm.com/read/258653/4353143
am makefile.am
include $(top_srcdir)/misc/Makefile.common
AM_CFLAGS = -O2 -fno-strict-aliasing
AM_CPPFLAGS = $(LIBFFMPEG_CPPFLAGS)
ASFLAGS =
noinst_LTLIBRARIES = libavcodec_armv4l.la
libavcodec_armv4l_src = dsput
www.eeworm.com/read/459172/1572861
txt optimization.txt
optimization Tips (for libavcodec):
===================================
What to optimize:
-----------------
If you plan to do non-x86 architecture specific optimizations (SIMD normally),
then take a
www.eeworm.com/read/427042/1982603
svn-base optimization.txt.svn-base
optimization Tips (for libavcodec):
===================================
What to optimize:
-----------------
If you plan to do non-x86 architecture specific optimizations (SIMD normally),
then take a
www.eeworm.com/read/427042/1982612
txt optimization.txt
optimization Tips (for libavcodec):
===================================
What to optimize:
-----------------
If you plan to do non-x86 architecture specific optimizations (SIMD normally),
then take a
www.eeworm.com/read/364434/2905247
svn-base optimization.txt.svn-base
optimization Tips (for libavcodec):
===================================
What to optimize:
-----------------
If you plan to do non-x86 architecture specific optimizations (SIMD normally),
then take a
www.eeworm.com/read/396408/2419930
c ffmpeg_four_start.c
#include "../config.h"
#include "../libavcodec/dsputil.h"
#include "../libavcodec/avcodec.h"
#define NULL ((void *)0)
int8_t table_4_3_exp[16];
uint32_t table_4_3_value[16];
uint32_t exp_table[16];
www.eeworm.com/read/396408/2419939
c ffmpeg_five_start.c
#include "../config.h"
#include "../libavcodec/dsputil.h"
#include "../libavcodec/avcodec.h"
#define NULL ((void *)0)
int8_t table_4_3_exp[16];
uint32_t table_4_3_value[16];
uint32_t exp_table[16];
www.eeworm.com/read/387891/8648440
c mem.c
/*
* default memory allocator for libavcodec
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser
www.eeworm.com/read/283587/9004246
c mem.c
/*
* default memory allocator for libavcodec
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser
www.eeworm.com/read/175483/9544975
c utils.c
/*
* utils for libavcodec
* Copyright (c) 2001 Gerard Lantau.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License