summaryrefslogtreecommitdiff
path: root/vp9/encoder
AgeCommit message (Expand)Author
2013-11-08Correct a couple of typosYaowu Xu
2013-11-08Disable zeroblock forcing for lossless coding modeYaowu Xu
2013-11-08Merge "Remove TEXTREL from 32bit encoder"Yunqing Wang
2013-11-08Merge "Removed unused rate parameter."Paul Wilkins
2013-11-07Remove TEXTREL from 32bit encoderYunqing Wang
2013-11-07Merge "Fix the variable naming in encode_block"Jingning Han
2013-11-07Fix the variable naming in encode_blockJingning Han
2013-11-07Removed unused rate parameter.Paul Wilkins
2013-11-06Merge "Move SVC per-frame loop from sample app into libvpx proper"Ivan Maltz
2013-11-06Move SVC per-frame loop from sample app into libvpx properIvan Maltz
2013-11-06Merge "Replacing mi_{width,height}_log2 with num_8x8_blocks_{wide,high}_lookup."Dmitry Kovalev
2013-11-06Replacing mi_{width,height}_log2 with num_8x8_blocks_{wide,high}_lookup.Dmitry Kovalev
2013-11-06Merge "Removes stack allocation of token_cache"Deb Mukherjee
2013-11-06Removes stack allocation of token_cacheDeb Mukherjee
2013-11-05Cleaning up vp9_quantize_b_c() function.Dmitry Kovalev
2013-11-05Using max_tx_size instead of bsize when possible.Dmitry Kovalev
2013-11-05Merge "Removing old code."Dmitry Kovalev
2013-11-05Localizing NEARESTMV special cases in the code.Dmitry Kovalev
2013-11-05Merge "Remove one shot q experiment"Deb Mukherjee
2013-11-05Merge "Fix the use case of plane_block_idx in sub8x8 RD"Jingning Han
2013-11-05Merge "Avoid mv cost check for invalid mv values"Jingning Han
2013-11-05Merge "Remove unused members from VP9_COMP"Adrian Grange
2013-11-04Avoid mv cost check for invalid mv valuesJingning Han
2013-11-04Removing old code.Dmitry Kovalev
2013-11-04Splitting partition_probs array into two arrays.Dmitry Kovalev
2013-11-04Remove unused members from VP9_COMPAdrian Grange
2013-11-04Merge "Remove unused member variables from VP9_COMP"Adrian Grange
2013-11-04Merge "Removing 'new' probability calculation from convert_distribution()."Dmitry Kovalev
2013-11-04Remove unused member variables from VP9_COMPAdrian Grange
2013-11-03Fix the use case of plane_block_idx in sub8x8 RDJingning Han
2013-11-03Add second ref frame check back in rdcost histJingning Han
2013-11-01Removing 'new' probability calculation from convert_distribution().Dmitry Kovalev
2013-11-01Merge "Cleanup. Adding const to function pointer arguments."Dmitry Kovalev
2013-10-31Merge "Removing is_intra_mode() function."Dmitry Kovalev
2013-10-31Cleanup. Adding const to function pointer arguments.Dmitry Kovalev
2013-10-31Merge "Fix x_offset_q4/y_offset_q4 calculation"Yunqing Wang
2013-10-31Remove one shot q experimentDeb Mukherjee
2013-10-30Updates to 1-pass:Marco Paniconi
2013-10-30Merge "Enable all-zero coeff block index for sub8x8 blk"Jingning Han
2013-10-30Replacing (SWITCHABLE_FILTERS + 1) with SWITCHABLE_FILTER_CONTEXTS.Dmitry Kovalev
2013-10-30Enable all-zero coeff block index for sub8x8 blkJingning Han
2013-10-29Fix x_offset_q4/y_offset_q4 calculationYunqing Wang
2013-10-29Adding const to vp9_quantize_b_{32x32,} parameters.Dmitry Kovalev
2013-10-29Fixing wrongly initialized tx_type variable.Dmitry Kovalev
2013-10-29Merge "Cleaning up vp9_regular_quantize_b_4x4."Dmitry Kovalev
2013-10-28Removing is_intra_mode() function.Dmitry Kovalev
2013-10-28Making get_tx_counts() similar to get_tx_probs().Dmitry Kovalev
2013-10-28Adding {read, write}_partition() instead of check_bsize_coverage().Dmitry Kovalev
2013-10-28Cleaning up vp9_regular_quantize_b_4x4.Dmitry Kovalev
2013-10-28vp9: add TileInfoJames Zern