summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropy.h
AgeCommit message (Expand)Author
2014-12-23WIP: Remove giant value cost tableJim Bankoski
2014-10-07Clean up header files in vp9_blockd.h and related filesJingning Han
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-19High bit-depth coefficient coding functionsDeb Mukherjee
2014-08-04break at the end of clauses with assert(0) to avoid gcc warningJim Bankoski
2014-08-01vp9_entropy: inline comes first to avoid warning.Jim Bankoski
2014-07-11Some extra bit probability cleanupsDeb Mukherjee
2014-04-22Renaming MB_PREDICTION_MODE to PREDICTION_MODE.Dmitry Kovalev
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-03-12Renaming mode2txfm_map to intra_mode_to_tx_type_lookup.Dmitry Kovalev
2014-02-28Moving FRAME_CONTEXT & FRAME_COUNTS to vp9_entropymode.h.Dmitry Kovalev
2014-02-27Adding get_y_mode() function.Dmitry Kovalev
2014-02-18vp9: normalize DECLARE_ALIGNED use on global tablesJames Zern
2014-02-09Converted short static functions to inline.Jim Bankoski
2014-01-23vp9/common: add extern "C" to headersJames Zern
2014-01-21Match vp9_coefband_trans_* declarationsJohann
2013-12-20Moving MAX_PROB constant to vp9_prob.h.Dmitry Kovalev
2013-12-16Converting vp9_treecoder.h to vp9_prob.{h, c}Dmitry Kovalev
2013-12-12vp9 asserts: fix compile warningJames Zern
2013-12-06Removing BLOCK_TYPES and adding PLANE_TYPES constant instead.Dmitry Kovalev
2013-12-05Renaming PREV_COEF_CONTEXTS to COEFF_CONTEXTS.Dmitry Kovalev
2013-12-04Merge "Cleaning up vp9_entropy.h file."Dmitry Kovalev
2013-12-03Formatting vp9_pareto8_full array.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-22Organizing all scan tables into lookup table.Dmitry Kovalev
2013-11-20Clean up removal of vp9_pareto8 table.Jim Bankoski
2013-11-20remove the model and copy in pack_mb_tokensJim Bankoski
2013-11-19scan order table lookup same for encoder and decoderJim Bankoski
2013-11-19entropy code speedupJim Bankoski
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-10-31Cleanup. Adding const to function pointer arguments.Dmitry Kovalev
2013-10-16Adding get_band_translate() function.Dmitry Kovalev
2013-10-16Merge "Removing print_prob_tree function and vp9_coeff_probs typedef."Dmitry Kovalev
2013-10-14Removing print_prob_tree function and vp9_coeff_probs typedef.Dmitry Kovalev
2013-10-14Using constants instead of plain numbers.Dmitry Kovalev
2013-10-11Merge "Replacing {VP9_COEF, MODE}_UPDATE_PROB with DIFF_UPDATE_PROB."Dmitry Kovalev
2013-10-11Replacing {VP9_COEF, MODE}_UPDATE_PROB with DIFF_UPDATE_PROB.Dmitry Kovalev
2013-10-10Removing vp9_tree_p typedef.Dmitry Kovalev
2013-10-10Merge "Moving all scan/iscan code into separate vp9_scan.{h, c} files."Dmitry Kovalev
2013-10-07Removing redundant vp9_pt_energy_class declarations.Dmitry Kovalev
2013-10-07Moving all scan/iscan code into separate vp9_scan.{h, c} files.Dmitry Kovalev
2013-09-30Removing unused vp9_coeff_stats_model typedef.Dmitry Kovalev
2013-09-27Removing vp9_get_coef_neighbors_handle function.Dmitry Kovalev
2013-09-19Adding get_scan_and_band function.Dmitry Kovalev
2013-09-04resolve clang warnings : uninitialized vars in vp9_entropy.hJim Bankoski
2013-08-29consistently name VP9_COMMON variables #3James Zern
2013-08-27Adding get_entropy_context function.Dmitry Kovalev