summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_alloccommon.c
AgeCommit message (Expand)Author
2014-07-17Modified frame buffer handlingAdrian Grange
2014-06-27vp9: disable postproc buffer alloc when unnecessaryJames Zern
2014-06-23Allocate buffers based on correct chroma formatAdrian Grange
2014-06-10Add mode info arrays and mode info index.hkuang
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-03-25Moving above_context to VP9_COMMON.Dmitry Kovalev
2014-03-24Initialization code cleanup.Dmitry Kovalev
2014-03-21Renaming and making vp9_update_mode_info_border() static.Dmitry Kovalev
2014-03-20Reusing {above, left}_seg_context vars in both encoder and decoder.Dmitry Kovalev
2014-03-19Adding alloc_mi() function.Dmitry Kovalev
2014-03-13Adding vp9_swap_mi_and_prev_mi() function.Dmitry Kovalev
2014-03-10Adding type casts to remove C++ compiler errors.Dmitry Kovalev
2014-03-01Remove vp9_create_common()Yaowu Xu
2014-02-26Removing vp9_systemdependent.c.Dmitry Kovalev
2014-02-10Add get release decoder frame buffer functions.Frank Galligan
2014-01-29Combining fb_idx_ref_cnt[] and yv12_fb[] arrays.Dmitry Kovalev
2014-01-24Revert external frame buffer code.Frank Galligan
2014-01-21Seperate the border size for encoder and decoder.hkuang
2014-01-03Adding RefBuffer struct.Dmitry Kovalev
2013-12-19Removing vp9_findnearmv.{h, c} files.Dmitry Kovalev
2013-12-15Add frame buffer lru cache.Frank Galligan
2013-12-15Add support to pass in external frame buffers.Frank Galligan
2013-12-06Merge "Renaming constants."Dmitry Kovalev
2013-12-05Renaming constants.Dmitry Kovalev
2013-12-05Remove redundant calls to vp9_update_mode_info_borderAdrian Grange
2013-12-03Merge "Removing dummy assignments."Dmitry Kovalev
2013-11-27Moving token-encoding related stuff from common to encoder.Dmitry Kovalev
2013-11-26Removing dummy assignments.Dmitry Kovalev
2013-11-26Moving mode encodings from common to encoder + cleanup.Dmitry Kovalev
2013-11-25Moving mv entropy encodings calculation to the encoder side.Dmitry Kovalev
2013-11-22Renaming COMPPREDMODE_TYPE enum and its members.Dmitry Kovalev
2013-11-14fix scalling bug by buffer auto-reallocationAdrian Grange
2013-10-28vp9: remove partition+entropy contexts from commonJames Zern
2013-10-07Moving all scan/iscan code into separate vp9_scan.{h, c} files.Dmitry Kovalev
2013-10-01Moving get_token_alloc function from common to the encoder.Dmitry Kovalev
2013-09-27Removing unnecessary function calls.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
2013-08-29consistently name VP9_COMMON variables #2James Zern
2013-08-22rename LOG2_* defines to *_LOG2James Zern
2013-08-16Merge "Added resizing & initialization of last frame segment map"Adrian Grange
2013-08-15Added resizing & initialization of last frame segment mapAdrian Grange
2013-08-14Renaming in MB_MODE_INFOPaul Wilkins
2013-08-12Entropy context related cleanups.Dmitry Kovalev
2013-07-22VP9_COMMON: remove unused temp_scale_frameJames Zern
2013-07-19Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE).Dmitry Kovalev
2013-07-16Merge "yv12config: remove YUV_TYPE"James Zern
2013-07-16Fix above context pointersJohn Koleszar
2013-07-12yv12config: remove YUV_TYPEJames Zern