summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_pred_common.h
AgeCommit message (Expand)Author
2016-08-02vp9/common: apply clang-formatclang-format
2016-07-21VP9: get_pred_context_switchable_interp() -- encoder sideScott LaVarnway
2016-04-15VP9: inline vp9_get_intra_inter_context()Scott LaVarnway
2016-03-30VP9: Eliminate up_available and left_availableScott LaVarnway
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-06-15vp9_pred_common: inline vp9_get_tx_size_contextJames Zern
2015-06-15vp9_pred_common: inline vp9_get_segment_idJames Zern
2014-12-05Improve the performance by caching the left_mi and right_mi in macroblockd.hkuang
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-09-19Remove mi_grid_* structures.hkuang
2014-08-06Removing direct references to VP9_COMP.Dmitry Kovalev
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-02-13Cleaning up pack_inter_mode_mvs() function.Dmitry Kovalev
2014-02-12Renaming skip_coeff to skip for consistency.Dmitry Kovalev
2014-02-09Converted functions in header to INLINE...Jim Bankoski
2014-01-29Renaming "mbskip" to "skip".Dmitry Kovalev
2014-01-23vp9/common: add extern "C" to headersJames Zern
2013-12-12vp9 asserts: fix compile warningJames Zern
2013-12-10Renames for consistency in vp9_pred_common.{c, h} files.Dmitry Kovalev
2013-12-10Cleaning up skip context calculation.Dmitry Kovalev
2013-12-10Removing unused vp9_get_pred_flag_mbskip() function.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-11-22Inlining and removing vp9_set_pred_flag_seg_id() function.Dmitry Kovalev
2013-11-05Using max_tx_size instead of bsize when possible.Dmitry Kovalev
2013-10-28Making get_tx_counts() similar to get_tx_probs().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-29cpplint issue resolved in vp9_pred_common.hJim Bankoski
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-26Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder.Dmitry Kovalev
2013-08-15Moving segmentation struct from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-08-14Renaming in MB_MODE_INFOPaul Wilkins
2013-08-06Inlining vp9_get_pred_probs_switchable_interp function.Dmitry Kovalev
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-07-22Adding update_tx_counts function.Dmitry Kovalev
2013-07-19Removing redundant VP9_COMMON* from function signatures.Dmitry Kovalev
2013-07-16Changing signature of vp9_get_pred_probs_tx_size.Dmitry Kovalev
2013-07-16Rewriting vp9_set_pred_flag_{seg_id, mbskip}.Dmitry Kovalev
2013-07-12Adding struct tx_probs and struct tx_counts to cleanup the code.Dmitry Kovalev
2013-07-11Removing redundant code mostly from vp9_pred_common.{h, c}.Dmitry Kovalev
2013-07-11Moving segmentation related vars into separate struct.Dmitry Kovalev