summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_detokenize.c
AgeCommit message (Expand)Author
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
2013-11-06Using pd->dqcoeff instead of pd->qcoeff in the decoder.Dmitry Kovalev
2013-11-05Simply a macroYaowu Xu
2013-11-05Miscelleneous changes in detokenize for speedDeb Mukherjee
2013-11-05token_cache changes in decoderDeb Mukherjee
2013-10-31Reducing the number of foreach_transformed_block() calls.Dmitry Kovalev
2013-10-21vp9 dec/com: only update frame counts when necessary (2)James Zern
2013-10-21vp9_decode_tokens: limit scope of function paramsJames Zern
2013-10-18vp9 dec/com: only update frame counts when necessaryJames Zern
2013-10-16Merge changes I6226456d,I97925178,I766c4b74Guillaume Martres
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Adding get_band_translate() function.Dmitry Kovalev
2013-10-14Cleanup of decode_coefs() function.Dmitry Kovalev
2013-10-08Remove extra line in decode_coefsJingning Han
2013-10-07Removing redundant vp9_pt_energy_class declarations.Dmitry Kovalev
2013-09-29Merge changes I29b5bbb9,Iaa6b8ac9,Ibf996de7,Ie1b544e4,I9dea60e3,If71923f4,I64...Jim Bankoski
2013-09-29cpplint issue in vp9_detokenize.cJim Bankoski
2013-09-27Removing vp9_get_coef_neighbors_handle function.Dmitry Kovalev
2013-09-19Adding get_scan_and_band function.Dmitry Kovalev
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-09Revert "New mode_info_context storage"James Zern
2013-09-06New mode_info_context storageScott LaVarnway
2013-08-27Adding get_entropy_context function.Dmitry Kovalev
2013-08-26Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder.Dmitry Kovalev
2013-08-21Removing a lot of duplicated code.Dmitry Kovalev
2013-08-19Passing plane_bsize to foreach_transformed_block_visitor.Dmitry Kovalev
2013-08-15Moving from ss_txfrm_size to tx_size.Dmitry Kovalev
2013-08-15Moving segmentation struct from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-08-14foreach_transformed_block_in_plane cleanup, explicit tx_size var.Dmitry Kovalev