summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-14fix scalling bug by buffer auto-reallocationAdrian Grange
2013-11-14Removing unused coefband_trans_8x8plus array from VP9Decompressor.Dmitry Kovalev
2013-11-14Tweaks to vpx_test android make fileJoshua Litt
2013-11-14Merge "Eliminating usage of txfrm_block_to_raster_block() from encode_block()."Dmitry Kovalev
2013-11-14Merge "Enable 4x4 DCT/ADST transform unit test"Jingning Han
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-13Enable 4x4 DCT/ADST transform unit testJingning Han
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 "Split macro strings on whitespace"Johann
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 "Add test vector for row/col tile decoding"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-12Split macro strings on whitespaceJohann
2013-11-12Adding const to tree pointer inside vp9_extra_bit struct.Dmitry Kovalev
2013-11-12Android.mk file for vpx unittestsJoshua Litt
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-12Add test vector for row/col tile decodingJingning Han
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