summaryrefslogtreecommitdiff
path: root/vp9/decoder
AgeCommit message (Expand)Author
2012-11-24Merge "removed the idct rtcd idct calls" into experimentalJim Bankoski
2012-11-24Move switch(tx_size) around txsize to detokenize.c.Ronald S. Bultje
2012-11-24removed the idct rtcd idct callsJim Bankoski
2012-11-23Restructure vp9_decode_mb_tokens_8x8() a bit.Ronald S. Bultje
2012-11-23Restructure vp9_decode_mb_tokens_16x16() a bit.Ronald S. Bultje
2012-11-23Make get_eob() function static.Ronald S. Bultje
2012-11-23Rename "block_type" function argument to "txfm_size".Ronald S. Bultje
2012-11-21Fix enc/dec mismatch with b_context_pred experiment enabled.Ronald S. Bultje
2012-11-20Merge "Pack invisible frames without lengths" into experimentalJohn Koleszar
2012-11-17Assign above/left context in decode_coefs() instead of in caller.Ronald S. Bultje
2012-11-17Remove unused argument from decode_coefs() function prototype.Ronald S. Bultje
2012-11-17Remove coef_bands_x[] array and related machinery in decode_coefs().Ronald S. Bultje
2012-11-17Inline count_tokens() in decode_coefs().Ronald S. Bultje
2012-11-17Merge various count_token() functions into a single one.Ronald S. Bultje
2012-11-17Remove unused function count_tokens() in detokenize.c.Ronald S. Bultje
2012-11-16Remove special-case inline detokenization in b_pred reconstruction.Ronald S. Bultje
2012-11-16Merge "Add const before the dequant(dq)" into experimentalYunqing Wang
2012-11-16Merge "Optimize 8x8 dequant and idct" into experimentalYunqing Wang
2012-11-16Add const before the dequant(dq)Yunqing Wang
2012-11-16Support 32x32 intra modes in non-keyframe superblocks.Ronald S. Bultje
2012-11-16Further experimentation with the mode contextPaul Wilkins
2012-11-16Merge "Don't write recon.yuv by default" into experimentalJohn Koleszar
2012-11-16Merge "Compound inter-intra experiment" into experimentalDeb Mukherjee
2012-11-16Compound inter-intra experimentDeb Mukherjee
2012-11-15Pack invisible frames without lengthsJohn Koleszar
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-15detokenize: use SEG_LVL_EOB feature consistentlyJohn Koleszar
2012-11-15Merge changes I63348ae3,I658ea409 into experimentalpascal massimino
2012-11-14Silenced a few warnings.Paul Wilkins
2012-11-13Don't write recon.yuv by defaultJohn Koleszar
2012-11-13SEG_LVL_MODE: don't code ref_frame if it's implicitJohn Koleszar
2012-11-12Optimize 8x8 dequant and idctYunqing Wang
2012-11-12Fix edge MV handling in SBs.Ronald S. Bultje
2012-11-12Merge "New inter mode context" into experimentalPaul Wilkins
2012-11-12New inter mode contextPaul Wilkins
2012-11-10Fix data type for eobs[] array in SB 4x4 IDCT code.Ronald S. Bultje
2012-11-10New b-intra mode where direction is contextualDeb Mukherjee
2012-11-09Build fix in decoder/decodframe.cDeb Mukherjee
2012-11-09Merge "Optimize 16x16 dequant and idct" into experimentalYunqing Wang
2012-11-08Implement tx_select for superblock encoding.Ronald S. Bultje
2012-11-07Optimize 16x16 dequant and idctYunqing Wang
2012-11-07merge full pixel refmv experimentYaowu Xu
2012-11-06silent a lot of MSVC compiler warningsYaowu Xu
2012-11-02Merge "Fix eobs data type" into experimentalYunqing Wang
2012-11-02Fix eobs data typeYunqing Wang
2012-11-02Place non-static function prototypes in a header file.Ronald S. Bultje
2012-11-02vpx_scale: sync from masterJohn Koleszar
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje