aom/vp9/decoder
Yunqing Wang 4ae092c660 Make encoder and decoder share common thread function
Moved vp9_accumulate_frame_counts to vp9_thread_common.c to
eliminate the duplicate code.

Change-Id: I9cf506d729603c8bf1494b4c86a3b7d47af1917a
2015-02-06 11:45:51 -08:00
..
vp9_decodeframe.c Make encoder and decoder share common thread function 2015-02-06 11:45:51 -08:00
vp9_decodeframe.h Try again to merge branch 'frame-parallel' into master branch. 2015-01-30 21:00:13 -08:00
vp9_decodemv.c vp9_dthread: pass frame counts to decoder functions 2015-02-03 09:39:15 -08:00
vp9_decodemv.h vp9_dthread: pass frame counts to decoder functions 2015-02-03 09:39:15 -08:00
vp9_decoder.c vp9: fix segfault w/corrupt data post frame-parallel merge 2015-02-05 12:11:40 -08:00
vp9_decoder.h Rename loopfilter_thread files to thread_common files 2015-02-06 10:03:31 -08:00
vp9_detokenize.c vp9_dthread: pass frame counts to decoder functions 2015-02-03 09:39:15 -08:00
vp9_detokenize.h vp9_dthread: pass frame counts to decoder functions 2015-02-03 09:39:15 -08:00
vp9_dsubexp.c
vp9_dsubexp.h
vp9_dthread.c Mute the harmless tsan error in frame parallel decode. 2015-02-04 12:39:35 -08:00
vp9_dthread.h Fix a thread lost bug in frame parallel decode. 2015-02-04 11:07:02 -08:00
vp9_read_bit_buffer.c Optimize bit_read_buffer. 2014-12-12 14:38:12 -08:00
vp9_read_bit_buffer.h
vp9_reader.c
vp9_reader.h