summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_tokenize.h
AgeCommit message (Expand)Author
2017-03-17Drop vp9_get_token_extracostAlex Converse
2017-03-16vp9_optimize_b: Combine extrabits cost with token lookupAlex Converse
2017-03-03Narrow cat6_high_cost tables to uint16_tAlex Converse
2016-08-02vp9/encoder: apply clang-formatclang-format
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
2015-10-06vp9: simplify extrabits encodingAlex Converse
2015-07-20vpx_dsp/prob.h: vp9_ -> vpx_Yaowu Xu
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-01-05Fix compiler warnigns for msvc2013Yaowu Xu
2014-12-23WIP: Remove giant value cost tableJim Bankoski
2014-12-22Merge "make vp9_coef_encodings const"Jim Bankoski
2014-12-22make vp9_coef_encodings constJim Bankoski
2014-12-22Tokenization without huge tables.Jim Bankoski
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-10-03Rework partition search skip schemeJingning Han
2014-10-01High-bitdepth bugfixesDeb Mukherjee
2014-09-25Adds various high bit-depth encode functionsDeb Mukherjee
2014-02-25Shrink dct_value_cost[] to int16_t.Alex Converse
2014-01-23vp9/encoder: add extern "C" to headersJames Zern
2013-12-04Moving vp9_token from common to encoder.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-04Removing old code.Dmitry Kovalev
2013-08-27Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder.Dmitry Kovalev
2013-08-15Refactor rd loop for chroma componentsJingning Han
2013-08-15Unify luma and chroma rd-cost estimationJingning Han
2013-07-29Renaming TX_SIZE_MAX_SB to TX_SIZES.Dmitry Kovalev
2013-07-11Removing redundant code mostly from vp9_pred_common.{h, c}.Dmitry Kovalev
2013-05-31Merge all various transform size data trackers into single variables.Ronald S. Bultje
2013-05-22Using 128 entry look up table for coef modelsDeb Mukherjee
2013-05-21Merging the model coef prob experimentDeb Mukherjee
2013-05-20Updating the model coef experimentDeb Mukherjee
2013-04-29Immigrate tokenize_mb into tokenize_sbJingning Han
2013-04-23Remove unused stuffing function.Ronald S. Bultje
2013-04-22End of orientation zero group experimentDeb Mukherjee
2013-04-18Fixing member names inside TOKENVALUE and TOKENEXTRA structs.Dmitry Kovalev
2013-04-11tokenize: convert skippable functionsJohn Koleszar
2013-04-09Make SB coding size-independent.Ronald S. Bultje
2013-03-26Use above/left (instead of previous in scan-order) as token context.Ronald S. Bultje
2013-03-07Re-add support for ADST in superblocks.Ronald S. Bultje
2013-03-04Make superblocks independent of macroblock code and data.Ronald S. Bultje
2013-02-23Split coefficient token tables intra vs. inter.Ronald S. Bultje
2013-02-22Code cleanup.Dmitry Kovalev
2013-02-15Remove Y2 and Y-no-DC token types from the bitstream.Ronald S. Bultje
2013-02-15Remove some Y2-related code.Ronald S. Bultje