summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyxc_int.h
AgeCommit message (Expand)Author
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
2013-06-07Coding tx-size selection by use of spatial contextDeb Mukherjee
2013-06-07Cleans up mbskip encodingDeb Mukherjee
2013-06-07Handle partition type coding of boundary blocksJingning Han
2013-06-07Coding updates for tx-size selectionDeb Mukherjee
2013-06-06Change ref frame coding.Ronald S. Bultje
2013-06-06New intra mode and partitioning probabilities.Ronald S. Bultje
2013-06-05Moving bits from compressed header to uncompressed one.Dmitry Kovalev
2013-06-05Cosmetic renaming VP9_MVREFS to VP9_INTER_MODESDeb Mukherjee
2013-06-05Clean-ups on switchable interpolation and mv_refDeb Mukherjee
2013-05-31Merge "Merge all various transform size data trackers into single variables."...Ronald S. Bultje
2013-05-31Merge "Moved use_prev_in_find_mv_refs check to frame level" into experimentalScott LaVarnway