vp10: add some missing includes
quiets some -Wmissing-prototypes warnings BUG=b/29584271 Change-Id: I9174728459fcabb6d9ac0028ae58029e52c0da92
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "./vp10_rtcd.h"
|
||||
#include "vp10/common/vp10_convolve.h"
|
||||
#include "vp10/common/filter.h"
|
||||
#include "vpx_dsp/vpx_dsp_common.h"
|
||||
#include "vpx_ports/mem.h"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include "./vp10_rtcd.h"
|
||||
#include "vp10/common/vp10_fwd_txfm.h"
|
||||
|
||||
void vp10_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride) {
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "./vp10_rtcd.h"
|
||||
#include "vp10/common/enums.h"
|
||||
#include "vp10/common/vp10_fwd_txfm1d.h"
|
||||
#include "vp10/common/vp10_fwd_txfm2d_cfg.h"
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "./vp10_rtcd.h"
|
||||
#include "vp10/common/vp10_inv_txfm.h"
|
||||
|
||||
void vp10_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride) {
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include "./vp10_rtcd.h"
|
||||
#include "vp10/common/enums.h"
|
||||
#include "vp10/common/vp10_txfm.h"
|
||||
#include "vp10/common/vp10_inv_txfm1d.h"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include "./vp10_rtcd.h"
|
||||
#include "vpx_dsp/x86/inv_txfm_sse2.h"
|
||||
#include "vpx_dsp/x86/txfm_common_sse2.h"
|
||||
#include "vpx_ports/mem.h"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include "./vp10_rtcd.h"
|
||||
#include "vp10/common/enums.h"
|
||||
#include "vp10/common/vp10_txfm.h"
|
||||
#include "vp10/common/x86/vp10_txfm1d_sse4.h"
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
#include <emmintrin.h> // SSE2
|
||||
|
||||
#include "./vp10_rtcd.h"
|
||||
#include "./vpx_config.h"
|
||||
#include "vpx_dsp/vpx_dsp_common.h"
|
||||
#include "vpx_dsp/x86/fwd_txfm_sse2.h"
|
||||
|
||||
Reference in New Issue
Block a user