summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodemv.c
AgeCommit message (Expand)Author
2013-10-18Converted assert to error checkingYaowu Xu
2013-10-17Use lookup table to simplify logicYaowu Xu
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-15Updated encoder to handle intra-only framesAlexander Voronov
2013-10-15Converted assertion to returning errorYaowu Xu
2013-10-11Replacing {VP9_COEF, MODE}_UPDATE_PROB with DIFF_UPDATE_PROB.Dmitry Kovalev
2013-10-03Adding assign_mv() function to reduce code duplication.Dmitry Kovalev
2013-10-03Merge "Reading diff update flag inside vp9_diff_update_prob."Dmitry Kovalev
2013-10-03BITSTREAM - "update_map" SEMANTICS BROKEN IN 398ddafb629b7f49cf255bf09d3e38b4...Dmitry Kovalev
2013-10-03Reading diff update flag inside vp9_diff_update_prob.Dmitry Kovalev
2013-10-02BITSTREAM - CLARIFICATION OF MV SIZE RANGEJingning Han
2013-10-01Adding read_intra_mode_{y, uv} functions for clarity.Dmitry Kovalev
2013-10-01fix build with MSVCYaowu Xu
2013-09-30Using array of motion vectors instead of separate variables.Dmitry Kovalev
2013-09-29cpplint issue extra line in decodemv.cJim Bankoski
2013-09-26New way of updating last frame segmentation map.Dmitry Kovalev
2013-09-23Remove redundant mode update in sub8x8 decodingJingning Han
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
2013-09-04make bsize requirement for SEG_LVL_SKIP explicitYaowu Xu
2013-08-27Renaming txfm_size to tx_size.Dmitry Kovalev
2013-08-27Merge "Using existing functions instead of raw expressions."Dmitry Kovalev
2013-08-26Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder.Dmitry Kovalev
2013-08-26Merge "Removing redundant calls to clamp_mv2."Dmitry Kovalev
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
2013-08-23Using existing functions instead of raw expressions.Dmitry Kovalev
2013-08-23Removing redundant calls to clamp_mv2.Dmitry Kovalev
2013-08-23Cleanup in mvref_common.{h, c}.Dmitry Kovalev
2013-08-15Moving segmentation struct from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-08-14Renaming in MB_MODE_INFOPaul Wilkins
2013-08-08General code cleanup.Dmitry Kovalev
2013-08-06Inlining vp9_get_pred_probs_switchable_interp function.Dmitry Kovalev
2013-08-06Merge "Finally removing all old block size constants."Dmitry Kovalev
2013-08-05Finally removing all old block size constants.Dmitry Kovalev
2013-08-05Changing the order switchable filter enum constants.Dmitry Kovalev
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-08-01Nice looking motion vector clamping functions.Dmitry Kovalev
2013-07-31vp9_decodemv.c cleanup.Dmitry Kovalev
2013-07-31Removing get_mi_{row, col} functions.Dmitry Kovalev
2013-07-31Merge "Removing unused "ishp" arguments."Dmitry Kovalev
2013-07-31Removing unused "ishp" arguments.Dmitry Kovalev
2013-07-30Consistent update for inter_mode probabilities.Dmitry Kovalev
2013-07-26vp9_decodemv.c cleanup.Dmitry Kovalev
2013-07-25Making read_inter_mode_info function more clear.Dmitry Kovalev
2013-07-25Adding lookup table for size group.Dmitry Kovalev
2013-07-23Moving counts from FRAME_CONTEXT to new struct FRAME_COUNTS.Dmitry Kovalev
2013-07-23Removing LOW_PRECISION_MV_UPDATE define.Dmitry Kovalev
2013-07-23Merge "Adding update_tx_counts function."Dmitry Kovalev
2013-07-23Renaming of segment constants.Paul Wilkins