aom/vp9/common
James Zern 97db651ce0 vp9: add some missing includes
mostly: <file>.c should include <file>.h
silences missing prototype warnings

Change-Id: Ic05ec32c6f7b2224b78825904d96d73aacad6000
2015-05-15 10:43:47 -07:00
..
arm/neon Relocate memory operations for common code 2015-05-13 11:41:15 -07:00
mips Merge "Relocate memory operations for common code" 2015-05-13 19:47:24 +00:00
x86 vp9 intrinsics: add vp9_rtcd include 2015-05-15 10:43:47 -07:00
vp9_alloccommon.c vp9: add some missing includes 2015-05-15 10:43:47 -07:00
vp9_alloccommon.h Safely free all the frame buffers after all the workers finish the work. 2015-03-19 12:21:00 -07:00
vp9_blockd.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_blockd.h Move mc_buf to cut down size of MACROBLOCKD. 2015-05-14 19:10:02 -07:00
vp9_common.h Relocate memory operations for common code 2015-05-13 11:41:15 -07:00
vp9_common_data.c Merge "Remove vp9_blockd.h from vp9_common_data.c" 2014-10-07 15:34:07 -07:00
vp9_common_data.h Fix chrome valgrind warning due to the use of mismatched bsize 2014-07-11 15:49:22 -07:00
vp9_convolve.c replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
vp9_convolve.h Rename highbitdepth functions to use highbd prefix 2014-10-09 14:40:40 -07:00
vp9_debugmodes.c Fix debugmodes file to print modes and MVs correctly 2015-04-27 17:09:38 -07:00
vp9_entropy.c vpx_mem: remove vpx_memcpy 2015-04-28 19:59:41 -07:00
vp9_entropy.h vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_entropymode.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_entropymode.h Make encoder and decoder share common thread function 2015-02-06 11:45:51 -08:00
vp9_entropymv.c Replace divide with look-up 2015-01-23 09:02:07 -08:00
vp9_entropymv.h Use precise header files in vp9_entropymv.h 2014-10-01 12:41:08 -07:00
vp9_enums.h Add encoder control for setting color space 2015-01-14 10:17:14 -08:00
vp9_filter.c Hiding vp9_sub_pel_filters_{8, 8s, 8lp} filters in *.c file. 2014-05-14 16:21:41 -07:00
vp9_filter.h Move the definition of switchable filter numbers into enum 2014-10-21 15:41:37 -07:00
vp9_frame_buffers.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_frame_buffers.h Add get release decoder frame buffer functions. 2014-02-10 14:08:11 -08:00
vp9_idct.c Relocate memory operations for common code 2015-05-13 11:41:15 -07:00
vp9_idct.h Relocate memory operations for common code 2015-05-13 11:41:15 -07:00
vp9_loopfilter.c Relocate memory operations for common code 2015-05-13 11:41:15 -07:00
vp9_loopfilter.h Revert "Remove mi_grid_* structures." 2015-04-21 11:16:45 -07:00
vp9_loopfilter_filters.c Relocate memory operations for common code 2015-05-13 11:41:15 -07:00
vp9_mfqe.c Move shared SAD code to vpx_dsp 2015-05-06 16:58:20 -07:00
vp9_mfqe.h Multiframe Quality Enhancement(MFQE) in VP9. 2014-12-11 09:19:39 -08:00
vp9_mv.h Replacing int_mv with MV inside the first pass code. 2014-08-22 16:20:18 -07:00
vp9_mvref_common.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_mvref_common.h Try again to merge branch 'frame-parallel' into master branch. 2015-01-30 21:00:13 -08:00
vp9_onyxc_int.h Fix clang ioc warning due to NULL mi pointer. 2015-05-08 15:42:50 -07:00
vp9_postproc.c Relocate memory operations for common code 2015-05-13 11:41:15 -07:00
vp9_postproc.h Multiframe Quality Enhancement(MFQE) in VP9. 2014-12-11 09:19:39 -08:00
vp9_ppflags.h Multiframe Quality Enhancement(MFQE) in VP9. 2014-12-11 09:19:39 -08:00
vp9_pred_common.c Revert "Remove mi_grid_* structures." 2015-04-21 11:16:45 -07:00
vp9_pred_common.h Improve the performance by caching the left_mi and right_mi in macroblockd. 2014-12-05 16:25:42 -08:00
vp9_prob.c Replace divide with look-up 2015-01-23 09:02:07 -08:00
vp9_prob.h Replace divide with look-up 2015-01-23 09:02:07 -08:00
vp9_quant_common.c Adds high bitdepth quantization functions 2014-09-16 14:55:37 -07:00
vp9_quant_common.h Clean up header files in vp9_blockd.h and related files 2014-10-07 15:17:10 -07:00
vp9_reconinter.c Revert "Remove mi_grid_* structures." 2015-04-21 11:16:45 -07:00
vp9_reconinter.h Account for chroma component costs in RTC mode decision 2015-02-04 09:45:14 -08:00
vp9_reconintra.c vp9: correct some function signatures 2015-05-15 10:43:47 -07:00
vp9_reconintra.h vp9: correct some function signatures 2015-05-15 10:43:47 -07:00
vp9_rtcd.c Reorganize *_rtcd() calling conventions 2015-04-15 11:12:05 -04:00
vp9_rtcd_defs.pl vp9 intrinsics: add vp9_rtcd include 2015-05-15 10:43:47 -07:00
vp9_scale.c Rename highbitdepth functions to use highbd prefix 2014-10-09 14:40:40 -07:00
vp9_scale.h Rename highbitdepth functions to use highbd prefix 2014-10-09 14:40:40 -07:00
vp9_scan.c Make iscan and scan neighbor arrays static const. 2014-10-02 14:08:14 -07:00
vp9_scan.h Make iscan and scan neighbor arrays static const. 2014-10-02 14:08:14 -07:00
vp9_seg_common.c Move two functions to encoder 2013-12-16 17:27:48 -08:00
vp9_seg_common.h vp9/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_systemdependent.h vp9_systemdependent: reorder includes avoid proto mismatch 2014-03-05 22:02:29 -08:00
vp9_textblit.c Code cleanup. 2013-02-22 11:03:14 -08:00
vp9_textblit.h vp9/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_thread.c Move vp9_thread.* to common. 2014-07-11 15:24:31 -07:00
vp9_thread.h vp9_thread: prefer pthread.h if available 2015-02-10 12:47:14 -08:00
vp9_thread_common.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_thread_common.h Make encoder and decoder share common thread function 2015-02-06 11:45:51 -08:00
vp9_tile_common.c Refactor calculation of tile_cols 2015-01-07 14:28:59 -08:00
vp9_tile_common.h Refactor decode_tiles and loopfilter code. 2014-05-20 14:47:45 -07:00