summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_segmentation.c
AgeCommit message (Expand)Author
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-06-15vp9_pred_common: inline vp9_get_segment_idJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-11-20Revert "vp9_ethread: include a pointer to mb in VP9_COMP"Yunqing Wang
2014-11-14vp9_ethread: include a pointer to mb in VP9_COMPYunqing Wang
2014-09-19Remove mi_grid_* structures.hkuang
2014-08-06Removing direct references to VP9_COMP.Dmitry Kovalev
2014-07-02Adapt strength of AQ2.Paul Wilkins
2014-05-15Removing redundant "8x8" suffix from MODE_INFO vars.Dmitry Kovalev
2014-04-21Inlining vp9_set_segmentation_map() function.Dmitry Kovalev
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-03-05Adding vp9_cost.{h, c} files.Dmitry Kovalev
2014-02-28Removing unnecessary casts from quantization code.Dmitry Kovalev
2014-01-06Moving reset_segment_features() to encoder/vp9_segmentation.h.Dmitry Kovalev
2013-12-16Move two functions to encoderYaowu Xu
2013-11-22Inlining and removing vp9_set_pred_flag_seg_id() function.Dmitry Kovalev
2013-10-28vp9: add TileInfoJames Zern
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-15Updated encoder to handle intra-only framesAlexander Voronov
2013-09-24Correctly set the segment_id prediction flag and contextGuillaume Martres
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-09Revert "New mode_info_context storage"James Zern
2013-09-06New mode_info_context storageScott LaVarnway
2013-08-27Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder.Dmitry Kovalev
2013-08-26Using num_8x8_* lookup tables instead of mi_*_log2.Dmitry Kovalev
2013-08-15Merge "Moving segmentation struct from MACROBLOCKD to VP9_COMMON."Dmitry Kovalev
2013-08-15Using { 0 } for initialization instead of memset.Dmitry Kovalev
2013-08-15Moving segmentation struct from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-08-02Replacing long block size enum values with shorter ones.Dmitry Kovalev
2013-08-01Cleanup: removing unused function arguments.Dmitry Kovalev
2013-07-23Renaming of segment constants.Paul Wilkins
2013-07-16Cleaning up tile code.Dmitry Kovalev
2013-07-16Rewriting vp9_set_pred_flag_{seg_id, mbskip}.Dmitry Kovalev
2013-07-11Removing redundant code mostly from vp9_pred_common.{h, c}.Dmitry Kovalev
2013-07-11Moving segmentation related vars into separate struct.Dmitry Kovalev
2013-07-09removing case statements around prediction entropy codingJim Bankoski
2013-06-27Decoder's code cleanup.Dmitry Kovalev
2013-06-26General cleanup in segmentation-related code.Dmitry Kovalev
2013-06-21Removing find_seg_id and using vp9_get_pred_mi_segid instead.Dmitry Kovalev
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-05-02vp9/count_segs: fix out of bounds readJames Zern
2013-05-02Merge "Using treed_read/treed_write functions for segment ids." into experime...Dmitry Kovalev
2013-04-30Merge "Cleaning up encoder segmentation code." into experimentalDmitry Kovalev
2013-04-30sb8x8 integration in rd loop.Ronald S. Bultje