summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_pred_common.c
AgeCommit message (Expand)Author
2016-08-02vp9/common: apply clang-formatclang-format
2016-07-21VP9: get_pred_context_switchable_interp() -- encoder sideScott LaVarnway
2016-05-17VP9: _get_pred_context_switchable_interp()Scott LaVarnway
2016-04-15VP9: inline vp9_get_intra_inter_context()Scott LaVarnway
2016-03-30VP9: Eliminate up_available and left_availableScott LaVarnway
2016-01-27Fix some typos.hui su
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-06-15vp9_pred_common: inline vp9_get_tx_size_contextJames Zern
2015-06-15vp9_pred_common: inline vp9_get_segment_idJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2014-12-05Improve the performance by caching the left_mi and right_mi in macroblockd.hkuang
2014-09-19Remove mi_grid_* structures.hkuang
2014-08-06Removing direct references to VP9_COMP.Dmitry Kovalev
2014-08-04cast enums to int to avoid gcc warning in pred_commonJim Bankoski
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-02-12Renaming skip_coeff to skip for consistency.Dmitry Kovalev
2014-02-05Cleaning up vp9_get_pred_context_single_ref_p1().Dmitry Kovalev
2014-02-03Cleaning up vp9_get_pred_context_single_ref_p2().Dmitry Kovalev
2013-12-26Merge "Calculating has_second_ref only once for single_ref context."Dmitry Kovalev
2013-12-19Merge "Converting vp9_treecoder.h to vp9_prob.{h, c}"Dmitry Kovalev
2013-12-17Calculating has_second_ref only once for single_ref context.Dmitry Kovalev
2013-12-16Calling is_inter_block() only if mbmi is available.Dmitry Kovalev
2013-12-16Converting vp9_treecoder.h to vp9_prob.{h, c}Dmitry Kovalev
2013-12-14Yet another vp9_pred_common.c cleanup.Dmitry Kovalev
2013-12-10Renames for consistency in vp9_pred_common.{c, h} files.Dmitry Kovalev
2013-12-09Cleaning up vp9_get_pred_context_switchable_interp() functuion.Dmitry Kovalev
2013-12-06Renaming vp9_get_pred_context_tx_size() function.Dmitry Kovalev
2013-12-06Renaming reference mode context calculation function.Dmitry Kovalev
2013-12-05vp9_get_pred_context_intra_inter() clean up.Dmitry Kovalev
2013-12-04Cleaning up vp9_get_pred_context_tx_size() function.Dmitry Kovalev
2013-11-22Inlining and removing vp9_set_pred_flag_seg_id() function.Dmitry Kovalev
2013-11-06Replacing mi_{width,height}_log2 with num_8x8_blocks_{wide,high}_lookup.Dmitry Kovalev
2013-10-24Replacing is_inter_mode with is_inter_block.Dmitry Kovalev
2013-10-18vp9 com/dec: avoid reading unavailable above/leftJames Zern
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-01Making decode_modes_b function more straightforward.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-27Merge "Using existing functions instead of raw expressions."Dmitry Kovalev
2013-08-26Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder.Dmitry Kovalev
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
2013-08-23Using existing functions instead of raw expressions.Dmitry Kovalev
2013-08-20Using has_second_ref function to simplify the code.Dmitry Kovalev
2013-08-19Adding has_second_ref function.Dmitry Kovalev
2013-08-14Renaming in MB_MODE_INFOPaul Wilkins
2013-08-12Using is_inter_block() instead of repetitive code.Dmitry Kovalev
2013-08-05Changing the order switchable filter enum constants.Dmitry Kovalev
2013-08-02Adding is_inter_block function.Dmitry Kovalev