vpx/vp8/encoder
Yaowu Xu 5aab0c3fb7 Added code to prevent I8X8_PRED mode for MBs using 8x8 transform
This fixed a conflict introduced by the change of adding 8x8 intra
prediction modes. The 8x8 intra prediction mode code assumed the
use of 4x4 transform, and causes encoder crashes when the codec is
configured with --enable-t8x8.

Change-Id: I00cc94df63e9725377ffba9eb51be6b77fe3fcf9
2012-01-19 17:09:40 -08:00
..
arm Move neon only arm functions under arm/neon. 2011-09-20 10:51:06 -07:00
generic Further segment feature extensions. 2011-10-24 15:52:18 +01:00
ppc remove one set of 16x16 variance funcations 2011-06-09 11:23:05 -07:00
x86 Segment Features. Removal of #ifdefs 2011-11-03 17:14:26 +00:00
asm_enc_offsets.c use GCC inline magic 2011-06-08 16:19:37 -04:00
bitstream.c Fix more warnings. 2011-12-22 16:33:06 -08:00
bitstream.h Add runtime CPU detection support for ARM. 2010-10-25 09:23:29 -04:00
block.h Removed #if CONFIG_I8X8 2011-12-07 13:48:53 -08:00
boolhuff.c Moved vp8_encode_bool into boolhuff.h 2011-07-19 09:17:25 -04:00
boolhuff.h Moved vp8_encode_bool into boolhuff.h 2011-07-19 09:17:25 -04:00
dct.c Make 8x8 and extend_qrange to work together 2011-11-11 07:31:00 -08:00
dct.h Add 8x8 transform to experimental branch 2011-07-20 09:49:22 -07:00
defaultcoefcounts.h Merge remote branch 'internal/upstream' into HEAD 2011-08-25 08:36:19 -04:00
encodeframe.c Fix more warnings. 2011-12-22 16:33:06 -08:00
encodeintra.c Removed #if CONFIG_I8X8 2011-12-07 13:48:53 -08:00
encodeintra.h Fix more warnings. 2011-12-22 16:33:06 -08:00
encodemb.c Removed #if CONFIG_I8X8 2011-12-07 13:48:53 -08:00
encodemb.h Fix more warnings. 2011-12-22 16:33:06 -08:00
encodemv.c Use full-pixel MV in mvsadcost calculation 2011-04-01 16:41:58 -04:00
encodemv.h Use full-pixel MV in mvsadcost calculation 2011-04-01 16:41:58 -04:00
ethreading.c Fix more warnings. 2011-12-22 16:33:06 -08:00
firstpass.c Rate control on static scenes plus Y2dc delta Q fix. 2012-01-17 17:42:46 +00:00
firstpass.h Move firstpass motion map to stats packet 2010-10-21 14:04:20 -04:00
lookahead.c Copy less when active map is in use 2011-08-19 10:29:41 -04:00
lookahead.h Copy less when active map is in use 2011-08-19 10:29:41 -04:00
mbgraph.c Possible divide by 0 error. 2012-01-18 11:10:51 +00:00
mbgraph.h Further segment feature extensions. 2011-10-24 15:52:18 +01:00
mcomp.c made vp8_mode_context adaptive 2011-12-07 11:01:59 -08:00
mcomp.h Revised coding using adaptive mode context to depend on frame type 2011-12-09 12:13:42 -08:00
modecosts.c Enabled adaptive UV intra coding for inter frames 2011-12-09 14:44:13 -08:00
modecosts.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
onyx_if.c Possible divide by 0 error. 2012-01-18 11:10:51 +00:00
onyx_int.h Rate control on static scenes plus Y2dc delta Q fix. 2012-01-17 17:42:46 +00:00
pickinter.c made vp8_mode_context adaptive 2011-12-07 11:01:59 -08:00
pickinter.h Move intra block mode selection to pickinter.c 2011-06-08 11:44:57 -04:00
picklpf.c Further QIndex realted Fixes: 2011-12-19 09:27:19 +00:00
psnr.c Merge remote branch 'internal/upstream' into HEAD 2011-03-23 00:27:52 -04:00
psnr.h Increase static linkage, remove unused functions 2011-03-17 20:53:47 -04:00
quantize.c reverted an accidental code deleting 2012-01-19 16:56:46 -08:00
quantize.h fix more merge issues 2011-07-21 09:01:53 -07:00
ratectrl.c Rate control on static scenes plus Y2dc delta Q fix. 2012-01-17 17:42:46 +00:00
ratectrl.h Removal of Qindex LUTS. 2011-11-22 08:42:33 +00:00
rdopt.c Added code to prevent I8X8_PRED mode for MBs using 8x8 transform 2012-01-19 17:09:40 -08:00
rdopt.h Fix more warnings. 2011-12-22 16:33:06 -08:00
sad_c.c Preload reference area to an intermediate buffer in sub-pixel motion search 2011-07-22 09:28:06 -04:00
satd_c.c Further segment feature extensions. 2011-10-24 15:52:18 +01:00
segmentation.c Fixed stride bug in segmentation code 2011-12-15 12:27:38 -08:00
segmentation.h Merge CONFIGURE_SEGMENTATION experiment. 2011-11-15 16:15:23 +00:00
ssim.c Reclassify optimized ssim calculations as SSE2. 2011-08-22 12:36:28 -07:00
temporal_filter.c Fix building with --disable-postproc 2011-08-01 17:50:23 -04:00
temporal_filter.h x86 sse2 temporal_filter_apply 2011-01-06 14:00:30 -05:00
tokenize.c Removed #if CONFIG_I8X8 2011-12-07 13:48:53 -08:00
tokenize.h fix more merge issues 2011-07-21 09:01:53 -07:00
treewriter.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
treewriter.h Fix relative include paths 2011-02-10 15:09:44 -05:00
variance_c.c remove redundant functions 2011-06-06 16:44:05 -07:00
variance.h Further segment feature extensions. 2011-10-24 15:52:18 +01:00