summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_tokenize.c
AgeCommit message (Expand)Author
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
2014-02-13Cleanup: removing "ptr" suffix from var names.Dmitry Kovalev
2014-02-12Renaming skip_coeff to skip for consistency.Dmitry Kovalev
2014-02-07Cleanup tokenize_b and hoist some invarients out of the loop.Alex Converse
2014-01-31static function convert to inline or global vp9_blockd.hJim Bankoski
2014-01-29Renaming "mbskip" to "skip".Dmitry Kovalev
2014-01-14As you go mbmi->skip_coeffJim Bankoski
2014-01-14Save ~30% off tokenize_bJim Bankoski
2013-12-10Cleaning up skip context calculation.Dmitry Kovalev
2013-12-04Merge "Cleaning up vp9_entropy.h file."Dmitry Kovalev
2013-12-03Moving eob array to the encoder.Dmitry Kovalev
2013-12-03Cleaning up vp9_entropy.h file.Dmitry Kovalev
2013-11-27Moving token-encoding related stuff from common to encoder.Dmitry Kovalev
2013-11-26Removing qcoeff buffers from the decoder.Dmitry Kovalev
2013-11-22Organizing all scan tables into lookup table.Dmitry Kovalev
2013-11-13Simplifies band-getting with a static arrayDeb Mukherjee
2013-11-12Adding const to tree pointer inside vp9_extra_bit struct.Dmitry Kovalev
2013-11-12Removes conditional statements from band gettingDeb Mukherjee
2013-11-06Merge "Removes stack allocation of token_cache"Deb Mukherjee
2013-11-06Removes stack allocation of token_cacheDeb Mukherjee
2013-11-04Removing old code.Dmitry Kovalev