summaryrefslogtreecommitdiff
path: root/vp8
AgeCommit message (Expand)AuthorFilesLines
2010-10-07Remove unused file in encoderYunqing Wang1-310/+0
2010-10-06optimize fast_quantizer c versionYaowu Xu1-16/+7
2010-10-05Merge "Tune effect of motion on KF/GF boost in two pass;"Paul Wilkins2-26/+64
2010-10-04nasm: movhps compatibility QWORD->MMWORDJan Kratochvil1-16/+16
2010-10-04nasm: address labels 'rel label' vice 'wrt rip'Jan Kratochvil14-365/+365
2010-10-04nasm: match instruction length (movd/movq) to parametersJan Kratochvil9-29/+29
2010-10-04Merge "enable trellis quantization for 2nd order blocks"Yaowu Xu1-14/+26
2010-10-02Tune effect of motion on KF/GF boost in two pass;Paul Wilkins2-26/+64
2010-10-02enable trellis quantization for 2nd order blocksYaowu Xu1-14/+26
2010-10-01Merge "Fix valgrind errors in the NEON loop filters."Johann2-8/+7
2010-10-01Made temporal filter default to use centered modeAdrian Grange1-23/+1
2010-09-30Fix valgrind errors in the NEON loop filters.Timothy B. Terriberry2-8/+7
2010-09-30Merge "Rename mode_ref_lf_test_function"John Koleszar1-7/+3
2010-09-30Merge "Fix loopfilter delta zero transitions"John Koleszar3-18/+20
2010-09-30Changed defaults & range checking for AltRef paramsAdrian Grange1-6/+6
2010-09-29Rename mode_ref_lf_test_functionJohn Koleszar1-7/+3
2010-09-29Merge "Optimizations on the loopfilters."Fritz Koenig1-733/+432
2010-09-29Fix loopfilter delta zero transitionsJohn Koleszar3-18/+20
2010-09-29Change to coefficient optimization rules.Paul Wilkins1-1/+3
2010-09-29Merge "Moved row-specific computation of MV bounds out of col loop"Adrian Grange1-8/+18
2010-09-29Moved row-specific computation of MV bounds out of col loopAdrian Grange1-8/+18
2010-09-29Control of active min quantizer for two pass.Paul Wilkins1-67/+151
2010-09-28Optimizations on the loopfilters.Fritz Koenig1-733/+432
2010-09-28Enabled AltRef motion map creationAdrian Grange1-1/+1
2010-09-28Merge "Made AltRef filter adaptive & added motion compensation"Adrian Grange4-215/+604
2010-09-28Made AltRef filter adaptive & added motion compensationAdrian Grange4-215/+604
2010-09-27Add 4-tap version of 2nd-pass ARMv6 MC filter.Timothy B. Terriberry2-6/+86
2010-09-27Badly placed initialization of rolling rate monitors.Paul Wilkins1-5/+8
2010-09-27move reconintra_mt to decoder (fixup)John Koleszar1-0/+0
2010-09-27Merge "disable compilation of debugging code"John Koleszar1-7/+9
2010-09-27Merge "combine max values and compare once"Johann8-332/+72
2010-09-24Fix valgrind errors in vp8_sixtap_predict8x4_armv6().Timothy B. Terriberry1-22/+15
2010-09-24combine max values and compare onceJohann8-332/+72
2010-09-24Merge "move reconintra_mt to decoder (for now)"John Koleszar3-2/+2
2010-09-24disable compilation of debugging codeJohn Koleszar1-7/+9
2010-09-24Merge "Adjust multi-thread sync ranges according to image sizes"Yunqing Wang2-4/+12
2010-09-24move reconintra_mt to decoder (for now)John Koleszar3-2/+2
2010-09-24Merge "Add getter functions for the interface data symbols"John Koleszar4-2/+4
2010-09-23Add getter functions for the interface data symbolsJohn Koleszar4-2/+4
2010-09-23Adjust multi-thread sync ranges according to image sizesYunqing Wang2-4/+12
2010-09-22Remove dead codeJohann1-11/+0
2010-09-21unset execute bit on c sourceJohn Koleszar1-0/+0
2010-09-21Merge "Don't reset mb clamping state during splitmv decoding"John Koleszar1-1/+1
2010-09-21Don't reset mb clamping state during splitmv decodingJohn Koleszar1-1/+1
2010-09-21Merge "Add high limit check for unsigned parameters"John Koleszar1-16/+21
2010-09-21Merge "Restructure multi-threaded decoder"Yunqing Wang8-448/+1598
2010-09-20Use movq instead of movdqu.Fritz Koenig1-109/+155
2010-09-20Merge "Better choice of instruction filter mask comparision."Fritz Koenig1-42/+26
2010-09-20Merge "reorder data to use wider instructions"Johann3-253/+282
2010-09-20Merge "Update NEON wide idcts"Johann7-225/+579