代码搜索:libavcodec
找到约 593 项符合「libavcodec」的源代码
代码结果 593
www.eeworm.com/read/258653/4353272
c fdct_altivec.c
/* ffmpeg/libavcodec/ppc/fdct_altivec.c, this file is part of the
* AltiVec optimized library for the FFMPEG Multimedia System
* Copyright (C) 2003 James Klicman
*
* This file
www.eeworm.com/read/104466/15691720
c fdct_altivec.c
/* ffmpeg/libavcodec/ppc/fdct_altivec.c, this file is part of the
* AltiVec optimized library for the FFMPEG Multimedia System
* Copyright (C) 2003 James Klicman
*
* This libr
www.eeworm.com/read/387891/8648189
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 look in the i386/ directory, as most important functio
www.eeworm.com/read/283587/9003961
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 look in the i386/ directory, as most important functio
www.eeworm.com/read/306970/13734056
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 look in the i386/ directory, as most important fun
www.eeworm.com/read/459172/1572969
c huffyuv.c
/*
* huffyuv codec for libavcodec
*
* Copyright (c) 2002-2003 Michael Niedermayer
*
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorit
www.eeworm.com/read/459172/1573062
c utils.c
/*
* utils for libavcodec
* Copyright (c) 2001 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; yo
www.eeworm.com/read/201007/5061652
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 look in the i386/ directory, as most important functio
www.eeworm.com/read/277636/4153244
makefile
include ../../../config.mak
CFLAGS= $(OPTFLAGS) -Wall \
-I. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat \
-I$(SRC_PATH)/libavcodec -I$(INCLUDE) \
-march=
www.eeworm.com/read/274140/4187987
makefile
include ../../config.mak
VPATH=$(SRC_PATH)/libavcodec/libpostproc
ifeq ($(SHARED_PP),yes)
SPPLIB = $(SLIBPREF)postproc$(SLIBSUF)
SPPMAJOR = 0
SPPVERSION = $(SPPMAJOR).0.1
endif
PPLIB = $(