Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
c5f11912
Commit
c5f11912
authored
Aug 31, 2015
by
Johann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include vpx_dsp_common.h when using VPXMIN/MAX
Change-Id: I2e387a06484a06301f3cd6600c4ba2f4335b61ee
parent
9a9b1cf7
Changes
62
Show whitespace changes
Inline
Side-by-side
Showing
62 changed files
with
66 additions
and
2 deletions
+66
-2
vp10/common/blockd.h
vp10/common/blockd.h
+1
-0
vp10/common/common_data.h
vp10/common/common_data.h
+1
-0
vp10/common/loopfilter.c
vp10/common/loopfilter.c
+1
-0
vp10/common/postproc.c
vp10/common/postproc.c
+1
-0
vp10/common/pred_common.h
vp10/common/pred_common.h
+1
-0
vp10/common/thread_common.c
vp10/common/thread_common.c
+1
-0
vp10/common/tile_common.c
vp10/common/tile_common.c
+1
-1
vp10/decoder/decodeframe.c
vp10/decoder/decodeframe.c
+1
-0
vp10/decoder/decodemv.c
vp10/decoder/decodemv.c
+2
-0
vp10/encoder/aq_complexity.c
vp10/encoder/aq_complexity.c
+1
-0
vp10/encoder/aq_cyclicrefresh.c
vp10/encoder/aq_cyclicrefresh.c
+1
-0
vp10/encoder/bitstream.c
vp10/encoder/bitstream.c
+1
-0
vp10/encoder/denoiser.c
vp10/encoder/denoiser.c
+1
-0
vp10/encoder/encodeframe.c
vp10/encoder/encodeframe.c
+1
-0
vp10/encoder/encodemv.c
vp10/encoder/encodemv.c
+2
-0
vp10/encoder/encoder.c
vp10/encoder/encoder.c
+1
-0
vp10/encoder/ethread.c
vp10/encoder/ethread.c
+1
-0
vp10/encoder/extend.c
vp10/encoder/extend.c
+1
-0
vp10/encoder/firstpass.c
vp10/encoder/firstpass.c
+1
-0
vp10/encoder/mbgraph.c
vp10/encoder/mbgraph.c
+1
-0
vp10/encoder/mcomp.c
vp10/encoder/mcomp.c
+1
-0
vp10/encoder/picklpf.c
vp10/encoder/picklpf.c
+1
-0
vp10/encoder/ratectrl.c
vp10/encoder/ratectrl.c
+1
-0
vp10/encoder/rd.c
vp10/encoder/rd.c
+1
-0
vp10/encoder/rdopt.c
vp10/encoder/rdopt.c
+1
-0
vp10/encoder/speed_features.c
vp10/encoder/speed_features.c
+1
-0
vp10/encoder/temporal_filter.c
vp10/encoder/temporal_filter.c
+1
-0
vp10/vp10_dx_iface.c
vp10/vp10_dx_iface.c
+1
-0
vp8/encoder/mcomp.c
vp8/encoder/mcomp.c
+1
-0
vp8/encoder/mr_dissim.c
vp8/encoder/mr_dissim.c
+1
-0
vp8/encoder/pickinter.c
vp8/encoder/pickinter.c
+1
-0
vp8/vp8_dx_iface.c
vp8/vp8_dx_iface.c
+1
-0
vp9/common/vp9_blockd.h
vp9/common/vp9_blockd.h
+1
-0
vp9/common/vp9_common_data.c
vp9/common/vp9_common_data.c
+1
-0
vp9/common/vp9_loopfilter.c
vp9/common/vp9_loopfilter.c
+1
-0
vp9/common/vp9_postproc.c
vp9/common/vp9_postproc.c
+1
-0
vp9/common/vp9_pred_common.h
vp9/common/vp9_pred_common.h
+1
-0
vp9/common/vp9_thread_common.c
vp9/common/vp9_thread_common.c
+1
-0
vp9/common/vp9_tile_common.c
vp9/common/vp9_tile_common.c
+1
-1
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decodeframe.c
+1
-0
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decodemv.c
+2
-0
vp9/encoder/vp9_aq_complexity.c
vp9/encoder/vp9_aq_complexity.c
+1
-0
vp9/encoder/vp9_aq_cyclicrefresh.c
vp9/encoder/vp9_aq_cyclicrefresh.c
+1
-0
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_bitstream.c
+1
-0
vp9/encoder/vp9_denoiser.c
vp9/encoder/vp9_denoiser.c
+1
-0
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodeframe.c
+1
-0
vp9/encoder/vp9_encodemv.c
vp9/encoder/vp9_encodemv.c
+2
-0
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.c
+1
-0
vp9/encoder/vp9_ethread.c
vp9/encoder/vp9_ethread.c
+1
-0
vp9/encoder/vp9_extend.c
vp9/encoder/vp9_extend.c
+1
-0
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_firstpass.c
+1
-0
vp9/encoder/vp9_mbgraph.c
vp9/encoder/vp9_mbgraph.c
+1
-0
vp9/encoder/vp9_mcomp.c
vp9/encoder/vp9_mcomp.c
+1
-0
vp9/encoder/vp9_pickmode.c
vp9/encoder/vp9_pickmode.c
+1
-0
vp9/encoder/vp9_ratectrl.c
vp9/encoder/vp9_ratectrl.c
+1
-0
vp9/encoder/vp9_rd.c
vp9/encoder/vp9_rd.c
+1
-0
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_rdopt.c
+1
-0
vp9/encoder/vp9_speed_features.c
vp9/encoder/vp9_speed_features.c
+1
-0
vp9/encoder/vp9_svc_layercontext.c
vp9/encoder/vp9_svc_layercontext.c
+1
-0
vp9/encoder/vp9_temporal_filter.c
vp9/encoder/vp9_temporal_filter.c
+1
-0
vpx_dsp/bitreader.c
vpx_dsp/bitreader.c
+1
-0
vpx_dsp/vpx_dsp_common.h
vpx_dsp/vpx_dsp_common.h
+1
-0
No files found.
vp10/common/blockd.h
View file @
c5f11912
...
...
@@ -14,6 +14,7 @@
#include "./vpx_config.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_ports/mem.h"
#include "vpx_scale/yv12config.h"
...
...
vp10/common/common_data.h
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "vp10/common/enums.h"
#include "vpx/vpx_integer.h"
#include "vpx_dsp/vpx_dsp_common.h"
#ifdef __cplusplus
extern
"C"
{
...
...
vp10/common/loopfilter.c
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "vp10/common/loopfilter.h"
#include "vp10/common/onyxc_int.h"
#include "vp10/common/reconinter.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
...
...
vp10/common/postproc.c
View file @
c5f11912
...
...
@@ -16,6 +16,7 @@
#include "./vpx_scale_rtcd.h"
#include "./vp10_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/system_state.h"
#include "vpx_scale/vpx_scale.h"
...
...
vp10/common/pred_common.h
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "vp10/common/blockd.h"
#include "vp10/common/onyxc_int.h"
#include "vpx_dsp/vpx_dsp_common.h"
#ifdef __cplusplus
extern
"C"
{
...
...
vp10/common/thread_common.c
View file @
c5f11912
...
...
@@ -9,6 +9,7 @@
*/
#include "./vpx_config.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vp10/common/entropymode.h"
#include "vp10/common/thread_common.h"
...
...
vp10/common/tile_common.c
View file @
c5f11912
...
...
@@ -9,8 +9,8 @@
*/
#include "vp10/common/tile_common.h"
#include "vp10/common/onyxc_int.h"
#include "vpx_dsp/vpx_dsp_common.h"
#define MIN_TILE_WIDTH_B64 4
#define MAX_TILE_WIDTH_B64 64
...
...
vp10/decoder/decodeframe.c
View file @
c5f11912
...
...
@@ -17,6 +17,7 @@
#include "vpx_dsp/bitreader_buffer.h"
#include "vpx_dsp/bitreader.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/mem_ops.h"
...
...
vp10/decoder/decodemv.c
View file @
c5f11912
...
...
@@ -22,6 +22,8 @@
#include "vp10/decoder/decodemv.h"
#include "vp10/decoder/decodeframe.h"
#include "vpx_dsp/vpx_dsp_common.h"
static
PREDICTION_MODE
read_intra_mode
(
vpx_reader
*
r
,
const
vpx_prob
*
p
)
{
return
(
PREDICTION_MODE
)
vpx_read_tree
(
r
,
vp10_intra_mode_tree
,
p
);
}
...
...
vp10/encoder/aq_complexity.c
View file @
c5f11912
...
...
@@ -16,6 +16,7 @@
#include "vp10/encoder/encodeframe.h"
#include "vp10/common/seg_common.h"
#include "vp10/encoder/segmentation.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_ports/system_state.h"
#define AQ_C_SEGMENTS 5
...
...
vp10/encoder/aq_cyclicrefresh.c
View file @
c5f11912
...
...
@@ -15,6 +15,7 @@
#include "vp10/encoder/aq_cyclicrefresh.h"
#include "vp10/encoder/ratectrl.h"
#include "vp10/encoder/segmentation.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_ports/system_state.h"
struct
CYCLIC_REFRESH
{
...
...
vp10/encoder/bitstream.c
View file @
c5f11912
...
...
@@ -14,6 +14,7 @@
#include "vpx/vpx_encoder.h"
#include "vpx_dsp/bitwriter_buffer.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem_ops.h"
#include "vpx_ports/system_state.h"
...
...
vp10/encoder/denoiser.c
View file @
c5f11912
...
...
@@ -11,6 +11,7 @@
#include <assert.h>
#include <limits.h>
#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_scale/yv12config.h"
#include "vpx/vpx_integer.h"
#include "vp10/common/reconinter.h"
...
...
vp10/encoder/encodeframe.c
View file @
c5f11912
...
...
@@ -16,6 +16,7 @@
#include "./vpx_dsp_rtcd.h"
#include "./vpx_config.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/vpx_timer.h"
#include "vpx_ports/system_state.h"
...
...
vp10/encoder/encodemv.c
View file @
c5f11912
...
...
@@ -16,6 +16,8 @@
#include "vp10/encoder/cost.h"
#include "vp10/encoder/encodemv.h"
#include "vpx_dsp/vpx_dsp_common.h"
static
struct
vp10_token
mv_joint_encodings
[
MV_JOINTS
];
static
struct
vp10_token
mv_class_encodings
[
MV_CLASSES
];
static
struct
vp10_token
mv_fp_encodings
[
MV_FP_SIZE
];
...
...
vp10/encoder/encoder.c
View file @
c5f11912
...
...
@@ -51,6 +51,7 @@
#if CONFIG_INTERNAL_STATS
#include "vpx_dsp/ssim.h"
#endif
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_dsp/vpx_filter.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/system_state.h"
...
...
vp10/encoder/ethread.c
View file @
c5f11912
...
...
@@ -11,6 +11,7 @@
#include "vp10/encoder/encodeframe.h"
#include "vp10/encoder/encoder.h"
#include "vp10/encoder/ethread.h"
#include "vpx_dsp/vpx_dsp_common.h"
static
void
accumulate_rd_opt
(
ThreadData
*
td
,
ThreadData
*
td_t
)
{
int
i
,
j
,
k
,
l
,
m
,
n
;
...
...
vp10/encoder/extend.c
View file @
c5f11912
...
...
@@ -8,6 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
...
...
vp10/encoder/firstpass.c
View file @
c5f11912
...
...
@@ -15,6 +15,7 @@
#include "./vpx_dsp_rtcd.h"
#include "./vpx_scale_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/system_state.h"
...
...
vp10/encoder/mbgraph.c
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "./vp10_rtcd.h"
#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/system_state.h"
#include "vp10/encoder/segmentation.h"
...
...
vp10/encoder/mcomp.c
View file @
c5f11912
...
...
@@ -15,6 +15,7 @@
#include "./vpx_config.h"
#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
...
...
vp10/encoder/picklpf.c
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "./vpx_scale_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
...
...
vp10/encoder/ratectrl.c
View file @
c5f11912
...
...
@@ -15,6 +15,7 @@
#include <stdlib.h>
#include <string.h>
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/system_state.h"
...
...
vp10/encoder/rd.c
View file @
c5f11912
...
...
@@ -14,6 +14,7 @@
#include "./vp10_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/bitops.h"
#include "vpx_ports/mem.h"
...
...
vp10/encoder/rdopt.c
View file @
c5f11912
...
...
@@ -14,6 +14,7 @@
#include "./vp10_rtcd.h"
#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/system_state.h"
...
...
vp10/encoder/speed_features.c
View file @
c5f11912
...
...
@@ -14,6 +14,7 @@
#include "vp10/encoder/speed_features.h"
#include "vp10/encoder/rdopt.h"
#include "vpx_dsp/vpx_dsp_common.h"
// Intra only frames, golden frames (except alt ref overlays) and
// alt ref frames tend to be coded at a higher than ambient quality
...
...
vp10/encoder/temporal_filter.c
View file @
c5f11912
...
...
@@ -23,6 +23,7 @@
#include "vp10/encoder/ratectrl.h"
#include "vp10/encoder/segmentation.h"
#include "vp10/encoder/temporal_filter.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/vpx_timer.h"
...
...
vp10/vp10_dx_iface.c
View file @
c5f11912
...
...
@@ -18,6 +18,7 @@
#include "vpx/vp8dx.h"
#include "vpx/vpx_decoder.h"
#include "vpx_dsp/bitreader_buffer.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_util/vpx_thread.h"
#include "vp10/common/alloccommon.h"
...
...
vp8/encoder/mcomp.c
View file @
c5f11912
...
...
@@ -20,6 +20,7 @@
#include <math.h>
#include "vp8/common/findnearmv.h"
#include "vp8/common/common.h"
#include "vpx_dsp/vpx_dsp_common.h"
#ifdef VP8_ENTROPY_STATS
static
int
mv_ref_ct
[
31
]
[
4
]
[
2
];
...
...
vp8/encoder/mr_dissim.c
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "vpx_config.h"
#include "onyx_int.h"
#include "mr_dissim.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "rdopt.h"
#include "vp8/common/common.h"
...
...
vp8/encoder/pickinter.c
View file @
c5f11912
...
...
@@ -25,6 +25,7 @@
#include "vpx_dsp/variance.h"
#include "mcomp.h"
#include "rdopt.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#if CONFIG_TEMPORAL_DENOISING
#include "denoising.h"
...
...
vp8/vp8_dx_iface.c
View file @
c5f11912
...
...
@@ -22,6 +22,7 @@
#include "common/common.h"
#include "common/onyxd.h"
#include "decoder/onyxd_int.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#if CONFIG_ERROR_CONCEALMENT
#include "decoder/error_concealment.h"
...
...
vp9/common/vp9_blockd.h
View file @
c5f11912
...
...
@@ -14,6 +14,7 @@
#include "./vpx_config.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_ports/mem.h"
#include "vpx_scale/yv12config.h"
...
...
vp9/common/vp9_common_data.c
View file @
c5f11912
...
...
@@ -9,6 +9,7 @@
*/
#include "vp9/common/vp9_common_data.h"
#include "vpx_dsp/vpx_dsp_common.h"
// Log 2 conversion lookup tables for block width and height
const
uint8_t
b_width_log2_lookup
[
BLOCK_SIZES
]
=
...
...
vp9/common/vp9_loopfilter.c
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "vp9/common/vp9_loopfilter.h"
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_reconinter.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
...
...
vp9/common/vp9_postproc.c
View file @
c5f11912
...
...
@@ -16,6 +16,7 @@
#include "./vpx_scale_rtcd.h"
#include "./vp9_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/system_state.h"
#include "vpx_scale/vpx_scale.h"
...
...
vp9/common/vp9_pred_common.h
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_onyxc_int.h"
#include "vpx_dsp/vpx_dsp_common.h"
#ifdef __cplusplus
extern
"C"
{
...
...
vp9/common/vp9_thread_common.c
View file @
c5f11912
...
...
@@ -9,6 +9,7 @@
*/
#include "./vpx_config.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vp9/common/vp9_entropymode.h"
#include "vp9/common/vp9_thread_common.h"
...
...
vp9/common/vp9_tile_common.c
View file @
c5f11912
...
...
@@ -9,8 +9,8 @@
*/
#include "vp9/common/vp9_tile_common.h"
#include "vp9/common/vp9_onyxc_int.h"
#include "vpx_dsp/vpx_dsp_common.h"
#define MIN_TILE_WIDTH_B64 4
#define MAX_TILE_WIDTH_B64 64
...
...
vp9/decoder/vp9_decodeframe.c
View file @
c5f11912
...
...
@@ -17,6 +17,7 @@
#include "vpx_dsp/bitreader_buffer.h"
#include "vpx_dsp/bitreader.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/mem_ops.h"
...
...
vp9/decoder/vp9_decodemv.c
View file @
c5f11912
...
...
@@ -22,6 +22,8 @@
#include "vp9/decoder/vp9_decodemv.h"
#include "vp9/decoder/vp9_decodeframe.h"
#include "vpx_dsp/vpx_dsp_common.h"
static
PREDICTION_MODE
read_intra_mode
(
vpx_reader
*
r
,
const
vpx_prob
*
p
)
{
return
(
PREDICTION_MODE
)
vpx_read_tree
(
r
,
vp9_intra_mode_tree
,
p
);
}
...
...
vp9/encoder/vp9_aq_complexity.c
View file @
c5f11912
...
...
@@ -10,6 +10,7 @@
#include <limits.h>
#include <math.h>
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_ports/system_state.h"
#include "vp9/encoder/vp9_aq_complexity.h"
...
...
vp9/encoder/vp9_aq_cyclicrefresh.c
View file @
c5f11912
...
...
@@ -11,6 +11,7 @@
#include <limits.h>
#include <math.h>
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_ports/system_state.h"
#include "vp9/encoder/vp9_aq_cyclicrefresh.h"
...
...
vp9/encoder/vp9_bitstream.c
View file @
c5f11912
...
...
@@ -14,6 +14,7 @@
#include "vpx/vpx_encoder.h"
#include "vpx_dsp/bitwriter_buffer.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem_ops.h"
#include "vpx_ports/system_state.h"
...
...
vp9/encoder/vp9_denoiser.c
View file @
c5f11912
...
...
@@ -11,6 +11,7 @@
#include <assert.h>
#include <limits.h>
#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_scale/yv12config.h"
#include "vpx/vpx_integer.h"
#include "vp9/common/vp9_reconinter.h"
...
...
vp9/encoder/vp9_encodeframe.c
View file @
c5f11912
...
...
@@ -16,6 +16,7 @@
#include "./vpx_dsp_rtcd.h"
#include "./vpx_config.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/vpx_timer.h"
#include "vpx_ports/system_state.h"
...
...
vp9/encoder/vp9_encodemv.c
View file @
c5f11912
...
...
@@ -16,6 +16,8 @@
#include "vp9/encoder/vp9_cost.h"
#include "vp9/encoder/vp9_encodemv.h"
#include "vpx_dsp/vpx_dsp_common.h"
static
struct
vp9_token
mv_joint_encodings
[
MV_JOINTS
];
static
struct
vp9_token
mv_class_encodings
[
MV_CLASSES
];
static
struct
vp9_token
mv_fp_encodings
[
MV_FP_SIZE
];
...
...
vp9/encoder/vp9_encoder.c
View file @
c5f11912
...
...
@@ -17,6 +17,7 @@
#include "./vpx_dsp_rtcd.h"
#include "./vpx_scale_rtcd.h"
#include "vpx/internal/vpx_psnr.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_dsp/vpx_filter.h"
#if CONFIG_INTERNAL_STATS
#include "vpx_dsp/ssim.h"
...
...
vp9/encoder/vp9_ethread.c
View file @
c5f11912
...
...
@@ -11,6 +11,7 @@
#include "vp9/encoder/vp9_encodeframe.h"
#include "vp9/encoder/vp9_encoder.h"
#include "vp9/encoder/vp9_ethread.h"
#include "vpx_dsp/vpx_dsp_common.h"
static
void
accumulate_rd_opt
(
ThreadData
*
td
,
ThreadData
*
td_t
)
{
int
i
,
j
,
k
,
l
,
m
,
n
;
...
...
vp9/encoder/vp9_extend.c
View file @
c5f11912
...
...
@@ -8,6 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
...
...
vp9/encoder/vp9_firstpass.c
View file @
c5f11912
...
...
@@ -15,6 +15,7 @@
#include "./vpx_dsp_rtcd.h"
#include "./vpx_scale_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/system_state.h"
...
...
vp9/encoder/vp9_mbgraph.c
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "./vp9_rtcd.h"
#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/system_state.h"
#include "vp9/encoder/vp9_segmentation.h"
...
...
vp9/encoder/vp9_mcomp.c
View file @
c5f11912
...
...
@@ -15,6 +15,7 @@
#include "./vpx_config.h"
#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
...
...
vp9/encoder/vp9_pickmode.c
View file @
c5f11912
...
...
@@ -16,6 +16,7 @@
#include "./vp9_rtcd.h"
#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
...
...
vp9/encoder/vp9_ratectrl.c
View file @
c5f11912
...
...
@@ -15,6 +15,7 @@
#include <stdlib.h>
#include <string.h>
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/system_state.h"
...
...
vp9/encoder/vp9_rd.c
View file @
c5f11912
...
...
@@ -14,6 +14,7 @@
#include "./vp9_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/bitops.h"
#include "vpx_ports/mem.h"
...
...
vp9/encoder/vp9_rdopt.c
View file @
c5f11912
...
...
@@ -14,6 +14,7 @@
#include "./vp9_rtcd.h"
#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/system_state.h"
...
...
vp9/encoder/vp9_speed_features.c
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "vp9/encoder/vp9_encoder.h"
#include "vp9/encoder/vp9_speed_features.h"
#include "vp9/encoder/vp9_rdopt.h"
#include "vpx_dsp/vpx_dsp_common.h"
// Intra only frames, golden frames (except alt ref overlays) and
...
...
vp9/encoder/vp9_svc_layercontext.c
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "vp9/encoder/vp9_encoder.h"
#include "vp9/encoder/vp9_svc_layercontext.h"
#include "vp9/encoder/vp9_extend.h"
#include "vpx_dsp/vpx_dsp_common.h"
#define SMALL_FRAME_FB_IDX 7
#define SMALL_FRAME_WIDTH 32
...
...
vp9/encoder/vp9_temporal_filter.c
View file @
c5f11912
...
...
@@ -23,6 +23,7 @@
#include "vp9/encoder/vp9_ratectrl.h"
#include "vp9/encoder/vp9_segmentation.h"
#include "vp9/encoder/vp9_temporal_filter.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"
#include "vpx_ports/vpx_timer.h"
...
...
vpx_dsp/bitreader.c
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "vpx_dsp/bitreader.h"
#include "vpx_dsp/prob.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_ports/mem.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_util/endian_inl.h"
...
...
vpx_dsp/vpx_dsp_common.h
View file @
c5f11912
...
...
@@ -13,6 +13,7 @@
#include "./vpx_config.h"
#include "vpx/vpx_integer.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_ports/mem.h"
#ifdef __cplusplus
...
...
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