summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodemv.c
AgeCommit message (Expand)Author
2013-11-12Merge "Using max_tx_size instead of bsize when possible."Dmitry Kovalev
2013-11-11Merge "Localizing NEARESTMV special cases in the code."Dmitry Kovalev
2013-11-11Merge "Adding read_reference_mode() function."Dmitry Kovalev
2013-11-06Replacing mi_{width,height}_log2 with num_8x8_blocks_{wide,high}_lookup.Dmitry Kovalev
2013-11-05Using max_tx_size instead of bsize when possible.Dmitry Kovalev
2013-11-05Adding read_reference_mode() function.Dmitry Kovalev
2013-11-05Localizing NEARESTMV special cases in the code.Dmitry Kovalev
2013-10-31Cleaning up read_skip_coeff() function.Dmitry Kovalev
2013-10-28Making get_tx_counts() similar to get_tx_probs().Dmitry Kovalev
2013-10-28vp9: add TileInfoJames Zern
2013-10-23Renaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE.Dmitry Kovalev
2013-10-22Moving functions from vp9_decodemv.c to vp9_decodframe.c.Dmitry Kovalev
2013-10-22Merge "Removing NUM_ prefix from constant names."Dmitry Kovalev
2013-10-22Prevent left_block_mode stepping into left tileJingning Han
2013-10-21Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-10-21vp9_read_mode_info: limit scope of function paramsJames Zern
2013-10-21vp9_decodemv: limit scope of private function paramsJames Zern
2013-10-18Removing NUM_ prefix from constant names.Dmitry Kovalev
2013-10-18Merge "vp9 dec/com: only update frame counts when necessary"James Zern
2013-10-18Merge "vp9 com/dec: avoid reading unavailable above/left"James Zern
2013-10-18vp9 dec/com: only update frame counts when necessaryJames Zern
2013-10-18Merge "Use lookup table to simplify logic"Yaowu Xu
2013-10-18vp9 com/dec: avoid reading unavailable above/leftJames Zern
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