summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_bitstream.c
AgeCommit message (Expand)Author
2013-10-22Merge "Removing NUM_ prefix from constant names."Dmitry Kovalev
2013-10-22Merge "Prevent left_block_mode stepping into left tile"Jingning Han
2013-10-22Prevent left_block_mode stepping into left tileJingning Han
2013-10-21Inlining set_partition_seg_context function.Dmitry Kovalev
2013-10-21Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-10-18Removing NUM_ prefix from constant names.Dmitry Kovalev
2013-10-18Passing block index explicitly instead of using get_sb_index().Dmitry Kovalev
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Merge "Removing print_prob_tree function and vp9_coeff_probs typedef."Dmitry Kovalev
2013-10-15Updated encoder to handle intra-only framesAlexander Voronov
2013-10-14Removing print_prob_tree function and vp9_coeff_probs typedef.Dmitry Kovalev
2013-10-11Replacing {VP9_COEF, MODE}_UPDATE_PROB with DIFF_UPDATE_PROB.Dmitry Kovalev
2013-10-10Fix typo in comment messageJingning Han
2013-10-09Deprecate the use of PARTITION_INFO from encoderJingning Han
2013-10-07cpplint issue missed in first pass for vp9_bitstream.cJim Bankoski
2013-10-07Using inter_mode_offset_function instead of duplicated code.Dmitry Kovalev
2013-10-02BITSTREAM - RESTORING BILINEAR INTERPOLATION FILTER SUPPORTDmitry Kovalev
2013-09-20Adding best_mv[2] array instead of two variables.Dmitry Kovalev
2013-09-19change to avoid invalid memory read.Yaowu Xu
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-09API extensions and sample app for spacial scalable encoderIvan Maltz
2013-08-29Merge "Adds a speed feature for fast 1-loop forw updates"Deb Mukherjee
2013-08-29consistently name VP9_COMMON variables #3James Zern
2013-08-29consistently name VP9_COMMON variables #1James Zern
2013-08-29Merge "Renaming txfm_size to tx_size."Dmitry Kovalev
2013-08-28General code cleanup.Dmitry Kovalev
2013-08-28Adds a speed feature for fast 1-loop forw updatesDeb Mukherjee
2013-08-27Renaming txfm_size to tx_size.Dmitry Kovalev
2013-08-27Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder.Dmitry Kovalev
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
2013-08-22check_bsize_coverage cleanup.Dmitry Kovalev
2013-08-15Moving segmentation struct from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-08-14Renaming in MB_MODE_INFOPaul Wilkins
2013-08-09Moving loopfilter struct to VP9_COMMON.Dmitry Kovalev
2013-08-06Inlining vp9_get_pred_probs_switchable_interp function.Dmitry Kovalev
2013-08-06Merge "Finally removing all old block size constants."Dmitry Kovalev
2013-08-06Merge "Changing the order switchable filter enum constants."Dmitry Kovalev
2013-08-05Finally removing all old block size constants.Dmitry Kovalev
2013-08-05Merge "cleanups after bw bh code"Jim Bankoski
2013-08-05Changing the order switchable filter enum constants.Dmitry Kovalev
2013-08-05cleanups after bw bh codeJim Bankoski
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-08-01Cleanup: removing unused function arguments.Dmitry Kovalev
2013-07-31Merge "Removing unused "ishp" arguments."Dmitry Kovalev
2013-07-31Removing unused "ishp" arguments.Dmitry Kovalev
2013-07-30Consistent update for inter_mode probabilities.Dmitry Kovalev
2013-07-29Renaming txfm to tx for consistency in some places.Dmitry Kovalev
2013-07-29Renaming TX_SIZE_MAX_SB to TX_SIZES.Dmitry Kovalev
2013-07-25Adding lookup table for size group.Dmitry Kovalev
2013-07-25Merge "pack_inter_mode_mvs cleanup"Scott LaVarnway