summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_tokenize.c
AgeCommit message (Expand)Author
2016-09-15apply clang-formatclang-format
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-07-04Remove txfrm_block_to_raster_xy() from vp9 encoderJingning Han
2016-04-08Remove obsolete segment skip checks from tokenization.Alex Converse
2016-02-26Port "cost_coeff speed improvements" to vp9.Julia Robson
2016-01-27Switch to 9-bit rate cost constants built on a 256 probability denominator.Alex Converse
2016-01-20Remove the vestigal skip_eob feature from tokenization.Alex Converse
2016-01-20Merge "VP9: Eliminate MB_MODE_INFO"Scott LaVarnway
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2016-01-15Deduplicate sign cost for ONE/TWO/THREE/FOUR tokensAlex Converse
2015-11-03Deduplicate some high bit depth tablesAlex Converse
2015-10-06vp9: simplify extrabits encodingAlex Converse
2015-09-30VP9: remove plane_type from macroblockd_planeScott LaVarnway
2015-07-24Simplify is_skippable to point straight to eobs.Alex Converse
2015-07-20vpx_dsp/prob.h: vp9_ -> vpx_Yaowu Xu
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-06-11inline vp9_segfeature_active()Scott LaVarnway
2015-05-22Re-worked header filesScott LaVarnway
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-04-16Remove unnecessary backup token stream pointerJingning Han
2015-03-31Move vp9_coef_con_tree to common/hui su
2014-12-23WIP: Remove giant value cost tableJim Bankoski
2014-12-22Merge "make vp9_coef_encodings const"Jim Bankoski
2014-12-22Merge "Tokenization without huge tables."Jim Bankoski
2014-12-22make vp9_coef_encodings constJim Bankoski
2014-12-22Tokenization without huge tables.Jim Bankoski
2014-12-22convert extra bit cat structure to const staticsJim Bankoski
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-11-20Revert "vp9_ethread: include a pointer to mb in VP9_COMP"Yunqing Wang
2014-11-14vp9_ethread: combine encoder counts in separate structYunqing Wang
2014-11-14vp9_ethread: include a pointer to mb in VP9_COMPYunqing Wang
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-10-03Rework partition search skip schemeJingning Han
2014-10-01High-bitdepth bugfixesDeb Mukherjee
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-19High bit-depth coefficient coding functionsDeb Mukherjee
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-07-11Some extra bit probability cleanupsDeb Mukherjee
2014-05-16Add a TODOYaowu Xu
2014-05-14vp9_tokenize.c: cleanup -wextra warningsYaowu Xu
2014-04-22Renaming "onyx" to "encoder".Dmitry Kovalev
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-03-24Merge "Initialization code cleanup."Dmitry Kovalev
2014-03-24Initialization code cleanup.Dmitry Kovalev
2014-03-21Using local variable for token_cache.Dmitry Kovalev
2014-03-17Removed several unused functions.Yaowu Xu
2014-03-05Adding vp9_cost.{h, c} files.Dmitry Kovalev
2014-02-27Moving get_tx_eob() from common to encoder.Dmitry Kovalev
2014-02-25Shrink dct_value_cost[] to int16_t.Alex Converse
2014-02-14A couple more V.S. warnings silenced.Paul Wilkins