summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_onyxd_int.h
AgeCommit message (Expand)Author
2013-12-03Moving eob array to the encoder.Dmitry Kovalev
2013-12-02Using local variable for token_cache.Dmitry Kovalev
2013-11-26Removing qcoeff buffers from the decoder.Dmitry Kovalev
2013-11-14Removing unused coefband_trans_8x8plus array from VP9Decompressor.Dmitry Kovalev
2013-11-12Removes conditional statements from band gettingDeb Mukherjee
2013-11-11Decouple macroblockd_plane buffer usageJingning Han
2013-11-05token_cache changes in decoderDeb Mukherjee
2013-10-30vp9: add multi-threaded tile decoderJames Zern
2013-10-28vp9: add above/left_context to MACROBLOCKDJames Zern
2013-10-28vp9: add above/left_seg_context to MACROBLOCKDJames Zern
2013-10-16Use a separate MODE_INFO stream for each tile columnGuillaume Martres
2013-09-30Merge "Using size_t for memory buffer size."Dmitry Kovalev
2013-09-29fixed cpplint issue vp9_onyxd_int.hJim Bankoski
2013-09-24Using size_t for memory buffer size.Dmitry Kovalev
2013-08-05vp9/decoder: threaded row-based loop filterJames Zern
2013-07-25General cleanups.Dmitry Kovalev
2013-07-22vp9: apply loopfilter inline if possibleJames Zern
2013-07-18Removing unused members of VP9Decompressor: mbc, prob_skip_false.Dmitry Kovalev
2013-06-28Removing CONFIG_DEBUG checks on assertions.Dmitry Kovalev
2013-05-13Moving vp9_decode_frame declaration to vp9_decodframe.h.Dmitry Kovalev
2013-04-22Moved dequantization into the token decoderScott LaVarnway
2013-04-02Lower case names for struct members.Dmitry Kovalev
2013-02-26Spatial resamping of ZEROMV predictorsJohn Koleszar
2013-02-15Remove some unused structs and members from the decoder.Ronald S. Bultje
2013-02-15Remove some Y2-related code.Ronald S. Bultje
2013-02-13fix the lossless experimentYaowu Xu
2013-01-16Start to anonymize reference framesJohn Koleszar
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar
2012-12-26Build fixes to merge vp9-preview into masterJohn Koleszar
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-17Remove vp9_type_aliases.hJohn Koleszar
2012-12-07Introduce vp9_coeff_probs/counts/stats/accum types.Ronald S. Bultje
2012-11-30google style guide include guardsJim Bankoski
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar