summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_pred_common.h
AgeCommit message (Expand)Author
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
2013-07-09removing case statements around prediction entropy codingJim Bankoski
2013-06-27Decoder's code cleanup.Dmitry Kovalev
2013-06-26General cleanup in segmentation-related code.Dmitry Kovalev
2013-06-21Removing find_seg_id and using vp9_get_pred_mi_segid instead.Dmitry Kovalev
2013-06-07Coding tx-size selection by use of spatial contextDeb Mukherjee
2013-06-06Change ref frame coding.Ronald S. Bultje
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
2013-04-19Removing get_segment_id function and using existing vp9_get_pred_mb_segid.Dmitry Kovalev
2013-03-05Code cleanup.Dmitry Kovalev
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-17Remove vp9_type_aliases.hJohn Koleszar
2012-11-30google style guide include guardsJim Bankoski
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar