summaryrefslogtreecommitdiff
path: root/vp8/encoder/tokenize.c
AgeCommit message (Expand)Author
2012-10-15Add a new token stuffing function vp8_stuff_mb().Ronald S. Bultje
2012-10-15Add and consistently use PLANE_TYPE.Ronald S. Bultje
2012-10-15Merge duplicate loops in tokenization code.Ronald S. Bultje
2012-10-14Add a _4x4 sufix to all 4x4-transform-related functions.Ronald S. Bultje
2012-10-10Merge of the TX_16X16 experimentDeb Mukherjee
2012-10-05Mismatch bug-fix when transform expts are offDeb Mukherjee
2012-09-27Entropy coding for hybrid transformDeb Mukherjee
2012-09-21Separating 8x8DCT use from hybridtransform8x8Deb Mukherjee
2012-09-11Cleanups for hybrid transformDeb Mukherjee
2012-09-11Revert "Hybrid transform cleanups"Debargha Mukherjee
2012-09-10Hybrid transform cleanupsDeb Mukherjee
2012-08-30hybrid transform of 16x16 dimensionJingning Han
2012-08-15Fix build with TX_16X16Daniel Kang
2012-08-15Code clean up.Paul Wilkins
2012-08-14Changed to use reference mv as nearest mvYaowu Xu
2012-08-07a new way of determining reference motion vectorYaowu Xu
2012-08-03Replacing the 8x8 DCT with 8x8 ADST/DCT for I8x8Jingning Han
2012-08-0216x16 DCT blocks.Daniel Kang
2012-08-02Use 8x8 DCT transform for I8X8 prediction modeJingning Han
2012-07-27Merges several experimentsDeb Mukherjee
2012-07-23Update 8x8 tokenizer to not encode an EOB if seg_eob is active.Daniel Kang
2012-07-19Adds hybrid transformJingning Han
2012-07-17Restyle codeJohn Koleszar
2012-06-12Added the ability to accumulate coef stats across encodingsYaowu Xu
2012-05-08a number of fixes to entropy stats collectionYaowu Xu
2012-05-04Expanding the coefficient encoding contextsDeb Mukherjee
2012-03-21Adding contextual coding of mb_skip_coeff flag.Deb Mukherjee
2012-03-05refactored code that checks if a macroblock is skippableYaowu Xu
2012-03-01Merge t8x8 experimentsYaowu Xu
2012-02-16Reworked context conversion between 8x8 and 4x4Yaowu Xu
2012-02-10fixed an issue related to 2nd order size due to merge artifacts.Yaowu Xu
2012-02-10Improved coding using 8x8 transformRonald S. Bultje
2012-02-09Removal of SEGFEATURES placeholder commentsPaul Wilkins
2011-12-07Removed #if CONFIG_I8X8Yaowu Xu
2011-12-02enabled 8x8 intra prediction modes on inter framesYaowu Xu
2011-12-01added transform type to MB_MODE_INFOYaowu Xu
2011-11-08Segment signaling of TX sizePaul Wilkins
2011-11-04Segment Feature Data AccessPaul Wilkins
2011-11-03Segment Features. Removal of #ifdefsPaul Wilkins
2011-10-31Segmentation Entropy and tweaks.Paul Wilkins
2011-10-24Further segment feature extensions.Paul Wilkins
2011-09-16add 8x8 intra prediction modesYaowu Xu
2011-07-21fix more merge issuesYaowu Xu
2011-07-20Add 8x8 transform to experimental branchDeb Mukherjee
2011-07-15Tokenize MB optimizedTero Rintaluoma
2011-06-28Use MAX_ENTROPY_TOKENS and ENTROPY_NODES more consistentlyJohn Koleszar
2011-06-08Removed unused function parametersScott LaVarnway
2011-06-07Wrapped asserts in critical code with CONFIG_DEBUGScott LaVarnway
2011-04-21Removed dc_diff from MB_MODE_INFOScott LaVarnway
2011-04-20Removed force_no_skipScott LaVarnway