summaryrefslogtreecommitdiff
path: root/vp9/decoder
AgeCommit message (Expand)Author
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-09Added lpf level picking using partial frameYaowu Xu
2013-08-08General code cleanup.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-05Merge changes I082959ab,Ib6932640James Zern
2013-08-05Finally removing all old block size constants.Dmitry Kovalev
2013-08-05vp9/decoder: threaded row-based loop filterJames Zern
2013-08-05vp9/decoder: add thread workerJames 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-02Cleaning up set_contexts_on_border function.Dmitry Kovalev
2013-08-01Cleanup: removing unused function arguments.Dmitry Kovalev
2013-08-01Nice looking motion vector clamping functions.Dmitry Kovalev
2013-07-31vp9_decodemv.c cleanup.Dmitry Kovalev
2013-07-31Removing get_mi_{row, col} functions.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-29Tune tokenization/detokenization flow for speed-upJingning Han
2013-07-29Merge "16x16 inverse 2D-DCT with DC only"Jingning Han
2013-07-2916x16 inverse 2D-DCT with DC onlyJingning Han
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-29Merge "Shortcut 8x8/16x16 inverse 2D-DCT"Jingning Han
2013-07-26Shortcut 8x8/16x16 inverse 2D-DCTJingning Han
2013-07-26vp9_decodemv.c cleanup.Dmitry Kovalev
2013-07-26Merge "Special handle on DC only inverse 8x8 2D-DCT"Jingning Han
2013-07-26Merge "Making read_inter_mode_info function more clear."Dmitry Kovalev
2013-07-26Special handle on DC only inverse 8x8 2D-DCTJingning Han
2013-07-25Making read_inter_mode_info function more clear.Dmitry Kovalev
2013-07-25General cleanups.Dmitry Kovalev
2013-07-25Adding lookup table for size group.Dmitry Kovalev
2013-07-25Removing vp9_adapt_mode_context function.Dmitry Kovalev
2013-07-24Merge "Merge vp9_dc_only_idct_add and vp9_short_idct4x4_1"Jingning Han
2013-07-24Merge vp9_dc_only_idct_add and vp9_short_idct4x4_1Jingning Han
2013-07-24Removing CONFIG_BALANCED_COEFTREE experiment.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-23Removing LOW_PRECISION_MV_UPDATE define.Dmitry Kovalev
2013-07-23Merge "Adding update_tx_counts function."Dmitry Kovalev
2013-07-23Renaming of segment constants.Paul Wilkins
2013-07-22vp9: apply loopfilter inline if possibleJames Zern
2013-07-22Adding update_tx_counts function.Dmitry Kovalev
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 "Consistent names for inter mode probabilities and encodings."Dmitry Kovalev