summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodeintra.c
AgeCommit message (Expand)Author
2012-10-15Remove test from B_MODE_INFO.Ronald S. Bultje
2012-10-14Minor refactoring in encodeintra.c.Ronald S. Bultje
2012-10-14Remove duplicate or unused code in encoder/encodemb.c.Ronald S. Bultje
2012-10-14Add a _4x4 sufix to all 4x4-transform-related functions.Ronald S. Bultje
2012-10-14Replace vp8_inverse_htransform_b() by direct call to vp8_ihtllm_c().Ronald S. Bultje
2012-10-13Revert "removed the recon. rtcd invoke macro code"Jim Bankoski
2012-10-13removed the recon. rtcd invoke macro codeJim Bankoski
2012-10-11Use transform-size selection for i8x8_pred also.Ronald S. Bultje
2012-10-10Merge of the TX_16X16 experimentDeb Mukherjee
2012-09-27Entropy coding for hybrid transformDeb Mukherjee
2012-09-21Separating 8x8DCT use from hybridtransform8x8Deb Mukherjee
2012-08-30hybrid transform of 16x16 dimensionJingning Han
2012-08-15Code clean up.Paul Wilkins
2012-08-10Code cleanup.Paul Wilkins
2012-08-06Refactoring hybrid transform codingJingning Han
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-19Adds hybrid transformJingning Han
2012-07-17Restyle codeJohn Koleszar
2012-06-18Fix a bunch of warnings.Christian Duvivier
2012-04-11Superblock encoding orderAdrian Grange
2012-03-21Adding contextual coding of mb_skip_coeff flag.Deb Mukherjee
2012-03-07Snapshot candidatePaul Wilkins
2012-03-01Merge t8x8 experimentsYaowu Xu
2012-02-28Compound intra prediction (b_pred/4x4 only, for now),Ronald S. Bultje
2012-02-10Improved coding using 8x8 transformRonald S. Bultje
2012-02-02Added encoding in Superblock OrderAdrian Grange
2011-12-07Removed #if CONFIG_I8X8Yaowu Xu
2011-12-07Rename use_dc_pred to use_16x16_pred.Ronald S. Bultje
2011-12-01added transform type to MB_MODE_INFOYaowu Xu
2011-11-08Segment signaling of TX sizePaul Wilkins
2011-09-16add 8x8 intra prediction modesYaowu Xu
2011-07-20Add 8x8 transform to experimental branchDeb Mukherjee
2011-06-23Copy macroblock data to a buffer before encoding itYunqing Wang
2011-06-14Merge "Populate bmi for B_PRED only"Scott LaVarnway
2011-06-14Fix RT only buildTero Rintaluoma
2011-06-13Populate bmi for B_PRED onlyScott LaVarnway
2011-06-02Removed B_MODE_INFOScott LaVarnway
2011-05-24MODE_INFO size reductionScott LaVarnway
2011-05-19revise two function definitions with less parametersYaowu Xu
2011-05-19disable trellis optimization for first passYaowu Xu
2011-05-10remove a variable no longer in useYaowu Xu
2011-04-27SSE2/SSSE3 optimizations for build_predictors_mbuv{,_s}().Ronald S. Bultje
2011-04-11Set cpu_used range to [-16, 16] in real-time modeYunqing Wang
2011-03-17Increase static linkage, remove unused functionsJohn Koleszar
2011-03-11Move build_intra_predictors_mby to RTCD frameworkJohn Koleszar
2011-02-17Merge "Fix relative include paths"John Koleszar
2011-02-14Improved vp8_rd_pick_intra_mbuv_modeScott LaVarnway
2011-02-14Improved rd_pick_intra4x4blockScott LaVarnway