summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodframe.c
AgeCommit message (Expand)Author
2013-08-15Merge "Renaming in MB_MODE_INFO"Paul Wilkins
2013-08-14foreach_transformed_block_in_plane cleanup, explicit tx_size var.Dmitry Kovalev
2013-08-14Renaming in MB_MODE_INFOPaul Wilkins
2013-08-12Little cleanup inside decode_tile() function.Dmitry Kovalev
2013-08-12Entropy context related cleanups.Dmitry Kovalev
2013-08-09Inlining 16 as a stride for BLOCK_OFFSET macro.Dmitry Kovalev
2013-08-09Moving loopfilter struct to VP9_COMMON.Dmitry Kovalev
2013-08-06Merge "Changing the order switchable filter enum constants."Dmitry Kovalev
2013-08-05Merge changes I082959ab,Ib6932640James Zern
2013-08-05vp9/decoder: threaded row-based loop filterJames Zern
2013-08-05Changing the order switchable filter enum constants.Dmitry Kovalev
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-08-02Adding is_inter_block function.Dmitry Kovalev
2013-08-01Cleanup: removing unused function arguments.Dmitry Kovalev
2013-07-29Renaming TX_SIZE_MAX_SB to TX_SIZES.Dmitry Kovalev
2013-07-25General cleanups.Dmitry Kovalev
2013-07-25Removing vp9_adapt_mode_context function.Dmitry Kovalev
2013-07-24Adding condition inside get_tx_type_{4x4, 8x8, 16x16}.Dmitry Kovalev
2013-07-23Moving counts from FRAME_CONTEXT to new struct FRAME_COUNTS.Dmitry Kovalev
2013-07-23Renaming of segment constants.Paul Wilkins
2013-07-22vp9: apply loopfilter inline if possibleJames Zern
2013-07-20Merge "Removing pre probabilities from FRAME_CONTEXT."Dmitry Kovalev
2013-07-20Merge "Moving all loop filter related variables into new struct."Dmitry Kovalev
2013-07-20Merge "Removing frame_type field from MACROBLOCKD struct."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-19Moving vp9_reader into decode_tiles function.Dmitry Kovalev
2013-07-19Removing frame_type field from MACROBLOCKD struct.Dmitry Kovalev
2013-07-19Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE).Dmitry Kovalev
2013-07-18Merge scale_factors and scale_factors_uv.Ronald S. Bultje
2013-07-16Cleaning up tile code.Dmitry Kovalev
2013-07-16Rewriting vp9_set_pred_flag_{seg_id, mbskip}.Dmitry Kovalev
2013-07-15Code cleanup inside vp9_decodeframe.c.Dmitry Kovalev
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-10Adding read_compressed_header function.Dmitry Kovalev
2013-07-09removing case statements around prediction entropy codingJim Bankoski
2013-07-08Merge "Using mi_cols instead of mb_cols."Dmitry Kovalev
2013-07-08Merge "Refactoring setup_pre_planes function."Dmitry Kovalev
2013-07-08Merge "Calling set_partition_seg_context() instead of code duplication."Dmitry Kovalev
2013-07-08Using mi_cols instead of mb_cols.Dmitry Kovalev
2013-07-03Refactoring setup_pre_planes function.Dmitry Kovalev
2013-07-03Merge "Replacing 64 / MI_SIZE with MI_BLOCK_SIZE."Dmitry Kovalev
2013-07-03Calling set_partition_seg_context() instead of code duplication.Dmitry Kovalev
2013-07-03Replacing 64 / MI_SIZE with MI_BLOCK_SIZE.Dmitry Kovalev
2013-07-02Removing redundant struct from union b_mode_info.Dmitry Kovalev
2013-07-01Removing vp9_mbpitch.c, moving vp9_setup_block_dptrs to vp9_block.h.Dmitry Kovalev
2013-07-01Merge "Removing vp9_modecont.{h, c}."Dmitry Kovalev
2013-07-01Merge "Adding vp9_rb_read_signed_literal function."Dmitry Kovalev