summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyxc_int.h
AgeCommit message (Expand)Author
2013-09-19fix integer overflow errorsYaowu Xu
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-09-04make vp9 postproc a config optionJim Bankoski
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
2013-08-22Merge "rename LOG2_* defines to *_LOG2"James Zern
2013-08-22check_bsize_coverage cleanup.Dmitry Kovalev
2013-08-22rename LOG2_* defines to *_LOG2James Zern
2013-08-15Moving segmentation struct from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-08-12Entropy context related cleanups.Dmitry Kovalev
2013-08-09Moving loopfilter struct to VP9_COMMON.Dmitry Kovalev
2013-08-05Finally removing all old block size constants.Dmitry Kovalev
2013-08-01Cleanup: removing unused function arguments.Dmitry Kovalev
2013-07-31Removing get_mi_{row, col} functions.Dmitry Kovalev
2013-07-30Consistent update for inter_mode probabilities.Dmitry Kovalev
2013-07-29Renaming TX_SIZE_MAX_SB to TX_SIZES.Dmitry Kovalev
2013-07-23Moving counts from FRAME_CONTEXT to new struct FRAME_COUNTS.Dmitry Kovalev
2013-07-22VP9_COMMON: remove unused temp_scale_frameJames Zern
2013-07-22VP9_COMMON: drop cur_tile_{row,col}_idxJames Zern
2013-07-22Merge "VP[89]_COMMON: remove golden/altref frame counts"James Zern
2013-07-20Merge "Removing pre probabilities from FRAME_CONTEXT."Dmitry Kovalev
2013-07-19Removing pre probabilities from FRAME_CONTEXT.Dmitry Kovalev
2013-07-19Moving all loop filter related variables into new struct.Dmitry Kovalev
2013-07-19Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE).Dmitry Kovalev
2013-07-18VP[89]_COMMON: remove golden/altref frame countsJames Zern
2013-07-17Removing kf_{y, uv}_mode_prob arrays from VP9Common.Dmitry Kovalev
2013-07-16Cleaning up tile code.Dmitry Kovalev
2013-07-16Merge "VP[89]_COMMON: remove unused near_boffset"James Zern
2013-07-16Merge "VP9_COMMON: remove unused framerate/bitrate"James Zern
2013-07-16Merge "yv12config: remove YUV_TYPE"James Zern
2013-07-15Removing and moving around constant definitions.Dmitry Kovalev
2013-07-12VP9_COMMON: remove unused framerate/bitrateJames Zern
2013-07-12VP[89]_COMMON: remove unused near_boffsetJames Zern
2013-07-12yv12config: remove YUV_TYPEJames Zern
2013-07-12Adding struct tx_probs and struct tx_counts to cleanup the code.Dmitry Kovalev
2013-07-12vp9: consistent 'log2' variable namingJames Zern
2013-07-11Moving segmentation related vars into separate struct.Dmitry Kovalev
2013-07-08Merge "Using mi_cols instead of mb_cols."Dmitry Kovalev
2013-07-08Using mi_cols instead of mb_cols.Dmitry Kovalev
2013-07-03Calling set_partition_seg_context() instead of code duplication.Dmitry Kovalev
2013-07-01Quantize (64-bit only, for now) SSSE3 SIMD.Ronald S. Bultje
2013-06-28Cosmetic reordering of FRAME_CONTEXT members.Dmitry Kovalev
2013-06-12Fix the comments in boundary block partition checkJingning Han
2013-06-10Fix partition coding of corner blockJingning Han
2013-06-10Remove remnants of VP8 profiles/versionsJohn Koleszar
2013-06-10Implement intra-coded framesAdrian Grange
2013-06-08TX_SIZE contexts simplification.Deb Mukherjee
2013-06-07Merge "Handle partition type coding of boundary blocks" into experimentalYaowu Xu
2013-06-07Frame header changes to support intra_only framesAdrian Grange