summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-31Change name of common top-level structures from VP8 to VP9.Ronald S. Bultje
This change encompasses VP8_PTR, VP8_COMP, VP8D_COMP, VP8_COMMON, VP8Decompressor and VP8Common. Change-Id: I514ef4ad4e682370f36d656af1c09ee20da216ad
2012-10-31Change non-function symbol vp8_ prefixes to vp9_.Ronald S. Bultje
For local symbols, make them static instead. Change-Id: I13d60947a46f711bc8991e16100cea2a13e3a22e
2012-10-31Merge "Change common vp8_ public symbol prefixes to vp9_." into experimentalRonald S. Bultje
2012-10-31Change common vp8_ public symbol prefixes to vp9_.Ronald S. Bultje
Change-Id: Ic5a5f60e1ff9d9ccae4174160d36529466eeb509
2012-10-31Add forward transform function to rtcdYunqing Wang
Added vp8_fht to rtcd_defs.sh Change-Id: I929b0bf878185a2f0e031dc8c70a418286d509aa
2012-10-30Adjust style to match Google Coding Style a little more closely.Ronald S. Bultje
Most of these were picked up in the previous commit (prefix change from vp8_ to vp9_), but I'm pushing this separately so that it's easier to review. Change-Id: Ifce2cdd6f008f4b1fbc2d89b5196d75e35fe115d
2012-10-30Change decoder vp8_ and vp8dx_ public symbol prefixes to vp9_.Ronald S. Bultje
Change-Id: Iedb4c3b4171d8640cc525727b4c3658e2bb400db
2012-10-30Adjust style to match Google Coding Style a little more closely.Ronald S. Bultje
Most of these were picked up in the previous commit (prefix change from vp8_ to vp9_), but I'm pushing this separately so that it's easier to review. Change-Id: I91e959895778b8632d7d33375523df8a7568a490
2012-10-30Change encoder vp8_ and vp8cx_ public symbol prefixes to vp9_.Ronald S. Bultje
Change-Id: Ie2e3652591b010ded10c216501ce24fd95d0aec5
2012-10-30Fixed style warningsYunqing Wang
Fixed some style warnings. Change-Id: I9eb77c3bf6d63628feef1b0c936e905bf4f2089d
2012-10-30Convert the transforms to integer forms.Yunqing Wang
Converted the forward and inverse transforms to integer forms. Modify #define TEST_INT 1/0 in the code to call integer/float version of transforms. The tests showed that average OVERALL PSNR loss was less than 0.1%. Change-Id: I1dfa4eeab6412597e3b970ce299cf0e116a917e6
2012-10-30Merge "dequant invoke macro removal" into experimentalScott LaVarnway
2012-10-30dequant invoke macro removalScott LaVarnway
Change-Id: Ifa17e698149adc063476e7d16eb727f01e88b447
2012-10-30Merge "Separated experiment for subpel refmv selection" into experimentalPaul Wilkins
2012-10-30Remove old experiment.Paul Wilkins
Delete code relating to featureupdates experiment. Change-Id: If218762c658bb8cbb3007cf2069123b3e05adcbc
2012-10-30Separated experiment for subpel refmv selectionYaowu Xu
As suggested by Paul, this commit separate the subpel refmv selection into a separate experiment. It also changed a couple variable names to better reflect the nature of the variables. Change-Id: Id951c3cadc61a982dd15afe641000f60213b8995
2012-10-30Merge "Remove "switchable_interp" from experiment list" into experimentalPaul Wilkins
2012-10-30Merge "seg_common: give all exported symbols a vp9_ prefix." into experimentalPaul Wilkins
2012-10-30Remove "switchable_interp" from experiment listYaowu Xu
Now this experiment has been merged. Change-Id: I6c93784df89434c52a4eb8f977cd3745e269abf9
2012-10-30Merge "boolhuff/dboolhuff: give exported symbols a vp9_ prefix." into ↵Paul Wilkins
experimental
2012-10-30Merge "segmentation: make local symbols static." into experimentalPaul Wilkins
2012-10-30Merge "encodeframe: make local symbols static." into experimentalPaul Wilkins
2012-10-30Merge "entropymode: put print_mode_contexts under #ifdef MODE_STATS." into ↵Paul Wilkins
experimental
2012-10-30Merge changes I5898f64d,Ie80d13ce into experimentalPaul Wilkins
* changes: ssim: remove unused function dssim(). detokenize: make local symbols static.
2012-10-30Merge "firstpass: make local symbols static." into experimentalPaul Wilkins
2012-10-30Merge "bitstream: give exported symbols a vp9_ prefix; make local symbols ↵Paul Wilkins
static." into experimental
2012-10-30Merge "alloccommon: give exported symbols a vp9_ prefix." into experimentalPaul Wilkins
2012-10-30Merge "Make implicit_segmentation-related code an experiment." into experimentalPaul Wilkins
2012-10-30Merge "decodframe: make local symbol static." into experimentalPaul Wilkins
2012-10-30Merge changes I23aa5547,I8341a19c into experimentalPaul Wilkins
* changes: tokenize: make local symbols static; give exported symbols a vp9_ prefix. encodemb: make locally used functions static.
2012-10-30Merge "onyx_if: remove unused function, and make locally used functions ↵Paul Wilkins
static." into experimental
2012-10-30Merge "reconintra: make locally used symbols static." into experimentalPaul Wilkins
2012-10-30Merge "rdopt: make locally used symbols static." into experimentalPaul Wilkins
2012-10-30Merge "ratectrl: make locally used symbol static." into experimentalPaul Wilkins
2012-10-30Merge "mbgraph: remove unused function, and make local function static." ↵Paul Wilkins
into experimental
2012-10-30Merge "Fix superblock experiment." into experimentalPaul Wilkins
2012-10-30Merge "More MSVC build fixes" into experimentalPaul Wilkins
2012-10-30Merge "Improves subpixel reference mv evaluation" into experimentalPaul Wilkins
2012-10-29seg_common: give all exported symbols a vp9_ prefix.Ronald S. Bultje
Change-Id: Ie8ba934a757acec1c80ac37ab9307c9a2783254e
2012-10-29boolhuff/dboolhuff: give exported symbols a vp9_ prefix.Ronald S. Bultje
Change-Id: I2f1781c70b14bf1d7b6da75d1501718445552af0
2012-10-29segmentation: make local symbols static.Ronald S. Bultje
Change-Id: Ia30924dc095663b04794902522308d822c1a5ad0
2012-10-29encodeframe: make local symbols static.Ronald S. Bultje
Change-Id: I77bc38b53428ff3e6456b5bc3516418892a58c1e
2012-10-29entropymode: put print_mode_contexts under #ifdef MODE_STATS.Ronald S. Bultje
This is the condition under which it is called in onyx_if.c. Also remove the unused function print_mv_ref_cts(). Change-Id: I51ea3720d46f86d136e2215e01cf9d6c7dfc41ea
2012-10-29ssim: remove unused function dssim().Ronald S. Bultje
Change-Id: I5898f64da77e43a3860a77f3bc49d64b725c278c
2012-10-29detokenize: make local symbols static.Ronald S. Bultje
Change-Id: Ie80d13ce095faa8bca21bcdca3ca8249d9abc398
2012-10-29firstpass: make local symbols static.Ronald S. Bultje
Change-Id: Iee0f707abbfe427b10058f6cf3be21b89d6a6e65
2012-10-29bitstream: give exported symbols a vp9_ prefix; make local symbols static.Ronald S. Bultje
Change-Id: I3aa5b515c1eae19ae40ba9808d133590c95f7d13
2012-10-29alloccommon: give exported symbols a vp9_ prefix.Ronald S. Bultje
Also include the correct header in ratectrl.c so it picks up these function prototypes. Change-Id: Ic51b13119f1625f0691917f2713b23d0249dece7
2012-10-29Make implicit_segmentation-related code an experiment.Ronald S. Bultje
This way, the code is not compiled in by default, thus decreasing overall binary size. Change-Id: I85cac8f5a22a51a7d99c820ef6d6ed179d4106a0
2012-10-29decodframe: make local symbol static.Ronald S. Bultje
Change-Id: Id55f3cd3c2f5857dbfd78703452740dfd63cdf41