summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2015-05-13Merge "Relocate memory operations for common code"Johann
2015-05-13Relocate memory operations for common codeJohann
2015-05-13Merge "mips msa vp9 idct 8x8 optimization"Parag Salasakar
2015-05-12Merge "Remove unneeded variable declaration"Yunqing Wang
2015-05-12Merge "Protect new metric computation with use_highbitdepth flag"Yaowu Xu
2015-05-12Protect new metric computation with use_highbitdepth flagYaowu Xu
2015-05-12Remove unneeded variable declarationYunqing Wang
2015-05-12Merge "Recompute tile params on frame resize"Adrian Grange
2015-05-11Merge "build_intra_predictors*: reduce above_data size"James Zern
2015-05-11Merge "Reduce border extension by 1 line"Adrian Grange
2015-05-11Recompute tile params on frame resizeAdrian Grange
2015-05-11Merge "Sort variables dependency in read_uncompressed_header"Jingning Han
2015-05-11Sort variables dependency in read_uncompressed_headerJingning Han
2015-05-11Fix rate control issue with layers and aq-mode=3.Marco
2015-05-11Merge "Skip the last frame update for some frame repeats."paulwilkins
2015-05-08build_intra_predictors*: reduce above_data sizeJames Zern
2015-05-09Merge "build_intra_predictors*: reduce left_col size"James Zern
2015-05-08Fix clang ioc warning due to NULL mi pointer.hkuang
2015-05-08Merge "Add more sse2 code for intra prediction."hkuang
2015-05-08Skip the last frame update for some frame repeats.paulwilkins
2015-05-08mips msa vp9 idct 8x8 optimizationParag Salasakar
2015-05-08Merge "mips msa vp9 idct 32x32 optimization"Parag Salasakar
2015-05-07build_intra_predictors*: reduce left_col sizeJames Zern
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2015-05-07Merge "Move shared SAD code to vpx_dsp"Johann
2015-05-07Merge "Remove an unnecessary check."hkuang
2015-05-07Merge "Remvoe EIGHTTAP_SHARP filter check for non-rd mode."Marco
2015-05-07Merge "Image size restriction to rd auto partition search."paulwilkins
2015-05-07mips msa vp9 idct 32x32 optimizationParag Salasakar
2015-05-06Add more sse2 code for intra prediction.hkuang
2015-05-06Remvoe EIGHTTAP_SHARP filter check for non-rd mode.Marco
2015-05-06Move shared SAD code to vpx_dspJohann
2015-05-06Reduce border extension by 1 lineAdrian Grange
2015-05-06Remove an unnecessary check.hkuang
2015-05-06Correct the inter prediction coordinate calculation which greatly reduced thehkuang
2015-05-06Merge "Optimize the read_partition."hkuang
2015-05-06Merge "Add intra mode early termination in non-rd mode"Yunqing Wang
2015-05-06Merge "mips msa vp9 idct 16x16 optimization"Parag Salasakar
2015-05-05Add intra mode early termination in non-rd modeYunqing Wang
2015-05-05Optimize the read_partition.hkuang
2015-05-05fix and enable vp9_dc_128_predictor_16x16James Zern
2015-05-05Merge "Add some sse2 code for intra prediction."hkuang
2015-05-05Merge "Remove CONSTRAIN_NEIGHBORING_MIN_MAX."paulwilkins
2015-05-05Merge "Adjust ARF min and max interval."paulwilkins
2015-05-05mips msa vp9 idct 16x16 optimizationParag Salasakar
2015-05-04Allow for H and V intra modes for non-rd mode.Marco
2015-05-01vp9_idct_intrin_sse2: cosmetics: reindentJames Zern
2015-05-01Merge "Reduce intra_cost_penalty for BLOCK_8X8"Yunqing Wang
2015-05-01Merge "Adjust the vbp early termination threshold slightly"Yunqing Wang
2015-05-01FIX: Use correct above/left in read_intra_frame_mode_infoScott LaVarnway