summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodeframe.c
AgeCommit message (Expand)Author
2013-10-21Merge "Inlining set_partition_seg_context function."Dmitry Kovalev
2013-10-21Inlining set_partition_seg_context function.Dmitry Kovalev
2013-10-21Merge "Make memory alloc in pick_mode_context bsize aware"Jingning Han
2013-10-18Merge "Use lookup table to simplify logic"Yaowu Xu
2013-10-18Make memory alloc in pick_mode_context bsize awareJingning Han
2013-10-18Passing block index explicitly instead of using get_sb_index().Dmitry Kovalev
2013-10-17Use lookup table to simplify logicYaowu Xu
2013-10-17Add missing calls to emms in the adaptive quantization codeGuillaume Martres
2013-10-16Use a separate MODE_INFO stream for each tile columnGuillaume Martres
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Implement variance-based adaptive quantizationGuillaume Martres
2013-10-15Merge "Updated encoder to handle intra-only frames"Adrian Grange
2013-10-15Merge "Make vp9_zero use cases of consistent format"Jingning Han
2013-10-15Updated encoder to handle intra-only framesAlexander Voronov
2013-10-15Merge "Remove unused variable vp9_64x64_zeros"Jingning Han
2013-10-15Merge "Remove unused comment"Jingning Han
2013-10-15Make vp9_zero use cases of consistent formatJingning Han
2013-10-15Remove unused variable vp9_64x64_zerosJingning Han
2013-10-15Remove unused commentJingning Han
2013-10-15Removing unused 8x4 transform from the encoder.Dmitry Kovalev
2013-10-10Merge "Removing inv_txm4x4_1_add and inv_txm4x4_add function pointers."Dmitry Kovalev
2013-10-09Deprecate the use of PARTITION_INFO from encoderJingning Han
2013-10-08Removing inv_txm4x4_1_add and inv_txm4x4_add function pointers.Dmitry Kovalev
2013-10-05Merge "Giving consistent names to IDCT/IWHT functions."Dmitry Kovalev
2013-10-04vp9_encodeframe.c cpplint issues resolvedJim Bankoski
2013-10-04Giving consistent names to IDCT/IWHT functions.Dmitry Kovalev
2013-10-03Merge "Refactor inter mode rate-distortion search"Jingning Han
2013-10-03Refactor inter mode rate-distortion searchJingning Han
2013-10-03Using vp9_zero instead of vpx_memset.Dmitry Kovalev
2013-10-03Speed setting review.Paul Wilkins
2013-10-03make use last partition consider motionJim Bankoski
2013-10-03Merge "Improved auto_partition_range."Paul Wilkins
2013-10-01Moving get_token_alloc function from common to the encoder.Dmitry Kovalev
2013-09-30Fix rectangular partition check in speed 1Jingning Han
2013-09-30Improved auto_partition_range.Paul Wilkins
2013-09-30Alter Speed 3.Paul Wilkins
2013-09-25Using is_inter_block and has_second_ref functions.Dmitry Kovalev
2013-09-24Replacing txfm with tx.Dmitry Kovalev
2013-09-24Cleaning up vp9_update_nmv_count function.Dmitry Kovalev
2013-09-24Merge "Change to prevent invalid memory access"Yaowu Xu
2013-09-24Merge "Adding best_mv[2] array instead of two variables."Dmitry Kovalev
2013-09-24Change to prevent invalid memory accessYaowu Xu
2013-09-23Enable per transformed block zero coeffs forcingJingning Han
2013-09-20Adding best_mv[2] array instead of two variables.Dmitry Kovalev
2013-09-19fix integer overflow errorsYaowu Xu
2013-09-17Silence a bunch of MSVC warningsYaowu Xu
2013-09-16fix a problem where an invalid mv used in searchYaowu Xu
2013-09-13Adaptive motion search controlJingning Han
2013-09-13Merge "New mode_info_context storage -- undo revert"Scott LaVarnway
2013-09-11Merge "resolve clang issue : implicit convert tx_mode -> tx_size"Jim Bankoski