summaryrefslogtreecommitdiff
path: root/vp8/encoder
AgeCommit message (Expand)Author
2012-08-08Merging in the sixteenth subpel uv experimentDeb Mukherjee
2012-08-07Refactor setting up MVs and buffers in rdopt.cDaniel Kang
2012-08-07Some refactoring of mcomp functions.Daniel Kang
2012-08-07Change the RD cost functions to take into account the seg_eob.Daniel Kang
2012-08-07clamp_mv_min_max -> vp8_clamp_mv_min_maxDaniel Kang
2012-08-07More refactoring and cosmetics to rdopt.cDaniel Kang
2012-08-07Reorganiziation of the RD loop to make more sense.Daniel Kang
2012-08-07Minor cosmetic changes to rdopt.c.Daniel Kang
2012-08-07Combine vp8_block_error_c and vp8_submb_error_c.Daniel Kang
2012-08-07A bit of temporary relief on encoder slownessYaowu Xu
2012-08-07a new way of determining reference motion vectorYaowu Xu
2012-08-06Refactoring hybrid transform codingJingning Han
2012-08-06Remove code to set transform size.Daniel Kang
2012-08-06Combine cost_coeffs functions.Daniel Kang
2012-08-06Merge token_costs into a single table.Daniel Kang
2012-08-06More refactoring of RD cost to make later changes easier.Daniel Kang
2012-08-06Minor refactoring of RD cost functions.Daniel Kang
2012-08-06Add x86_64-darwin11-gcc target.Christian Duvivier
2012-08-03Merging in high_precision_mv experimentDeb Mukherjee
2012-08-03Replacing the 8x8 DCT with 8x8 ADST/DCT for I8x8Jingning Han
2012-08-03Merge "16x16 DCT blocks." into experimentalDaniel Kang
2012-08-03Merge "Merging and bug-fix in enhanced_interp experiment" into experimentalDeb Mukherjee
2012-08-0216x16 DCT blocks.Daniel Kang
2012-08-02A few more conversions from 32-bit to 64-bit RD calculations.Ronald S. Bultje
2012-08-02Make RDCOST() results 64-bit.Ronald S. Bultje
2012-08-02Use 8x8 DCT transform for I8X8 prediction modeJingning Han
2012-07-31Merging and bug-fix in enhanced_interp experimentDeb Mukherjee
2012-07-30Adds support for switchable interpolation filters.Deb Mukherjee
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-19fixed a compiling issueYaowu Xu
2012-07-19Adds hybrid transformJingning Han
2012-07-18Merge "removed floating point version 8x8 fdct" into experimentalYaowu Xu
2012-07-18Merge "cleanup experiments in configure" into experimentalYaowu Xu
2012-07-18Don't auto-default to comp-pred unless content is static.Ronald S. Bultje
2012-07-17removed floating point version 8x8 fdctYaowu Xu
2012-07-17cleanup experiments in configureYaowu Xu
2012-07-17Restyle codeJohn Koleszar
2012-07-16Fix bug in reference frame counting.Ronald S. Bultje
2012-07-16Add missing mv_{col,row}_{min,max}_sb variables to MACROBLOCK struct.Ronald S. Bultje
2012-07-16Use 8x8 transform for all 16x16 intra prediction modes in keyframes.Ronald S. Bultje
2012-07-16Keep statistics for chosen intra modes in keyframes also.Ronald S. Bultje
2012-06-29Get rid of some cast.Christian Duvivier
2012-06-29Fix warnings.Christian Duvivier
2012-06-28Add lossless compression mode.Hui Su
2012-06-27Added Prediction Filter to Mode SelectionAdrian Grange
2012-06-25Continued adaptive entropy codingDeb Mukherjee
2012-06-18Fix a bunch of warnings.Christian Duvivier
2012-06-15Adaptive entropy coding of coefficients, modes, mv.Deb Mukherjee
2012-06-12changed to use a fixed number for update probabityYaowu Xu