summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-02Fix eobs data typeYunqing Wang
The block sizes for decoding tokens are up to 16x16, which means eobs is within [0, 256]. Using (signed) char is not enough. Changed eobs data type to unsigned short to fix the problem. Change-Id: I88a7d3098e1f1604c336d6adb88ffec971fb03a6
2012-11-02vpx_scale: sync from masterJohn Koleszar
Update vpx_scale from current code in master, run style transform, fix lint warnings. Change-Id: I47eadeb5b6881d448ea3728537f9b8a5b5aac78e
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje
Change-Id: Ic084c475844b24092a433ab88138cf58af3abbe4
2012-11-01Adjust style to match Google Coding Style a little more closely.Ronald S. Bultje
Most of these were picked up by jenkins in the commit that changed the vp8 namespace to vp9 in common/. Change-Id: I5cbd56ffc753b92ef805133cda6acc1713a13878
2012-11-01Remove vp8 in local symbols.Ronald S. Bultje
For non-static functions, change the prefix to vp9_. For static functions, remove the prefix. Also fix some comments, remove unused code or unused function prototypes. Change-Id: I1f8be05362f66060fe421c3d4c9a906fdf835de5
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