vpx/vp9/encoder
Jim Bankoski 3338af4109 remove subpixel invoke functions
Removed the rtcd subpixel invoke functions.

Change-Id: I8b7618bd5813333fac66b2817bdf807616e0fb33
2012-11-21 09:16:30 -08:00
..
arm support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
generic clean out some of the rtcd code. 2012-11-18 12:33:18 -08:00
ppc Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
x86 clean out some of the rtcd code. 2012-11-18 12:33:18 -08:00
asm_enc_offsets.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
bitstream.c Support 32x32 intra modes in non-keyframe superblocks. 2012-11-16 09:54:43 -08:00
bitstream.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
block.h Remove 'thismb' data pointer when superblock experiment is on. 2012-11-10 08:39:51 -08:00
boolhuff.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
boolhuff.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
dct.c Convert 16x16 dct/idct to integer forms 2012-11-06 11:25:25 -08:00
encodeframe.c remove subpixel invoke functions 2012-11-21 09:16:30 -08:00
encodeframe.h Place non-static function prototypes in a header file. 2012-11-02 11:22:57 -07:00
encodeintra.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
encodeintra.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
encodemb.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
encodemb.h Implement tx_select for superblock encoding. 2012-11-08 11:03:00 -08:00
encodemv.c Compound inter-intra experiment 2012-11-16 06:56:29 -08:00
encodemv.h A fix in MV_REF experiment 2012-11-13 08:27:04 -08:00
firstpass.c Remove 'thismb' data pointer when superblock experiment is on. 2012-11-10 08:39:51 -08:00
firstpass.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
lookahead.c silent a lot of MSVC compiler warnings 2012-11-06 09:09:25 -08:00
lookahead.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
mbgraph.c remove macros obfuscating mv costing 2012-11-08 15:44:39 -08:00
mbgraph.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
mcomp.c fixed const problem 2012-11-21 06:46:25 -08:00
mcomp.h remove macros obfuscating mv costing 2012-11-08 15:44:39 -08:00
modecosts.c Support 32x32 intra modes in non-keyframe superblocks. 2012-11-16 09:54:43 -08:00
modecosts.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
onyx_if.c Support 32x32 intra modes in non-keyframe superblocks. 2012-11-16 09:54:43 -08:00
onyx_int.h Support 32x32 intra modes in non-keyframe superblocks. 2012-11-16 09:54:43 -08:00
picklpf.c clean out some of the rtcd code. 2012-11-18 12:33:18 -08:00
picklpf.h Place non-static function prototypes in a header file. 2012-11-02 11:22:57 -07:00
psnr.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
psnr.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
quantize.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
quantize.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
ratectrl.c Support 32x32 intra modes in non-keyframe superblocks. 2012-11-16 09:54:43 -08:00
ratectrl.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
rdopt.c Support 32x32 intra modes in non-keyframe superblocks. 2012-11-16 09:54:43 -08:00
rdopt.h Place non-static function prototypes in a header file. 2012-11-02 11:22:57 -07:00
sad_c.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
satd_c.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
segmentation.c Fix edge MV handling in SBs. 2012-11-12 17:06:52 -08:00
segmentation.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
ssim.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
temporal_filter.c removal of temporal invoke 2012-11-17 06:11:01 -08:00
temporal_filter.h Place non-static function prototypes in a header file. 2012-11-02 11:22:57 -07:00
tokenize.c Place non-static function prototypes in a header file. 2012-11-02 11:22:57 -07:00
tokenize.h Place non-static function prototypes in a header file. 2012-11-02 11:22:57 -07:00
treewriter.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
treewriter.h Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
variance_c.c Prevent overflow in variance32x32. 2012-11-14 15:18:21 -08:00
variance.h clean out some of the rtcd code. 2012-11-18 12:33:18 -08:00