summaryrefslogtreecommitdiff
path: root/test/vp9_boolcoder_test.cc
AgeCommit message (Expand)Author
2020-07-27NULL -> nullptr in CPP filesJerome Jiang
2019-11-05test/vp[89]_boolcoder_test: quiet msan warningsJames Zern
2016-07-27test: apply clang-formatclang-format
2015-07-29Cosmetics - Fix header file order in unit testsJingning Han
2015-07-20vpx_dsp/bitwriter.h: vp9_->vpx_Yaowu Xu
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-20Remove vp9_ prefix from bit writer filesYaowu Xu
2015-07-20Move bit writer files to vpx_dsp/Yaowu Xu
2015-07-20Removed vp9_ prefix from vpx_dsp/bitreader file namesYaowu Xu
2015-07-17Move bit reader files to vpx_dspYaowu Xu
2014-04-23Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish
2014-01-23test/: remove unnecessary extern "C"sJames Zern
2013-12-20Renaming vp9_dboolhuff.{h, c} to vp9_reader.{h, c}.Dmitry Kovalev
2013-12-20Renaming vp9_boolcoder.{h, c} to vp9_writer.{h, c}.Dmitry Kovalev
2013-09-06cleanup cpplint warningsYaowu Xu
2013-06-06Add marker bit to bool-coded partition startJohn Koleszar
2013-05-07Replacing vp9_{write, write_literal, bit} macros with functions.Dmitry Kovalev
2013-04-19Finally removing BOOL_DECODER and using vp9_reader instead.Dmitry Kovalev
2013-04-15Replacing vp9_read, vp9_read_literal, vp9_read_bit macros with functions.Dmitry Kovalev
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar
2012-11-07Merge with upstream experimental changesJohn Koleszar