summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodemv.c
AgeCommit message (Expand)Author
2016-10-12vp9_bitstream: Parameterize max_mv_magnitudeVignesh Venkatasubramanian
2016-09-19Code class0 using vpx_read() / vpx_write().Nathan E. Egge
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-03-16Reuse computation in build_nmv_component_cost_table.Alex Converse
2016-01-21Merge "Tie the bit cost scale to a define."Alex Converse
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2016-01-15Tie the bit cost scale to a define.Alex Converse
2016-01-13VP9: inline vp9_use_mv_hp()Scott LaVarnway
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-07-20vpx_dsp/bitwriter.h: vp9_->vpx_Yaowu Xu
2015-07-20vpx_dsp/prob.h: vp9_ -> vpx_Yaowu Xu
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-06-29VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFOScott LaVarnway
2015-05-15vp9: correct some function signaturesJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-09-19Remove mi_grid_* structures.hkuang
2014-08-29Removing dummy_packing member from VP9_COMP.Dmitry Kovalev
2014-06-12Adding MV_SPEED_FEATURES struct.Dmitry Kovalev
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-03-19Moving common code into vp9_update_mv_count().Dmitry Kovalev
2014-03-07Removing unused active_section global variable.Dmitry Kovalev
2014-03-05Merge "Adding vp9_cost.{h, c} files."Dmitry Kovalev
2014-03-05Adding vp9_cost.{h, c} files.Dmitry Kovalev
2014-03-05Renaming NMV_UPDATE_PROB to MV_UPDATE_PROB.Dmitry Kovalev
2014-02-26Replacing int_mv with MV and adding const qualifiers.Dmitry Kovalev
2014-02-25Removing redundant vp9_clear_system_state() call.Dmitry Kovalev
2014-01-23Revert "Removing unnecessary vp9_clear_system_state() calls."Yaowu Xu
2014-01-22Removing unnecessary vp9_clear_system_state() calls.Dmitry Kovalev
2014-01-08Using VP9_COMMON instead of VP9_COMP.Dmitry Kovalev
2013-12-16Merge "Reusing nmv_frame_counts from FRAME_COUNTS in encoder."Dmitry Kovalev
2013-12-11Reusing nmv_frame_counts from FRAME_COUNTS in encoder.Dmitry Kovalev
2013-12-10Renaming treed_write() to vp9_write_tree().Dmitry Kovalev
2013-11-25Moving mv entropy encodings calculation to the encoder side.Dmitry Kovalev
2013-11-24Cleaning up vp9_write_nmv_probs() function.Dmitry Kovalev
2013-11-22Merge "Cleaning up entropy probability update in encoder."Dmitry Kovalev
2013-11-20Adding MV_FP_SIZE constant.Dmitry Kovalev
2013-11-19Cleaning up entropy probability update in encoder.Dmitry Kovalev
2013-11-19Cleaning up probability/cost functions.Dmitry Kovalev
2013-11-05Localizing NEARESTMV special cases in the code.Dmitry Kovalev
2013-11-01Removing 'new' probability calculation from convert_distribution().Dmitry Kovalev
2013-10-09Deprecate the use of PARTITION_INFO from encoderJingning Han
2013-10-04cpplint issues vp9_encodemv.cJim Bankoski
2013-09-24Cleaning up vp9_update_nmv_count function.Dmitry Kovalev
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-09Revert "New mode_info_context storage"James Zern
2013-09-06New mode_info_context storageScott LaVarnway