summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodemb.c
AgeCommit message (Expand)Author
2012-10-22Change entropy context assignment style from *(x + y) = z to x[y] = z.Ronald S. Bultje
2012-10-22Merge changes I02e7f64a,Ide954b00,Idc8b5977 into experimentalRonald S. Bultje
2012-10-22Merging the hybrid transform experimentsDeb Mukherjee
2012-10-228x8 transform support in splitmv.Ronald S. Bultje
2012-10-19Some cleanups and fixes.Deb Mukherjee
2012-10-17Use correct context for optimize_b() in vp8_optimize_mby_8x8().Ronald S. Bultje
2012-10-16removed the recon rtcd invoke macro code (unrevert)Jim Bankoski
2012-10-15Add and consistently use PLANE_TYPE.Ronald S. Bultje
2012-10-14Make optimize_mb_16x16() static.Ronald S. Bultje
2012-10-14Remove assignment in vp8_optimize_mby_16x16().Ronald S. Bultje
2012-10-14Remove duplicate code in optimize_mb_NxN vs. vp8_optimize_mby/uv_NxN().Ronald S. Bultje
2012-10-14Remove duplicate or unused code in encoder/encodemb.c.Ronald S. Bultje
2012-10-14Add a _4x4 sufix to all 4x4-transform-related functions.Ronald S. Bultje
2012-10-13Revert "removed the recon. rtcd invoke macro code"Jim Bankoski
2012-10-13removed the recon. rtcd invoke macro codeJim Bankoski
2012-10-10Merge of the TX_16X16 experimentDeb Mukherjee
2012-09-27Entropy coding for hybrid transformDeb Mukherjee
2012-08-30hybrid transform of 16x16 dimensionJingning Han
2012-08-20Fix some compiler warnings.Ronald S. Bultje
2012-08-20Merge "Superblock coding." into experimentalRonald S. Bultje
2012-08-20Superblock coding.Ronald S. Bultje
2012-08-16Fix valgrind error which causes non-deterministic results.Daniel Kang
2012-08-15Code clean up.Paul Wilkins
2012-08-13Combine optimize_b and optimize_b_8x8Daniel Kang
2012-08-10Code cleanup.Paul Wilkins
2012-08-09Refactor vp8_build_inter16x16_predictor functionsDaniel Kang
2012-08-06Merge token_costs into a single table.Daniel Kang
2012-08-0216x16 DCT blocks.Daniel Kang
2012-08-02Make RDCOST() results 64-bit.Ronald S. Bultje
2012-07-17removed floating point version 8x8 fdctYaowu Xu
2012-07-17Restyle codeJohn Koleszar
2012-06-27Added Prediction Filter to Mode SelectionAdrian Grange
2012-06-18Fix a bunch of warnings.Christian Duvivier
2012-05-15Changed to use integer 8x8 dctYaowu Xu
2012-03-21Only support improved quantPaul Wilkins
2012-03-01Merge t8x8 experimentsYaowu Xu
2012-02-16Reworked context conversion between 8x8 and 4x4Yaowu Xu
2012-02-16moved scaling from dequantization to inverse transform for T8x8Yaowu Xu
2012-02-10Improved coding using 8x8 transformRonald S. Bultje
2012-02-09Merge Extended Q experiment.Paul Wilkins
2012-01-26fixed an issue with 8x8 token cost in trellisquantYaowu Xu
2011-12-07Removed #if CONFIG_I8X8Yaowu Xu
2011-12-02enabled 8x8 intra prediction modes on inter framesYaowu Xu
2011-12-01added transform type to MB_MODE_INFOYaowu Xu
2011-11-16fixed the scaling in 8x8 trellis quantYaowu Xu
2011-11-11Make 8x8 and extend_qrange to work togetherYaowu Xu
2011-11-10scaled the threshold for 2nd order coefficient resetYaowu Xu
2011-11-08make debug match release build on win32 with 8x8 transform enabledYaowu Xu
2011-11-08Segment signaling of TX sizePaul Wilkins
2011-11-03Added context reset when 2nd order coefficients are clearedYaowu Xu