summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_tokenize.c
AgeCommit message (Expand)Author
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
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-07Removing redundant vp9_pt_energy_class declarations.Dmitry Kovalev
2013-10-04cpplint issues vp9_tokenize.c resolvedJim 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-27Renaming txfm_size to tx_size.Dmitry Kovalev
2013-08-27Adding get_entropy_context function.Dmitry Kovalev
2013-08-27Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder.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-16Merge "Moving from ss_txfrm_size to tx_size."Dmitry Kovalev
2013-08-15Moving from ss_txfrm_size to tx_size.Dmitry Kovalev
2013-08-15Merge "Refactor rd loop for chroma components"Jingning Han
2013-08-15Merge "Moving segmentation struct from MACROBLOCKD to VP9_COMMON."Dmitry Kovalev
2013-08-15Refactor rd loop for chroma componentsJingning Han
2013-08-15Moving segmentation struct from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-08-15Unify luma and chroma rd-cost estimationJingning Han
2013-08-15Merge "Renaming in MB_MODE_INFO"Paul Wilkins
2013-08-14foreach_transformed_block_in_plane cleanup, explicit tx_size var.Dmitry Kovalev
2013-08-14Renaming in MB_MODE_INFOPaul Wilkins
2013-08-12Entropy context related cleanups.Dmitry Kovalev
2013-08-09Inlining 16 as a stride for BLOCK_OFFSET macro.Dmitry Kovalev
2013-08-02Adding is_inter_block function.Dmitry Kovalev
2013-08-02Cleaning up set_contexts_on_border function.Dmitry Kovalev
2013-07-31Adding missing const to vp9_extra_bits array.Dmitry Kovalev
2013-07-29Remove a redundant branching in tokenize_bJingning Han
2013-07-29Tune tokenization/detokenization flow for speed-upJingning Han
2013-07-29Skip redundant tokenization in rd loopJingning Han