summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_detokenize.c
AgeCommit message (Expand)Author
2016-04-01VP9: Refactor vp9_decode_block_tokens()Scott LaVarnway
2016-02-02vp9_detokenize.c: remove unused macrosJames Zern
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-11-03Deduplicate some high bit depth tablesAlex Converse
2015-09-30VP9: remove plane_type from macroblockd_planeScott LaVarnway
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-09Eliminate num_8x8 and num_4x4 width/height lookupsScott LaVarnway
2015-07-07Rework scan order fetch logic for decoderJingning Han
2015-07-07Reduce dqcoeff array size in decoderJingning Han
2015-06-05BUG FIX: Remove counts paramScott LaVarnway
2015-06-04Remove cm parameter from vp9_decode_block_tokens() part 2Scott LaVarnway
2015-06-02Remove counts paramScott LaVarnway
2015-05-22Re-worked header filesScott LaVarnway
2015-04-28WIP: Use LUT for y_dequant/uv_dequantScott LaVarnway
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-03-31Move vp9_coef_con_tree to common/hui su
2015-02-19Optimize the dequantization process on decoder side.Hangyu Kuang
2015-02-03vp9_dthread: pass frame counts to decoder functionsYunqing Wang
2015-01-06Enable coefficient range checking for 10-/12-bitDeb Mukherjee
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-10-07Add range checking for decoded coefficients.Yaowu Xu
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-19High bit-depth coefficient coding functionsDeb Mukherjee
2014-09-16Speeding up decode_coeffs().Dmitry Kovalev
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-07-11Some extra bit probability cleanupsDeb Mukherjee
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-01-31static function convert to inline or global vp9_blockd.hJim Bankoski
2014-01-03Moving get_scan() call out of decode_coeffs() function.Dmitry Kovalev
2013-12-05Renaming PREV_COEF_CONTEXTS to COEFF_CONTEXTS.Dmitry Kovalev
2013-12-04Cleaning up vp9_detokenize.c file.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-12-03Merge "Removing token_to_counttoken array."Dmitry Kovalev
2013-12-02Removing token_to_counttoken array.Dmitry Kovalev
2013-12-02Using local variable for token_cache.Dmitry Kovalev
2013-12-02Cleaning up decode_coefs() function.Dmitry Kovalev
2013-11-26Deleting vp9_treereader.h file.Dmitry Kovalev
2013-11-22Organizing all scan tables into lookup table.Dmitry Kovalev
2013-11-21detokenization speedupsJim Bankoski
2013-11-21Don't write 0's to token_cacheJim Bankoski
2013-11-19scan order table lookup same for encoder and decoderJim Bankoski
2013-11-19entropy code speedupJim Bankoski
2013-11-19scan order / neighbors converted to lookupJim Bankoski
2013-11-13Simplifies band-getting with a static arrayDeb Mukherjee
2013-11-13Cleaning up decode_coefs() function.Dmitry Kovalev
2013-11-12Calculating transform block offsets (x and y) only once.Dmitry Kovalev
2013-11-12Removes conditional statements from band gettingDeb Mukherjee
2013-11-07Merge "Miscelleneous changes in detokenize for speed"Deb Mukherjee