Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
798b54a0
Commit
798b54a0
authored
Aug 18, 2015
by
Johann Koenig
Committed by
Gerrit Code Review
Aug 18, 2015
Browse files
Merge "Rename vp8 quantize.c"
parents
0092960d
79a00d71
Changes
10
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/encodeintra.c
View file @
798b54a0
...
...
@@ -12,7 +12,7 @@
#include "vpx_config.h"
#include "vp8_rtcd.h"
#include "./vpx_dsp_rtcd.h"
#include "quantize.h"
#include "
vp8/encoder/
quantize.h"
#include "vp8/common/reconintra4x4.h"
#include "encodemb.h"
#include "vp8/common/invtrans.h"
...
...
vp8/encoder/encodemb.c
View file @
798b54a0
...
...
@@ -14,7 +14,7 @@
#include "vp8_rtcd.h"
#include "encodemb.h"
#include "vp8/common/reconinter.h"
#include "quantize.h"
#include "
vp8/encoder/
quantize.h"
#include "tokenize.h"
#include "vp8/common/invtrans.h"
#include "vpx_mem/vpx_mem.h"
...
...
vp8/encoder/onyx_if.c
View file @
798b54a0
...
...
@@ -17,7 +17,7 @@
#include "vp8/common/blockd.h"
#include "onyx_int.h"
#include "vp8/common/systemdependent.h"
#include "quantize.h"
#include "
vp8/encoder/
quantize.h"
#include "vp8/common/alloccommon.h"
#include "mcomp.h"
#include "firstpass.h"
...
...
vp8/encoder/onyx_int.h
View file @
798b54a0
...
...
@@ -20,7 +20,7 @@
#include "vp8/common/onyxc_int.h"
#include "vpx_dsp/variance.h"
#include "encodemb.h"
#include "quantize.h"
#include "
vp8/encoder/
quantize.h"
#include "vp8/common/entropy.h"
#include "vp8/common/threading.h"
#include "vpx_ports/mem.h"
...
...
vp8/encoder/picklpf.c
View file @
798b54a0
...
...
@@ -13,7 +13,7 @@
#include "./vpx_scale_rtcd.h"
#include "vp8/common/onyxc_int.h"
#include "onyx_int.h"
#include "quantize.h"
#include "
vp8/encoder/
quantize.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_scale/vpx_scale.h"
#include "vp8/common/alloccommon.h"
...
...
vp8/encoder/rdopt.c
View file @
798b54a0
...
...
@@ -28,7 +28,7 @@
#include "vp8/common/findnearmv.h"
#include "vp8/common/quant_common.h"
#include "encodemb.h"
#include "quantize.h"
#include "
vp8/encoder/
quantize.h"
#include "vpx_dsp/variance.h"
#include "mcomp.h"
#include "rdopt.h"
...
...
vp8/encoder/temporal_filter.c
View file @
798b54a0
...
...
@@ -12,7 +12,7 @@
#include "vp8/common/onyxc_int.h"
#include "onyx_int.h"
#include "vp8/common/systemdependent.h"
#include "quantize.h"
#include "
vp8/encoder/
quantize.h"
#include "vp8/common/alloccommon.h"
#include "mcomp.h"
#include "firstpass.h"
...
...
vp8/encoder/quantize.c
→
vp8/encoder/
vp8_
quantize.c
View file @
798b54a0
...
...
@@ -13,7 +13,7 @@
#include "vpx_mem/vpx_mem.h"
#include "onyx_int.h"
#include "quantize.h"
#include "
vp8/encoder/
quantize.h"
#include "vp8/common/quant_common.h"
void
vp8_fast_quantize_b_c
(
BLOCK
*
b
,
BLOCKD
*
d
)
...
...
vp8/encoder/x86/quantize_sse2.c
→
vp8/encoder/x86/
vp8_
quantize_sse2.c
View file @
798b54a0
File moved
vp8/vp8cx.mk
View file @
798b54a0
...
...
@@ -60,7 +60,7 @@ VP8_CX_SRCS-yes += encoder/modecosts.c
VP8_CX_SRCS-yes
+=
encoder/onyx_if.c
VP8_CX_SRCS-yes
+=
encoder/pickinter.c
VP8_CX_SRCS-yes
+=
encoder/picklpf.c
VP8_CX_SRCS-yes
+=
encoder/quantize.c
VP8_CX_SRCS-yes
+=
encoder/
vp8_
quantize.c
VP8_CX_SRCS-yes
+=
encoder/ratectrl.c
VP8_CX_SRCS-yes
+=
encoder/rdopt.c
VP8_CX_SRCS-yes
+=
encoder/segmentation.c
...
...
@@ -84,7 +84,7 @@ VP8_CX_SRCS-$(HAVE_MMX) += encoder/x86/dct_mmx.asm
VP8_CX_SRCS-$(HAVE_MMX)
+=
encoder/x86/vp8_enc_stubs_mmx.c
VP8_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/dct_sse2.asm
VP8_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/fwalsh_sse2.asm
VP8_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/quantize_sse2.c
VP8_CX_SRCS-$(HAVE_SSE2)
+=
encoder/x86/
vp8_
quantize_sse2.c
VP8_CX_SRCS-$(HAVE_SSSE3)
+=
encoder/x86/quantize_ssse3.c
VP8_CX_SRCS-$(HAVE_SSE4_1)
+=
encoder/x86/quantize_sse4.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment