Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
c6787398
Commit
c6787398
authored
Nov 28, 2012
by
Jim Bankoski
Browse files
fixed includes to be fully specified
Change-Id: Ia1cce221f8511561b9cbd8edb7726fbc286ff243
parent
926d95cd
Changes
91
Hide whitespace changes
Inline
Side-by-side
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
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
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