summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2013-11-14Finally removing txfrm_block_to_raster_block() function.Dmitry Kovalev
2013-11-14Merge "Eliminating usage of txfrm_block_to_raster_block() from encode_block()."Dmitry Kovalev
2013-11-14Merge "For CBR, keep rate-correction damping factor to 2."Marco Paniconi
2013-11-13Simplifies band-getting with a static arrayDeb Mukherjee
2013-11-13Eliminating usage of txfrm_block_to_raster_block() from encode_block().Dmitry Kovalev
2013-11-13Merge "Cleaning up decode_coefs() function."Dmitry Kovalev
2013-11-13Cleaning up decode_coefs() function.Dmitry Kovalev
2013-11-13For CBR, keep rate-correction damping factor to 2.Marco Paniconi
2013-11-13Merge "Dual buffer encoding for intra modes"Jingning Han
2013-11-13Fix an overflow issue in SSE2 forward ADSTJingning Han
2013-11-13Merge "Replacing raster_block with block in the encoder."Dmitry Kovalev
2013-11-13Merge "Removing function pointers from inter prediction."Dmitry Kovalev
2013-11-13Dual buffer encoding for intra modesJingning Han
2013-11-13Merge "Syncing write_modes_{b, sb} implementation with decode_modes_{b, sb}."Dmitry Kovalev
2013-11-13Merge "Optimizing set_contexts() function."Dmitry Kovalev
2013-11-13Merge "Use 1D array to store super block filter levels"Yunqing Wang
2013-11-13Merge "mips dsp-ase r2 vp9 decoder intra module optimizations (rebase)"Johann
2013-11-13mips dsp-ase r2 vp9 decoder intra module optimizations (rebase)Parag Salasakar
2013-11-13mips dsp-ase r2 vp9 decoder loopfilter module optimizations (rebase)Parag Salasakar
2013-11-12Moving q_index from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
2013-11-12Merge "Enable dual buffer rd search and encoding scheme"Jingning Han
2013-11-12Merge "Calculating transform block offsets (x and y) only once."Dmitry Kovalev
2013-11-12Merge "Using max_tx_size instead of bsize when possible."Dmitry Kovalev
2013-11-12Merge "Moving {sb, mb, b, ab}_index from MACROBLOCKD to MACROBLOCK."Dmitry Kovalev
2013-11-12Merge "Adding const to tree pointer inside vp9_extra_bit struct."Dmitry Kovalev
2013-11-12Merge "Added optimized vp9_idct32x32_34_add_dspr2"Johann
2013-11-12Adding const to tree pointer inside vp9_extra_bit struct.Dmitry Kovalev
2013-11-12Calculating transform block offsets (x and y) only once.Dmitry Kovalev
2013-11-12Use 1D array to store super block filter levelsYunqing Wang
2013-11-12Merge "Removes conditional statements from band getting"Deb Mukherjee
2013-11-12Use lowercase 'b' to branchJohann
2013-11-12Merge "Rewrite filter_selectively_horiz for parallel loopfiltering"Yunqing Wang
2013-11-12Merge "Improve loopfilter function"Yunqing Wang
2013-11-12Removes conditional statements from band gettingDeb Mukherjee
2013-11-11Merge "Removing redundant assignment."Dmitry Kovalev
2013-11-11Removing function pointers from inter prediction.Dmitry Kovalev
2013-11-11Enable dual buffer rd search and encoding schemeJingning Han
2013-11-11Merge "Allocate dual buffer sets for encoding"Jingning Han
2013-11-11Removing redundant assignment.Dmitry Kovalev
2013-11-11Syncing write_modes_{b, sb} implementation with decode_modes_{b, sb}.Dmitry Kovalev
2013-11-11Rewrite filter_selectively_horiz for parallel loopfilteringYunqing Wang
2013-11-11Merge "Cleaning up joint_motion_search function."Dmitry Kovalev
2013-11-11Allocate dual buffer sets for encodingJingning Han
2013-11-11Cleaning up joint_motion_search function.Dmitry Kovalev
2013-11-11Moving {sb, mb, b, ab}_index from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
2013-11-11Decouple macroblockd_plane buffer usageJingning Han
2013-11-11Replacing raster_block with block in the encoder.Dmitry Kovalev
2013-11-11Fix a bug in the assembly code.hkuang
2013-11-11Merge "Replacing (raster_block >> tx_size) with (block >> (tx_size << 1))."Dmitry Kovalev
2013-11-11Merge "Localizing NEARESTMV special cases in the code."Dmitry Kovalev