summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodframe.c
AgeCommit message (Expand)Author
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
2013-07-01Merge "Inlining decode_atom, decode_sb_intra, and decode_sb."Dmitry Kovalev
2013-07-01Removing vp9_modecont.{h, c}.Dmitry Kovalev
2013-07-01Adding vp9_rb_read_signed_literal function.Dmitry Kovalev
2013-06-28Inlining decode_atom, decode_sb_intra, and decode_sb.Dmitry Kovalev
2013-06-28Cleanup inside vp9_decodemv.c.Dmitry Kovalev
2013-06-28Merge "Removing CONFIG_DEBUG checks on assertions."Dmitry Kovalev
2013-06-28Removing CONFIG_DEBUG checks on assertions.Dmitry Kovalev
2013-06-27Decoder's code cleanup.Dmitry Kovalev
2013-06-27Merge "Moving subexp encoding functions in separate vp9_dsubexp.c file."Dmitry Kovalev
2013-06-26Make intra predictor reference buffer configurableJingning Han
2013-06-25Moving subexp encoding functions in separate vp9_dsubexp.c file.Dmitry Kovalev
2013-06-25Removing unused code.Dmitry Kovalev
2013-06-20Merge "Renaming 'nmv' to 'mv' for several functions."Dmitry Kovalev
2013-06-19Removed a number of unnecessary check on ref_frameYaowu Xu