summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_blockd.h
AgeCommit message (Expand)Author
2013-08-09Renaming BLOCK_SIZE_TYPES constant to BLOCK_SIZES.Dmitry Kovalev
2013-08-09Inlining 16 as a stride for BLOCK_OFFSET macro.Dmitry Kovalev
2013-08-09Merge "Removing plane_block_{width, height}_log2by4 functions."Dmitry Kovalev
2013-08-09Merge "Moving loopfilter struct to VP9_COMMON."Dmitry Kovalev
2013-08-09Moving loopfilter struct to VP9_COMMON.Dmitry Kovalev
2013-08-09Moving scale_factors and related code to separate files.Dmitry Kovalev
2013-08-07Removing plane_block_{width, height}_log2by4 functions.Dmitry Kovalev
2013-08-07Merge "Using only one scale function in scale_factors struct."Dmitry Kovalev
2013-08-07Adding ss_size_lookup table.Dmitry Kovalev
2013-08-06Using only one scale function in scale_factors struct.Dmitry Kovalev
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-02Replacing long block size enum values with shorter ones.Dmitry Kovalev
2013-07-30Cleanup typos, remove unnecessary lines, replace switchAdrian Grange
2013-07-25Removing duplicated PREDICTION_PROBS constant.Dmitry Kovalev
2013-07-24Adding condition inside get_tx_type_{4x4, 8x8, 16x16}.Dmitry Kovalev
2013-07-22Merge "Optimize operation flow in sub8x8 rd loop"Jingning Han
2013-07-22Optimize operation flow in sub8x8 rd loopJingning Han
2013-07-20Merge "Moving all loop filter related variables into new struct."Dmitry Kovalev
2013-07-19Moving all loop filter related variables into new struct.Dmitry Kovalev
2013-07-19Removing frame_type field from MACROBLOCKD struct.Dmitry Kovalev
2013-07-19Block index variables in MACROBLOCKD reduced to chars.Paul Wilkins
2013-07-18Merge "Merge scale_factors and scale_factors_uv."Yaowu Xu
2013-07-18Using VP9_REF_NO_SCALE instead of (1 << VP9_REF_SCALE_SHIFT).Dmitry Kovalev
2013-07-18Merge scale_factors and scale_factors_uv.Ronald S. Bultje
2013-07-17Merge "Minor cleanup in code to fine uv tx_size."Paul Wilkins
2013-07-16Merge "vp9: remove frames_{since,till}.. from MACROBLOCKD"James Zern
2013-07-16Minor cleanup in code to fine uv tx_size.Paul Wilkins
2013-07-16Merge "Removing and moving around constant definitions."Dmitry Kovalev
2013-07-15Change to extend full border only when neededYaowu Xu
2013-07-15Removing and moving around constant definitions.Dmitry Kovalev
2013-07-13vp9: remove frames_{since,till}.. from MACROBLOCKDJames Zern
2013-07-12vp9: consistent 'log2' variable namingJames Zern
2013-07-12Some minor cleanups for efficiencyDeb Mukherjee
2013-07-11Moving segmentation related vars into separate struct.Dmitry Kovalev
2013-07-10Merge "Prunes out full-rd computation based on modeled rd"Deb Mukherjee
2013-07-10remove warnings when NDEBUG is setJim Bankoski
2013-07-10Prunes out full-rd computation based on modeled rdDeb Mukherjee
2013-07-10mi_width_log2 & mi_height_log2Jim Bankoski
2013-07-10b_width_log2 and b_height_log2 lookupsJim Bankoski
2013-07-02Removing redundant struct from union b_mode_info.Dmitry Kovalev
2013-07-02Tx size selection enhancementsDeb Mukherjee
2013-07-01Removing vp9_mbpitch.c, moving vp9_setup_block_dptrs to vp9_block.h.Dmitry Kovalev
2013-06-28fix test compile errorJames Zern
2013-06-26Merge "Make update_partition_context faster"Jingning Han
2013-06-26Make update_partition_context fasterJingning Han
2013-06-26Change to use LUT for mode-to-txfm conversionYaowu Xu
2013-06-25Merge "Removing unused code."Dmitry Kovalev