summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_blockd.h
AgeCommit message (Expand)Author
2016-08-31Refactor uv tx size with lookup arraysDebargha Mukherjee
2016-08-02vp9/common: apply clang-formatclang-format
2016-07-19cosmetics: Add a few explanatory commentsYury Gitman
2016-07-04Remove txfrm_block_to_raster_xy() from vp9 encoderJingning Han
2016-04-01VP9: Refactor vp9_decode_block_tokens()Scott LaVarnway
2016-03-30VP9: Eliminate up_available and left_availableScott LaVarnway
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-09-30VP9: remove plane_type from macroblockd_planeScott LaVarnway
2015-09-23VP9: Remove frame_parallel_decoding_mode from macroblockdScott 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-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-09Eliminate num_8x8 and num_4x4 width/height lookupsScott LaVarnway
2015-07-08Don't allocate dqcoeff in MACROBLOCKD.Alex Converse
2015-07-07Reduce dqcoeff array size in decoderJingning Han
2015-06-29VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFOScott LaVarnway
2015-06-22Remove tile paramScott LaVarnway
2015-06-16Merge "Eliminated frame_type check in get_partition_probs()"Scott LaVarnway
2015-06-16Eliminated frame_type check in get_partition_probs()Scott LaVarnway
2015-06-10Merge "Reducing size of MODE_INFO struct"Scott LaVarnway
2015-06-04Reducing size of MODE_INFO structScott LaVarnway
2015-06-04Remove cm parameter from vp9_decode_block_tokens() part 2Scott LaVarnway
2015-06-02Remove counts paramScott LaVarnway
2015-05-22Re-worked header filesScott LaVarnway
2015-05-14Move mc_buf to cut down size of MACROBLOCKD.Frank Galligan
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-01-08Merge "vp9: add per-tile longjmp error handling"James Zern
2014-12-19vp9: add per-tile longjmp error handlingJames Zern
2014-12-17Let YUV plane share the same dqcoeff buffer.hkuang
2014-12-12vp9/MACROBLOCKD: reorder struct membersJames Zern
2014-12-05Improve the performance by caching the left_mi and right_mi in macroblockd.hkuang
2014-12-02Added high bitdepth sse2 transform functionsPeter de Rivaz
2014-11-14Added sse2 acceleration for highbitdepth variancePeter de Rivaz
2014-10-07Clean up header files in vp9_blockd.h and related filesJingning Han
2014-10-07Use #define statement for MAX_MB_PLANEJingning Han
2014-10-07Remove vp9_blockd.h from vp9_common_data.cJingning Han
2014-10-07Replace mi_width_log2() with mi_width_log2_lookup tableJingning Han
2014-10-07Take out repeated block width/height lookup functionsJingning Han
2014-09-30Revert "Fix compiling error in vp9_idct.h"James Zern
2014-09-30Fix compiling error in vp9_idct.hJingning Han
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-13Merge "Add a note for enum values of MV_REFERENCE_FRAME"Jingning Han
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-09-11Add a note for enum values of MV_REFERENCE_FRAMEJingning Han
2014-08-04uint8_t segment and skip to avoid signed / unsigned warningsJim Bankoski
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-11Remove unnecessary assertionsYunqing Wang
2014-06-18BITSTREAM: Handle transform size and motion vectors more logically for non-420.Alex Converse
2014-05-21Moving itxm_add pointer from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
2014-04-22Renaming MB_PREDICTION_MODE to PREDICTION_MODE.Dmitry Kovalev