Merge "Move vp9_sadmxn.h from common to encoder"
This commit is contained in:
commit
f92cfa1ca6
@ -10,11 +10,11 @@
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "vp9/common/vp9_sadmxn.h"
|
||||
#include "vp9/encoder/vp9_variance.h"
|
||||
#include "./vpx_config.h"
|
||||
#include "vpx/vpx_integer.h"
|
||||
#include "./vp9_rtcd.h"
|
||||
#include "./vpx_config.h"
|
||||
#include "vp9/encoder/vp9_sadmxn.h"
|
||||
#include "vp9/encoder/vp9_variance.h"
|
||||
#include "vpx/vpx_integer.h"
|
||||
|
||||
#define sad_mxn_func(m, n) \
|
||||
unsigned int vp9_sad##m##x##n##_c(const uint8_t *src_ptr, \
|
||||
|
@ -45,7 +45,6 @@ VP9_COMMON_SRCS-yes += common/vp9_reconinter.h
|
||||
VP9_COMMON_SRCS-yes += common/vp9_reconintra.h
|
||||
VP9_COMMON_SRCS-yes += common/vp9_rtcd.c
|
||||
VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.sh
|
||||
VP9_COMMON_SRCS-yes += common/vp9_sadmxn.h
|
||||
VP9_COMMON_SRCS-yes += common/vp9_scale.h
|
||||
VP9_COMMON_SRCS-yes += common/vp9_scale.c
|
||||
VP9_COMMON_SRCS-yes += common/vp9_seg_common.h
|
||||
|
@ -44,6 +44,7 @@ VP9_CX_SRCS-yes += encoder/vp9_psnr.h
|
||||
VP9_CX_SRCS-yes += encoder/vp9_quantize.h
|
||||
VP9_CX_SRCS-yes += encoder/vp9_ratectrl.h
|
||||
VP9_CX_SRCS-yes += encoder/vp9_rdopt.h
|
||||
VP9_CX_SRCS-yes += encoder/vp9_sadmxn.h
|
||||
VP9_CX_SRCS-yes += encoder/vp9_tokenize.h
|
||||
VP9_CX_SRCS-yes += encoder/vp9_treewriter.h
|
||||
VP9_CX_SRCS-yes += encoder/vp9_variance.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user