summaryrefslogtreecommitdiff
path: root/vp9/encoder
AgeCommit message (Expand)Author
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-05Merge "Removing old 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
2013-10-28Merge changes If9b16f7d,I75aab21c,I9cbb768c,If5cea3d3,I96940657,I025595d8,Ie0...James Zern
2013-10-26Merge "Adding fht{4x4, 8x8, 16x16} functions."Dmitry Kovalev
2013-10-25Adding fht{4x4, 8x8, 16x16} functions.Dmitry Kovalev
2013-10-25Merge "Adding get_frame_new_buffer() function to replace duplicated code."Dmitry Kovalev
2013-10-25Merge "Making input pointer constant for all fdct/fht functions."Dmitry Kovalev
2013-10-25vp9: add above/left_context to encoderJames Zern
2013-10-25vp9: add above/left_seg_context to encoderJames Zern
2013-10-25vp9: pass entropy context directly to set_skip_contextJames Zern
2013-10-25vp9: pass context directly to partition functionsJames Zern
2013-10-25Adding COLOR_SPACE enum.Dmitry Kovalev
2013-10-24Merge "Separate encode_block for pass 1 and 2"Jingning Han