summaryrefslogtreecommitdiff
path: root/vp9/decoder
AgeCommit message (Expand)Author
2015-07-07Add vp9_ prefix to init_macroblockdJingning Han
2015-07-07Reduce dqcoeff array size in decoderJingning Han
2015-07-06vp9_entropymv: remove vp9_get_mv_mag()James Zern
2015-07-07Merge "inline vp9_reader_has_error()"James Zern
2015-07-06Merge "remove vp9_get_interp_kernel()"James Zern
2015-07-06remove vp9_get_interp_kernel()James Zern
2015-07-06Merge "Rename vpx_thread to vpx_util"Jingning Han
2015-07-03Merge "Revert "Correct the inter prediction coordinate...""James Zern
2015-07-03Revert "Correct the inter prediction coordinate..."hkuang
2015-07-02Rename vpx_thread to vpx_utilJingning Han
2015-07-02Merge "Use vpx prefix for codec independent threading functions"Jingning Han
2015-07-02Merge "Move multi-threading module functions into vpx_thread folder"Jingning Han
2015-07-01inline vp9_reader_has_error()James Zern
2015-07-02Merge "vp9_pred_common: inline vp9_get_tx_size_context"James Zern
2015-07-02Merge "vp9_pred_common: inline vp9_get_segment_id"James Zern
2015-07-02Use vpx prefix for codec independent threading functionsJingning Han
2015-07-01Move multi-threading module functions into vpx_thread folderJingning Han
2015-06-30vp9_dsubexp: replace some divides with shiftsJames Zern
2015-06-30vp9/inv_remap_prob: simplify inv_map_table[]James Zern
2015-06-30vp9_dsubexp: remove clamp in inv_remap_prob()James Zern
2015-06-22Remove tile paramScott LaVarnway
2015-06-16Moved has_rows, has_cols in vp9_decodeframe.cScott 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-16Merge "Update use_prev_frame_mvs flag in decoder."Scott LaVarnway
2015-06-15vp9_pred_common: inline vp9_get_tx_size_contextJames Zern
2015-06-15vp9_pred_common: inline vp9_get_segment_idJames Zern
2015-06-12Merge "decode_tiles_mt: remove incorrect TODO"James Zern
2015-06-12Merge changes I342075eb,I222eaa4eJames Zern
2015-06-12Merge changes Iedb5b6a3,Iaea98508,I36580cea,Ia0574320James Zern
2015-06-11inline vp9_get_segdata()Scott LaVarnway
2015-06-11inline vp9_segfeature_active()Scott LaVarnway
2015-06-10decode_tiles_mt: remove incorrect TODOJames Zern
2015-06-10vp9_decodeframe: simplify init_read_bit_buffer signatureJames Zern
2015-06-10vp9_decode_frame: remove explicit read_bit_buffer initJames Zern
2015-06-10vp9_decodeframe.h: remove unused prototypeJames Zern
2015-06-10vp9_decodeframe: move public funcs to end of fileJames Zern
2015-06-10vp9_decodeframe: reorder some functionsJames Zern
2015-06-10vp9_decodeframe: hide vp9_dec_build_inter_predictors_sbJames Zern
2015-06-10Merge "Reducing size of MODE_INFO struct"Scott LaVarnway
2015-06-08Update use_prev_frame_mvs flag in decoder.Scott LaVarnway
2015-06-05Optimize the decode_partition. About 0.7% gain on N10.hkuang
2015-06-05Merge "BUG FIX: Remove counts param"Scott LaVarnway
2015-06-05BUG FIX: Remove counts paramScott LaVarnway
2015-06-05Add control to skip loop filter in VP9 decoder.Frank Galligan
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-28Merge "Check size restrictions before running test vector"Johann
2015-05-28Merge "Re-worked header files"Scott LaVarnway