summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_segmentation.c
AgeCommit message (Expand)Author
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
2013-04-30Using treed_read/treed_write functions for segment ids.Dmitry Kovalev
2013-04-29Cleaning up encoder segmentation code.Dmitry Kovalev
2013-04-29Use recursive function in choosing segmentation map coding method.Ronald S. Bultje
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
2013-04-25Merge "Move sbsegment out of experimental list" into experimentalJingning Han
2013-04-24Merge two similar functions into oneYaowu Xu
2013-04-24Move sbsegment out of experimental listJingning Han
2013-04-24Extension of segmentation to 8 segments.Paul Wilkins
2013-04-24Simplify Segment CodingPaul Wilkins
2013-04-20Merge "Removing get_segment_id function and using existing vp9_get_pred_mb_se...Dmitry Kovalev
2013-04-19Removing get_segment_id function and using existing vp9_get_pred_mb_segid.Dmitry Kovalev
2013-04-19Clean out some legacy code.Paul Wilkins
2013-04-17Fairly basic integration of rectangular blocks in encoding RD loop.Ronald S. Bultje
2013-03-07Coding con-zero count rather than EOB for coeffsDeb Mukherjee
2013-02-21Code cleanup.Dmitry Kovalev
2013-02-13Add support for tile rows.Ronald S. Bultje
2013-02-12Add tile column size limits (256 pixels min, 4096 pixels max).Ronald S. Bultje
2013-02-06Reindent segmentation code.Ronald S. Bultje
2013-02-05[WIP] Add column-based tiling.Ronald S. Bultje
2013-01-30don't code the branch for the predicted seg_id if that flag is false.Ronald S. Bultje
2013-01-16Start to anonymize reference framesJohn Koleszar
2013-01-09Merge superblocks64 experiment.Ronald S. Bultje
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2013-01-0564x64 blocksize support.Ronald S. Bultje
2012-12-12Consistently use get_prob(), clip_prob() and newly added clip_pixel().Ronald S. Bultje
2012-11-29Additional warning message cleanup.Jim Bankoski
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar