summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodemv.c
AgeCommit message (Expand)Author
2013-07-17Merge changes Ieffea49e,Idf610746Dmitry Kovalev
2013-07-17Merge "Adding read_comp_pred function."Dmitry Kovalev
2013-07-16Adding read_comp_pred function.Dmitry Kovalev
2013-07-16Removing two unused arguments from vp9_inc_mv signature.Dmitry Kovalev
2013-07-16Changing signature of vp9_get_pred_probs_tx_size.Dmitry Kovalev
2013-07-16Removing MV_GROUP_UPDATE define and corresponding code.Dmitry Kovalev
2013-07-16Rewriting vp9_set_pred_flag_{seg_id, mbskip}.Dmitry Kovalev
2013-07-12Using vp9_copy and vp9_zero instead of custom code.Dmitry Kovalev
2013-07-12Merge "Removing redundant call to set_mi_row_col."Dmitry Kovalev
2013-07-12Removing redundant call to set_mi_row_col.Dmitry Kovalev
2013-07-12Merge "Adding struct tx_probs and struct tx_counts to cleanup the code."Dmitry Kovalev
2013-07-12Adding struct tx_probs and struct tx_counts to cleanup the code.Dmitry Kovalev
2013-07-12Making functions read_{inter, intra}_segment_id more similar.Dmitry Kovalev
2013-07-11Removing redundant code mostly from vp9_pred_common.{h, c}.Dmitry Kovalev
2013-07-11Moving segmentation related vars into separate struct.Dmitry Kovalev
2013-07-09removing case statements around prediction entropy codingJim Bankoski
2013-07-09Removed unnecessary xd->mode_info_context assignmentScott LaVarnway
2013-07-09cleanup read_mode_info if (1)Jim Bankoski
2013-07-09decoder speedup - get-segment-id only if segmentation enabledJim Bankoski
2013-07-02Removing redundant struct from union b_mode_info.Dmitry Kovalev
2013-07-01Additional vp9_decodemv.c cleanup.Dmitry Kovalev
2013-06-28Cleanup inside vp9_decodemv.c.Dmitry Kovalev
2013-06-28Merge "Removing CONFIG_DEBUG checks on assertions."Dmitry Kovalev
2013-06-28Removing CONFIG_DEBUG checks on assertions.Dmitry Kovalev
2013-06-27Decoder's code cleanup.Dmitry Kovalev
2013-06-27Merge "General cleanup in segmentation-related code."Dmitry Kovalev
2013-06-27Merge "Moving subexp encoding functions in separate vp9_dsubexp.c file."Dmitry Kovalev
2013-06-26General cleanup in segmentation-related code.Dmitry Kovalev
2013-06-25Renaming "nmv" to "mv".Dmitry Kovalev
2013-06-25Moving subexp encoding functions in separate vp9_dsubexp.c file.Dmitry Kovalev
2013-06-21Removing find_seg_id and using vp9_get_pred_mi_segid instead.Dmitry Kovalev
2013-06-20Merge "Renaming 'nmv' to 'mv' for several functions."Dmitry Kovalev
2013-06-20Merge "Function decomposition inside vp9_decodemv.c file."Dmitry Kovalev
2013-06-19Function decomposition inside vp9_decodemv.c file.Dmitry Kovalev
2013-06-18Remove unnecessary copying of probs.Yaowu Xu
2013-06-18Renaming 'nmv' to 'mv' for several functions.Dmitry Kovalev
2013-06-12Remove unused need_to_clamp_mvsJohn Koleszar
2013-06-10New probs for filters/tx_size and a few othersDeb Mukherjee
2013-06-10Implement intra-coded framesAdrian Grange
2013-06-07Coding tx-size selection by use of spatial contextDeb Mukherjee
2013-06-07Cleans up mbskip encodingDeb Mukherjee
2013-06-07Fix ref_frame segment feature when it is intra.Ronald S. Bultje
2013-06-07Change to segment ref frame feature.Paul Wilkins
2013-06-07Coding updates for tx-size selectionDeb Mukherjee
2013-06-06Change ref frame coding.Ronald S. Bultje
2013-06-06New intra mode and partitioning probabilities.Ronald S. Bultje
2013-06-06Merge "Fix in forward updates for INTRA modes/partitions" into experimentalDeb Mukherjee
2013-06-05Fix in forward updates for INTRA modes/partitionsDeb Mukherjee
2013-06-05Cosmetic renaming VP9_MVREFS to VP9_INTER_MODESDeb Mukherjee
2013-06-05Clean-ups on switchable interpolation and mv_refDeb Mukherjee