Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
libvpx
Commits
c6787398
Commit
c6787398
authored
Nov 28, 2012
by
Jim Bankoski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed includes to be fully specified
Change-Id: Ia1cce221f8511561b9cbd8edb7726fbc286ff243
parent
926d95cd
Changes
91
Hide whitespace changes
Inline
Side-by-side
Showing
91 changed files
with
204 additions
and
205 deletions
+204
-205
vp9/common/arm/vp9_bilinearfilter_arm.c
vp9/common/arm/vp9_bilinearfilter_arm.c
+1
-1
vp9/common/ppc/vp9_loopfilter_altivec.c
vp9/common/ppc/vp9_loopfilter_altivec.c
+2
-2
vp9/common/ppc/vp9_systemdependent.c
vp9/common/ppc/vp9_systemdependent.c
+3
-3
vp9/common/vp9_alloccommon.c
vp9/common/vp9_alloccommon.c
+6
-6
vp9/common/vp9_alloccommon.h
vp9/common/vp9_alloccommon.h
+1
-1
vp9/common/vp9_blockd.c
vp9/common/vp9_blockd.c
+1
-1
vp9/common/vp9_blockd.h
vp9/common/vp9_blockd.h
+4
-4
vp9/common/vp9_common.h
vp9/common/vp9_common.h
+1
-1
vp9/common/vp9_context.c
vp9/common/vp9_context.c
+1
-1
vp9/common/vp9_debugmodes.c
vp9/common/vp9_debugmodes.c
+1
-1
vp9/common/vp9_entropy.c
vp9/common/vp9_entropy.c
+6
-6
vp9/common/vp9_entropy.h
vp9/common/vp9_entropy.h
+4
-4
vp9/common/vp9_entropymode.c
vp9/common/vp9_entropymode.c
+2
-2
vp9/common/vp9_entropymode.h
vp9/common/vp9_entropymode.h
+2
-2
vp9/common/vp9_entropymv.c
vp9/common/vp9_entropymv.c
+2
-2
vp9/common/vp9_entropymv.h
vp9/common/vp9_entropymv.h
+2
-2
vp9/common/vp9_extend.c
vp9/common/vp9_extend.c
+1
-1
vp9/common/vp9_filter.c
vp9/common/vp9_filter.c
+1
-1
vp9/common/vp9_findnearmv.c
vp9/common/vp9_findnearmv.c
+1
-1
vp9/common/vp9_findnearmv.h
vp9/common/vp9_findnearmv.h
+4
-4
vp9/common/vp9_invtrans.c
vp9/common/vp9_invtrans.c
+1
-1
vp9/common/vp9_invtrans.h
vp9/common/vp9_invtrans.h
+1
-1
vp9/common/vp9_loopfilter.c
vp9/common/vp9_loopfilter.c
+2
-2
vp9/common/vp9_loopfilter.h
vp9/common/vp9_loopfilter.h
+1
-1
vp9/common/vp9_loopfilter_filters.c
vp9/common/vp9_loopfilter_filters.c
+2
-2
vp9/common/vp9_mbpitch.c
vp9/common/vp9_mbpitch.c
+1
-1
vp9/common/vp9_modecont.c
vp9/common/vp9_modecont.c
+1
-1
vp9/common/vp9_modecontext.c
vp9/common/vp9_modecontext.c
+1
-1
vp9/common/vp9_mvref_common.c
vp9/common/vp9_mvref_common.c
+1
-1
vp9/common/vp9_mvref_common.h
vp9/common/vp9_mvref_common.h
+2
-2
vp9/common/vp9_onyx.h
vp9/common/vp9_onyx.h
+2
-2
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_onyxc_int.h
+6
-6
vp9/common/vp9_onyxd.h
vp9/common/vp9_onyxd.h
+2
-2
vp9/common/vp9_postproc.c
vp9/common/vp9_postproc.c
+2
-2
vp9/common/vp9_postproc.h
vp9/common/vp9_postproc.h
+2
-2
vp9/common/vp9_pred_common.h
vp9/common/vp9_pred_common.h
+2
-2
vp9/common/vp9_quant_common.c
vp9/common/vp9_quant_common.c
+1
-1
vp9/common/vp9_quant_common.h
vp9/common/vp9_quant_common.h
+2
-2
vp9/common/vp9_recon.c
vp9/common/vp9_recon.c
+1
-1
vp9/common/vp9_reconinter.c
vp9/common/vp9_reconinter.c
+3
-3
vp9/common/vp9_reconinter.h
vp9/common/vp9_reconinter.h
+1
-1
vp9/common/vp9_reconintra.c
vp9/common/vp9_reconintra.c
+1
-1
vp9/common/vp9_reconintra.h
vp9/common/vp9_reconintra.h
+1
-1
vp9/common/vp9_reconintra4x4.c
vp9/common/vp9_reconintra4x4.c
+1
-1
vp9/common/vp9_seg_common.h
vp9/common/vp9_seg_common.h
+2
-2
vp9/common/vp9_setupintrarecon.c
vp9/common/vp9_setupintrarecon.c
+1
-1
vp9/common/vp9_swapyv12buffer.c
vp9/common/vp9_swapyv12buffer.c
+1
-1
vp9/common/vp9_treecoder.c
vp9/common/vp9_treecoder.c
+1
-1
vp9/decoder/vp9_asm_dec_offsets.c
vp9/decoder/vp9_asm_dec_offsets.c
+1
-1
vp9/decoder/vp9_dboolhuff.c
vp9/decoder/vp9_dboolhuff.c
+1
-1
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decodemv.c
+2
-2
vp9/decoder/vp9_decodemv.h
vp9/decoder/vp9_decodemv.h
+1
-1
vp9/decoder/vp9_decodframe.c
vp9/decoder/vp9_decodframe.c
+4
-4
vp9/decoder/vp9_dequantize.c
vp9/decoder/vp9_dequantize.c
+2
-2
vp9/decoder/vp9_detokenize.c
vp9/decoder/vp9_detokenize.c
+2
-2
vp9/decoder/vp9_detokenize.h
vp9/decoder/vp9_detokenize.h
+1
-1
vp9/decoder/vp9_onyxd_if.c
vp9/decoder/vp9_onyxd_if.c
+2
-2
vp9/decoder/vp9_onyxd_int.h
vp9/decoder/vp9_onyxd_int.h
+2
-2
vp9/decoder/vp9_treereader.h
vp9/decoder/vp9_treereader.h
+1
-1
vp9/encoder/vp9_asm_enc_offsets.c
vp9/encoder/vp9_asm_enc_offsets.c
+4
-4
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_bitstream.c
+4
-4
vp9/encoder/vp9_boolhuff.c
vp9/encoder/vp9_boolhuff.c
+1
-1
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodeframe.c
+6
-6
vp9/encoder/vp9_encodeintra.c
vp9/encoder/vp9_encodeintra.c
+3
-3
vp9/encoder/vp9_encodeintra.h
vp9/encoder/vp9_encodeintra.h
+1
-1
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_encodemb.c
+4
-4
vp9/encoder/vp9_encodemb.h
vp9/encoder/vp9_encodemb.h
+2
-2
vp9/encoder/vp9_encodemv.c
vp9/encoder/vp9_encodemv.c
+1
-1
vp9/encoder/vp9_encodemv.h
vp9/encoder/vp9_encodemv.h
+1
-1
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_firstpass.c
+10
-10
vp9/encoder/vp9_lookahead.c
vp9/encoder/vp9_lookahead.c
+1
-1
vp9/encoder/vp9_mcomp.c
vp9/encoder/vp9_mcomp.c
+1
-1
vp9/encoder/vp9_mcomp.h
vp9/encoder/vp9_mcomp.h
+2
-2
vp9/encoder/vp9_modecosts.c
vp9/encoder/vp9_modecosts.c
+2
-2
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_if.c
+9
-10
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_onyx_int.h
+7
-7
vp9/encoder/vp9_picklpf.c
vp9/encoder/vp9_picklpf.c
+2
-2
vp9/encoder/vp9_quantize.c
vp9/encoder/vp9_quantize.c
+2
-2
vp9/encoder/vp9_quantize.h
vp9/encoder/vp9_quantize.h
+1
-1
vp9/encoder/vp9_ratectrl.c
vp9/encoder/vp9_ratectrl.c
+2
-2
vp9/encoder/vp9_ratectrl.h
vp9/encoder/vp9_ratectrl.h
+1
-1
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_rdopt.c
+11
-11
vp9/encoder/vp9_segmentation.c
vp9/encoder/vp9_segmentation.c
+1
-1
vp9/encoder/vp9_segmentation.h
vp9/encoder/vp9_segmentation.h
+1
-1
vp9/encoder/vp9_ssim.c
vp9/encoder/vp9_ssim.c
+1
-1
vp9/encoder/vp9_temporal_filter.c
vp9/encoder/vp9_temporal_filter.c
+7
-7
vp9/encoder/vp9_tokenize.c
vp9/encoder/vp9_tokenize.c
+2
-2
vp9/encoder/vp9_tokenize.h
vp9/encoder/vp9_tokenize.h
+1
-1
vp9/encoder/vp9_treewriter.c
vp9/encoder/vp9_treewriter.c
+1
-1
vp9/encoder/vp9_treewriter.h
vp9/encoder/vp9_treewriter.h
+1
-1
vp9/encoder/vp9_variance_c.c
vp9/encoder/vp9_variance_c.c
+1
-1
No files found.
vp9/common/arm/vp9_bilinearfilter_arm.c
View file @
c6787398
...
...
@@ -12,7 +12,7 @@
#include <math.h>
#include "vp9/common/vp9_filter.h"
#include "vp9/common/vp9_subpixel.h"
#include "vp9_bilinearfilter_arm.h"
#include "vp9
/common/arm/vp9
_bilinearfilter_arm.h"
void
vp9_filter_block2d_bil_armv6
(
...
...
vp9/common/ppc/vp9_loopfilter_altivec.c
View file @
c6787398
...
...
@@ -9,8 +9,8 @@
*/
#include "vp9_loopfilter.h"
#include "vp9_onyxc_int.h"
#include "vp9
/common/vp9
_loopfilter.h"
#include "vp9
/common/vp9
_onyxc_int.h"
typedef
void
loop_filter_function_y_ppc
(
...
...
vp9/common/ppc/vp9_systemdependent.c
View file @
c6787398
...
...
@@ -8,10 +8,10 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "vp9_subpixel.h"
#include "vp9_loopfilter.h"
#include "vp9
/common/vp9
_subpixel.h"
#include "vp9
/common/vp9
_loopfilter.h"
#include "recon.h"
#include "vp9_onyxc_int.h"
#include "vp9
/common/vp9
_onyxc_int.h"
void
(
*
vp8_short_idct4x4
)(
short
*
input
,
short
*
output
,
int
pitch
);
void
(
*
vp8_short_idct4x4_1
)(
short
*
input
,
short
*
output
,
int
pitch
);
...
...
vp9/common/vp9_alloccommon.c
View file @
c6787398
...
...
@@ -10,13 +10,13 @@
#include "vpx_ports/config.h"
#include "vp9_blockd.h"
#include "vp9
/common/vp9
_blockd.h"
#include "vpx_mem/vpx_mem.h"
#include "vp9_onyxc_int.h"
#include "vp9_findnearmv.h"
#include "vp9_entropymode.h"
#include "vp9_entropymv.h"
#include "vp9_systemdependent.h"
#include "vp9
/common/vp9
_onyxc_int.h"
#include "vp9
/common/vp9
_findnearmv.h"
#include "vp9
/common/vp9
_entropymode.h"
#include "vp9
/common/vp9
_entropymv.h"
#include "vp9
/common/vp9
_systemdependent.h"
void
vp9_update_mode_info_border
(
VP9_COMMON
*
cpi
,
MODE_INFO
*
mi_base
)
{
...
...
vp9/common/vp9_alloccommon.h
View file @
c6787398
...
...
@@ -12,7 +12,7 @@
#ifndef __INC_ALLOCCOMMON_H
#define __INC_ALLOCCOMMON_H
#include "vp9_onyxc_int.h"
#include "vp9
/common/vp9
_onyxc_int.h"
void
vp9_create_common
(
VP9_COMMON
*
oci
);
void
vp9_remove_common
(
VP9_COMMON
*
oci
);
...
...
vp9/common/vp9_blockd.c
View file @
c6787398
...
...
@@ -9,7 +9,7 @@
*/
#include "vp9_blockd.h"
#include "vp9
/common/vp9
_blockd.h"
#include "vpx_mem/vpx_mem.h"
...
...
vp9/common/vp9_blockd.h
View file @
c6787398
...
...
@@ -16,11 +16,11 @@ void vpx_log(const char *format, ...);
#include "vpx_ports/config.h"
#include "vpx_scale/yv12config.h"
#include "vp9_mv.h"
#include "vp9_treecoder.h"
#include "vp9_subpixel.h"
#include "vp9
/common/vp9
_mv.h"
#include "vp9
/common/vp9
_treecoder.h"
#include "vp9
/common/vp9
_subpixel.h"
#include "vpx_ports/mem.h"
#include "vp9_common.h"
#include "vp9
/common/vp9
_common.h"
#define TRUE 1
#define FALSE 0
...
...
vp9/common/vp9_common.h
View file @
c6787398
...
...
@@ -18,7 +18,7 @@
#include "vpx_mem/vpx_mem.h"
#include "vp9_common_types.h"
#include "vp9
/common/vp9
_common_types.h"
/* Only need this for fixed-size arrays, for structs just assign. */
...
...
vp9/common/vp9_context.c
View file @
c6787398
...
...
@@ -9,7 +9,7 @@
*/
#include "vp9_entropy.h"
#include "vp9
/common/vp9
_entropy.h"
/* *** GENERATED FILE: DO NOT EDIT *** */
...
...
vp9/common/vp9_debugmodes.c
View file @
c6787398
...
...
@@ -9,7 +9,7 @@
*/
#include <stdio.h>
#include "vp9_blockd.h"
#include "vp9
/common/vp9
_blockd.h"
void
vp9_print_modes_and_motion_vectors
(
MODE_INFO
*
mi
,
int
rows
,
int
cols
,
int
frame
)
{
...
...
vp9/common/vp9_entropy.c
View file @
c6787398
...
...
@@ -11,11 +11,11 @@
#include <stdio.h>
#include "vp9_entropy.h"
#include "vp9
/common/vp9
_entropy.h"
#include "string.h"
#include "vp9_blockd.h"
#include "vp9_onyxc_int.h"
#include "vp9_entropymode.h"
#include "vp9
/common/vp9
_blockd.h"
#include "vp9
/common/vp9
_onyxc_int.h"
#include "vp9
/common/vp9
_entropymode.h"
#include "vpx_mem/vpx_mem.h"
#define uchar unsigned char
/* typedefs can clash */
...
...
@@ -26,7 +26,7 @@ typedef const uint cuint;
typedef
vp9_prob
Prob
;
#include "vp9_coefupdateprobs.h"
#include "vp9
/common/vp9
_coefupdateprobs.h"
const
int
vp9_i8x8_block
[
4
]
=
{
0
,
2
,
8
,
10
};
...
...
@@ -200,7 +200,7 @@ vp9_extra_bit_struct vp9_extra_bits[12] = {
{
0
,
0
,
0
,
0
}
};
#include "vp9_default_coef_probs.h"
#include "vp9
/common/vp9
_default_coef_probs.h"
void
vp9_default_coef_probs
(
VP9_COMMON
*
pc
)
{
vpx_memcpy
(
pc
->
fc
.
coef_probs
,
default_coef_probs
,
...
...
vp9/common/vp9_entropy.h
View file @
c6787398
...
...
@@ -12,10 +12,10 @@
#ifndef __INC_ENTROPY_H
#define __INC_ENTROPY_H
#include "vp9_treecoder.h"
#include "vp9_blockd.h"
#include "vp9_common.h"
#include "vp9_coefupdateprobs.h"
#include "vp9
/common/vp9
_treecoder.h"
#include "vp9
/common/vp9
_blockd.h"
#include "vp9
/common/vp9
_common.h"
#include "vp9
/common/vp9
_coefupdateprobs.h"
extern
const
int
vp9_i8x8_block
[
4
];
...
...
vp9/common/vp9_entropymode.c
View file @
c6787398
...
...
@@ -9,8 +9,8 @@
*/
#include "vp9_onyxc_int.h"
#include "vp9_modecont.h"
#include "vp9
/common/vp9
_onyxc_int.h"
#include "vp9
/common/vp9
_modecont.h"
#include "vpx_mem/vpx_mem.h"
...
...
vp9/common/vp9_entropymode.h
View file @
c6787398
...
...
@@ -12,8 +12,8 @@
#ifndef __INC_ENTROPYMODE_H
#define __INC_ENTROPYMODE_H
#include "vp9_blockd.h"
#include "vp9_treecoder.h"
#include "vp9
/common/vp9
_blockd.h"
#include "vp9
/common/vp9
_treecoder.h"
#define SUBMVREF_COUNT 5
#define VP9_NUMMBSPLITS 4
...
...
vp9/common/vp9_entropymv.c
View file @
c6787398
...
...
@@ -9,8 +9,8 @@
*/
#include "vp9_onyxc_int.h"
#include "vp9_entropymv.h"
#include "vp9
/common/vp9
_onyxc_int.h"
#include "vp9
/common/vp9
_entropymv.h"
//#define MV_COUNT_TESTING
...
...
vp9/common/vp9_entropymv.h
View file @
c6787398
...
...
@@ -12,9 +12,9 @@
#ifndef __INC_ENTROPYMV_H
#define __INC_ENTROPYMV_H
#include "vp9_treecoder.h"
#include "vp9
/common/vp9
_treecoder.h"
#include "vpx_config.h"
#include "vp9_blockd.h"
#include "vp9
/common/vp9
_blockd.h"
struct
VP9Common
;
...
...
vp9/common/vp9_extend.c
View file @
c6787398
...
...
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "vp9_extend.h"
#include "vp9
/common/vp9
_extend.h"
#include "vpx_mem/vpx_mem.h"
static
void
copy_and_extend_plane
(
unsigned
char
*
s
,
/* source */
...
...
vp9/common/vp9_filter.c
View file @
c6787398
...
...
@@ -10,7 +10,7 @@
#include <stdlib.h>
#include "vp9_filter.h"
#include "vp9
/common/vp9
_filter.h"
#include "vpx_ports/mem.h"
#include "vp9_rtcd.h"
...
...
vp9/common/vp9_findnearmv.c
View file @
c6787398
...
...
@@ -9,7 +9,7 @@
*/
#include "vp9_findnearmv.h"
#include "vp9
/common/vp9
_findnearmv.h"
#include "vp9/common/vp9_sadmxn.h"
#include "vp9/common/vp9_subpelvar.h"
#include <limits.h>
...
...
vp9/common/vp9_findnearmv.h
View file @
c6787398
...
...
@@ -12,10 +12,10 @@
#ifndef __INC_FINDNEARMV_H
#define __INC_FINDNEARMV_H
#include "vp9_mv.h"
#include "vp9_blockd.h"
#include "vp9_treecoder.h"
#include "vp9_onyxc_int.h"
#include "vp9
/common/vp9
_mv.h"
#include "vp9
/common/vp9
_blockd.h"
#include "vp9
/common/vp9
_treecoder.h"
#include "vp9
/common/vp9
_onyxc_int.h"
/* check a list of motion vectors by sad score using a number rows of pixels
* above and a number cols of pixels in the left to select the one with best
...
...
vp9/common/vp9_invtrans.c
View file @
c6787398
...
...
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "vp9_invtrans.h"
#include "vp9
/common/vp9
_invtrans.h"
#include "./vp9_rtcd.h"
static
void
recon_dcblock
(
MACROBLOCKD
*
xd
)
{
...
...
vp9/common/vp9_invtrans.h
View file @
c6787398
...
...
@@ -12,7 +12,7 @@
#define __INC_INVTRANS_H
#include "vpx_ports/config.h"
#include "vp9_blockd.h"
#include "vp9
/common/vp9
_blockd.h"
extern
void
vp9_inverse_transform_b_4x4
(
MACROBLOCKD
*
xd
,
int
block
,
int
pitch
);
...
...
vp9/common/vp9_loopfilter.c
View file @
c6787398
...
...
@@ -9,8 +9,8 @@
*/
#include "vpx_config.h"
#include "vp9_loopfilter.h"
#include "vp9_onyxc_int.h"
#include "vp9
/common/vp9
_loopfilter.h"
#include "vp9
/common/vp9
_onyxc_int.h"
#include "vpx_mem/vpx_mem.h"
#include "vp9/common/vp9_seg_common.h"
...
...
vp9/common/vp9_loopfilter.h
View file @
c6787398
...
...
@@ -13,7 +13,7 @@
#include "vpx_ports/mem.h"
#include "vpx_config.h"
#include "vp9_blockd.h"
#include "vp9
/common/vp9
_blockd.h"
#define MAX_LOOP_FILTER 63
...
...
vp9/common/vp9_loopfilter_filters.c
View file @
c6787398
...
...
@@ -10,8 +10,8 @@
#include <stdlib.h>
#include "vpx_config.h"
#include "vp9_loopfilter.h"
#include "vp9_onyxc_int.h"
#include "vp9
/common/vp9
_loopfilter.h"
#include "vp9
/common/vp9
_onyxc_int.h"
typedef
unsigned
char
uc
;
...
...
vp9/common/vp9_mbpitch.c
View file @
c6787398
...
...
@@ -9,7 +9,7 @@
*/
#include "vp9_blockd.h"
#include "vp9
/common/vp9
_blockd.h"
typedef
enum
{
PRED
=
0
,
...
...
vp9/common/vp9_modecont.c
View file @
c6787398
...
...
@@ -9,7 +9,7 @@
*/
#include "vp9_entropy.h"
#include "vp9
/common/vp9
_entropy.h"
const
int
vp9_default_mode_contexts
[
INTER_MODE_CONTEXTS
][
4
]
=
{
{
223
,
1
,
1
,
237
},
// 0,0 best: Only candidate
...
...
vp9/common/vp9_modecontext.c
View file @
c6787398
...
...
@@ -9,7 +9,7 @@
*/
#include "vp9_entropymode.h"
#include "vp9
/common/vp9
_entropymode.h"
const
unsigned
int
vp9_kf_default_bmode_counts
[
VP9_KF_BINTRAMODES
]
[
VP9_KF_BINTRAMODES
]
...
...
vp9/common/vp9_mvref_common.c
View file @
c6787398
...
...
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "vp9_mvref_common.h"
#include "vp9
/common/vp9
_mvref_common.h"
#define MVREF_NEIGHBOURS 8
static
int
mb_mv_ref_search
[
MVREF_NEIGHBOURS
][
2
]
=
{
...
...
vp9/common/vp9_mvref_common.h
View file @
c6787398
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "vp9_onyxc_int.h"
#include "vp9_blockd.h"
#include "vp9
/common/vp9
_onyxc_int.h"
#include "vp9
/common/vp9
_blockd.h"
#ifndef __INC_MVREF_COMMON_H
...
...
vp9/common/vp9_onyx.h
View file @
c6787398
...
...
@@ -20,8 +20,8 @@ extern "C"
#include "vpx/internal/vpx_codec_internal.h"
#include "vpx/vp8cx.h"
#include "vpx_scale/yv12config.h"
#include "vp9_type_aliases.h"
#include "vp9_ppflags.h"
#include "vp9
/common/vp9
_type_aliases.h"
#include "vp9
/common/vp9
_ppflags.h"
typedef
int
*
VP9_PTR
;
/* Create/destroy static data structures. */
...
...
vp9/common/vp9_onyxc_int.h
View file @
c6787398
...
...
@@ -15,16 +15,16 @@
#include "vpx_config.h"
#include "vpx/internal/vpx_codec_internal.h"
#include "vp9_rtcd.h"
#include "vp9_loopfilter.h"
#include "vp9_entropymv.h"
#include "vp9_entropy.h"
#include "vp9_entropymode.h"
#include "vp9
/common/vp9
_loopfilter.h"
#include "vp9
/common/vp9
_entropymv.h"
#include "vp9
/common/vp9
_entropy.h"
#include "vp9
/common/vp9
_entropymode.h"
#if CONFIG_POSTPROC
#include "vp9_postproc.h"
#include "vp9
/common/vp9
_postproc.h"
#endif
/*#ifdef PACKET_TESTING*/
#include "vp9_header.h"
#include "vp9
/common/vp9
_header.h"
/*#endif*/
/* Create/destroy static data structures. */
...
...
vp9/common/vp9_onyxd.h
View file @
c6787398
...
...
@@ -18,9 +18,9 @@
extern
"C"
{
#endif
#include "vp9_type_aliases.h"
#include "vp9
/common/vp9
_type_aliases.h"
#include "vpx_scale/yv12config.h"
#include "vp9_ppflags.h"
#include "vp9
/common/vp9
_ppflags.h"
#include "vpx_ports/mem.h"
#include "vpx/vpx_codec.h"
...
...
vp9/common/vp9_postproc.c
View file @
c6787398
...
...
@@ -11,10 +11,10 @@
#include "vpx_ports/config.h"
#include "vpx_scale/yv12config.h"
#include "vp9_postproc.h"
#include "vp9
/common/vp9
_postproc.h"
#include "vp9/common/vp9_textblit.h"
#include "vpx_scale/vpxscale.h"
#include "vp9_systemdependent.h"
#include "vp9
/common/vp9
_systemdependent.h"
#include "./vp9_rtcd.h"
...
...
vp9/common/vp9_postproc.h
View file @
c6787398
...
...
@@ -21,8 +21,8 @@ struct postproc_state {
DECLARE_ALIGNED
(
16
,
char
,
whiteclamp
[
16
]);
DECLARE_ALIGNED
(
16
,
char
,
bothclamp
[
16
]);
};
#include "vp9_onyxc_int.h"
#include "vp9_ppflags.h"
#include "vp9
/common/vp9
_onyxc_int.h"
#include "vp9
/common/vp9
_ppflags.h"
int
vp9_post_proc_frame
(
struct
VP9Common
*
oci
,
YV12_BUFFER_CONFIG
*
dest
,
vp9_ppflags_t
*
flags
);
...
...
vp9/common/vp9_pred_common.h
View file @
c6787398
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "vp9_type_aliases.h"
#include "vp9_onyxc_int.h"
#include "vp9
/common/vp9
_type_aliases.h"
#include "vp9
/common/vp9
_onyxc_int.h"
#include "vp9/common/vp9_blockd.h"
#ifndef __INC_PRED_COMMON_H__
...
...
vp9/common/vp9_quant_common.c
View file @
c6787398
...
...
@@ -9,7 +9,7 @@
*/
#include "vp9_quant_common.h"
#include "vp9
/common/vp9
_quant_common.h"
static
int
dc_qlookup
[
QINDEX_RANGE
];
static
int
ac_qlookup
[
QINDEX_RANGE
];
...
...
vp9/common/vp9_quant_common.h
View file @
c6787398
...
...
@@ -10,8 +10,8 @@
#include "string.h"
#include "vp9_blockd.h"
#include "vp9_onyxc_int.h"
#include "vp9
/common/vp9
_blockd.h"
#include "vp9
/common/vp9
_onyxc_int.h"
extern
void
vp9_init_quant_tables
();
extern
int
vp9_ac_yquant
(
int
QIndex
);
...
...
vp9/common/vp9_recon.c
View file @
c6787398
...
...
@@ -11,7 +11,7 @@
#include "vpx_ports/config.h"
#include "vp9_rtcd.h"
#include "vp9_blockd.h"
#include "vp9
/common/vp9
_blockd.h"
void
vp9_recon_b_c
(
...
...
vp9/common/vp9_reconinter.c
View file @
c6787398
...
...
@@ -11,11 +11,11 @@
#include "vpx_ports/config.h"
#include "vpx/vpx_integer.h"
#include "vp9_blockd.h"
#include "vp9_reconinter.h"
#include "vp9
/common/vp9
_blockd.h"
#include "vp9
/common/vp9
_reconinter.h"
#include "vp9/common/vp9_reconintra.h"
#if CONFIG_RUNTIME_CPU_DETECT
#include "vp9_onyxc_int.h"
#include "vp9
/common/vp9
_onyxc_int.h"
#endif
void
vp9_setup_interp_filters
(
MACROBLOCKD
*
xd
,
...
...
vp9/common/vp9_reconinter.h
View file @
c6787398
...
...
@@ -11,7 +11,7 @@
#ifndef __INC_RECONINTER_H
#define __INC_RECONINTER_H
#include "vp9_onyxc_int.h"
#include "vp9
/common/vp9
_onyxc_int.h"
extern
void
vp9_build_1st_inter16x16_predictors_mby
(
MACROBLOCKD
*
xd
,
unsigned
char
*
dst_y
,
...
...
vp9/common/vp9_reconintra.c
View file @
c6787398
...
...
@@ -11,7 +11,7 @@
#include <stdio.h>
#include "vpx_ports/config.h"
#include "vp9_rtcd.h"
#include "vp9_reconintra.h"
#include "vp9
/common/vp9
_reconintra.h"
#include "vpx_mem/vpx_mem.h"
/* For skip_recon_mb(), add vp9_build_intra_predictors_mby_s(MACROBLOCKD *xd)
...
...
vp9/common/vp9_reconintra.h
View file @
c6787398
...
...
@@ -11,7 +11,7 @@
#ifndef __INC_RECONINTRA_H
#define __INC_RECONINTRA_H
#include "vp9_blockd.h"
#include "vp9
/common/vp9
_blockd.h"
extern
void
vp9_recon_intra_mbuv
(
MACROBLOCKD
*
xd
);
extern
B_PREDICTION_MODE
vp9_find_dominant_direction
(
unsigned
char
*
ptr
,
...
...
vp9/common/vp9_reconintra4x4.c
View file @
c6787398
...
...
@@ -11,7 +11,7 @@
#include "vpx_ports/config.h"
#include "vpx_mem/vpx_mem.h"
#include "vp9_reconintra.h"
#include "vp9
/common/vp9
_reconintra.h"
#include "vp9_rtcd.h"
#if CONFIG_NEWBINTRAMODES
...
...
vp9/common/vp9_seg_common.h
View file @
c6787398
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "vp9_type_aliases.h"
#include "vp9_onyxc_int.h"
#include "vp9
/common/vp9
_type_aliases.h"
#include "vp9
/common/vp9
_onyxc_int.h"
#include "vp9/common/vp9_blockd.h"
#ifndef __INC_SEG_COMMON_H__
...
...
vp9/common/vp9_setupintrarecon.c
View file @
c6787398
...
...
@@ -9,7 +9,7 @@
*/
#include "vp9_setupintrarecon.h"
#include "vp9
/common/vp9
_setupintrarecon.h"
#include "vpx_mem/vpx_mem.h"
void
vp9_setup_intra_recon
(
YV12_BUFFER_CONFIG
*
ybf
)
{
...
...
vp9/common/vp9_swapyv12buffer.c
View file @
c6787398
...
...
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "vp9_swapyv12buffer.h"
#include "vp9
/common/vp9
_swapyv12buffer.h"
void
vp9_swap_yv12_buffer
(
YV12_BUFFER_CONFIG
*
new_frame
,
YV12_BUFFER_CONFIG
*
last_frame
)
{
...
...
vp9/common/vp9_treecoder.c
View file @
c6787398
...
...
@@ -16,7 +16,7 @@
#endif
#include <stdio.h>
#include "vp9_treecoder.h"
#include "vp9
/common/vp9
_treecoder.h"
static
void
tree2tok
(
struct
vp9_token_struct
*
const
p
,
...
...
vp9/decoder/vp9_asm_dec_offsets.c
View file @
c6787398
...
...
@@ -10,7 +10,7 @@
#include "vpx_ports/asm_offsets.h"
#include "vp9_onyxd_int.h"
#include "vp9
/decoder/vp9
_onyxd_int.h"
BEGIN
...
...
vp9/decoder/vp9_dboolhuff.c
View file @
c6787398
...
...
@@ -9,7 +9,7 @@
*/
#include "vp9_dboolhuff.h"
#include "vp9
/decoder/vp9
_dboolhuff.h"
#include "vpx_ports/mem.h"
#include "vpx_mem/vpx_mem.h"