summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodemb.c
AgeCommit message (Expand)Author
2012-01-26fixed an issue with 8x8 token cost in trellisquantYaowu Xu
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-16fixed the scaling in 8x8 trellis quantYaowu Xu
2011-11-11Make 8x8 and extend_qrange to work togetherYaowu Xu
2011-11-10scaled the threshold for 2nd order coefficient resetYaowu Xu
2011-11-08make debug match release build on win32 with 8x8 transform enabledYaowu Xu
2011-11-08Segment signaling of TX sizePaul Wilkins
2011-11-03Added context reset when 2nd order coefficients are clearedYaowu Xu
2011-10-25Change to prevent encoding of effect-less 2nd order coefficientsYaowu Xu
2011-09-16add 8x8 intra prediction modesYaowu Xu
2011-09-16Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-08-24Removed bmi copy to/from BLOCKDScott LaVarnway
2011-07-21fix more merge issuesYaowu Xu
2011-07-20Add 8x8 transform to experimental branchDeb Mukherjee
2011-07-01Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-06-23Copy macroblock data to a buffer before encoding itYunqing Wang
2011-05-10Merge remote branch 'origin/master' into experimentalJohn Koleszar
2011-05-09clean up unused variable warningsJohann
2011-04-22Merge remote branch 'origin/master' into experimentalJohn Koleszar
2011-04-20Removed redundant checks of the mode_info_context flagsScott LaVarnway
2011-04-13Merge remote branch 'origin/master' into experimentalJohn Koleszar
2011-04-12Merge remote branch 'origin/master' into experimentalJohn Koleszar
2011-04-11Set cpu_used range to [-16, 16] in real-time modeYunqing Wang
2011-04-11Define RDCOST only onceYunqing Wang
2011-03-23Merge remote branch 'origin/master' into experimentalJohn Koleszar
2011-03-17Increase static linkage, remove unused functionsJohn Koleszar
2011-02-25Merge remote branch 'origin/master' into experimentalJohn Koleszar
2011-02-24Removed vp8_block2typeScott LaVarnway
2011-02-18Merge remote branch 'origin/master' into experimentalJohn Koleszar
2011-02-10Fix relative include pathsJohn Koleszar
2011-01-19experiment extending the quantizer rangeYaowu Xu
2011-01-11Remove unused local variablesHenrik Lundin
2010-12-06Merge "adjust RDMULT for UV plane in quantization RDO"Yaowu Xu
2010-12-06adjust RDMULT for UV plane in quantization RDOYaowu Xu
2010-12-03Merge 'Add simple version of activity masking.'John Koleszar
2010-11-11make rdmult adaptive for intra in quantizer RDOYaowu Xu
2010-10-26make vp8_recon16x16mb{,y} RTCD functionsJohn Koleszar
2010-10-21Convert [4][4] matrices to [16] arrays.Timothy B. Terriberry
2010-10-15change to make use of more trellis quantizationYaowu Xu
2010-10-12Centralize mb skip state calculationJohn Koleszar
2010-10-12Add simple version of activity masking.Timothy B. Terriberry
2010-10-02enable trellis quantization for 2nd order blocksYaowu Xu
2010-09-09Use WebM in copyright notice for consistencyJohn Koleszar
2010-08-31Changed above and left context data layoutScott LaVarnway
2010-08-12Removed unnecessary MB_MODE_INFO copiesScott LaVarnway
2010-08-10Removed duplicate functionsYaowu Xu
2010-08-10Add trellis quantization.Timothy B. Terriberry
2010-06-24Redo the forward 4x4 dctYaowu Xu