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
Guillaume Martres
aom-rav1e
Commits
bf4202ed
Commit
bf4202ed
authored
Mar 21, 2016
by
Yaowu Xu
Browse files
Rename vpx to aom
Change-Id: Ibc7933fba85feeb30ef9b14b302d932aff19f54e
parent
15791332
Changes
439
Hide whitespace changes
Inline
Side-by-side
vpx
/exports_com
→
aom
/exports_com
View file @
bf4202ed
File moved
vpx
/exports_dec
→
aom
/exports_dec
View file @
bf4202ed
File moved
vpx
/exports_enc
→
aom
/exports_enc
View file @
bf4202ed
File moved
vpx
/internal/vpx_codec_internal.h
→
aom
/internal/vpx_codec_internal.h
View file @
bf4202ed
File moved
vpx
/internal/vpx_psnr.h
→
aom
/internal/vpx_psnr.h
View file @
bf4202ed
File moved
vpx
/src/svc_encodeframe.c
→
aom
/src/svc_encodeframe.c
View file @
bf4202ed
...
@@ -22,10 +22,10 @@
...
@@ -22,10 +22,10 @@
#include <string.h>
#include <string.h>
#define VPX_DISABLE_CTRL_TYPECHECKS 1
#define VPX_DISABLE_CTRL_TYPECHECKS 1
#include "./vpx_config.h"
#include "./vpx_config.h"
#include "
vpx
/svc_context.h"
#include "
aom
/svc_context.h"
#include "
vpx
/vp8cx.h"
#include "
aom
/vp8cx.h"
#include "
vpx
/vpx_encoder.h"
#include "
aom
/vpx_encoder.h"
#include "
vpx
_mem/vpx_mem.h"
#include "
aom
_mem/vpx_mem.h"
#include "vp10/common/onyxc_int.h"
#include "vp10/common/onyxc_int.h"
#ifdef __MINGW32__
#ifdef __MINGW32__
...
...
vpx
/src/vpx_codec.c
→
aom
/src/vpx_codec.c
View file @
bf4202ed
...
@@ -14,8 +14,8 @@
...
@@ -14,8 +14,8 @@
*/
*/
#include <stdarg.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdlib.h>
#include "
vpx
/vpx_integer.h"
#include "
aom
/vpx_integer.h"
#include "
vpx
/internal/vpx_codec_internal.h"
#include "
aom
/internal/vpx_codec_internal.h"
#include "vpx_version.h"
#include "vpx_version.h"
#define SAVE_STATUS(ctx, var) (ctx ? (ctx->err = var) : var)
#define SAVE_STATUS(ctx, var) (ctx ? (ctx->err = var) : var)
...
...
vpx
/src/vpx_decoder.c
→
aom
/src/vpx_decoder.c
View file @
bf4202ed
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
*
*
*/
*/
#include <string.h>
#include <string.h>
#include "
vpx
/internal/vpx_codec_internal.h"
#include "
aom
/internal/vpx_codec_internal.h"
#define SAVE_STATUS(ctx, var) (ctx ? (ctx->err = var) : var)
#define SAVE_STATUS(ctx, var) (ctx ? (ctx->err = var) : var)
...
...
vpx
/src/vpx_encoder.c
→
aom
/src/vpx_encoder.c
View file @
bf4202ed
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#include <limits.h>
#include <limits.h>
#include <string.h>
#include <string.h>
#include "vpx_config.h"
#include "vpx_config.h"
#include "
vpx
/internal/vpx_codec_internal.h"
#include "
aom
/internal/vpx_codec_internal.h"
#define SAVE_STATUS(ctx, var) (ctx ? (ctx->err = var) : var)
#define SAVE_STATUS(ctx, var) (ctx ? (ctx->err = var) : var)
...
@@ -171,7 +171,7 @@ vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
...
@@ -171,7 +171,7 @@ vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
/* On X86, disable the x87 unit's internal 80 bit precision for better
/* On X86, disable the x87 unit's internal 80 bit precision for better
* consistency with the SSE unit's 64 bit precision.
* consistency with the SSE unit's 64 bit precision.
*/
*/
#include "
vpx
_ports/x86.h"
#include "
aom
_ports/x86.h"
#define FLOATING_POINT_INIT() \
#define FLOATING_POINT_INIT() \
do { \
do { \
unsigned short x87_orig_mode = x87_set_double_precision();
unsigned short x87_orig_mode = x87_set_double_precision();
...
...
vpx
/src/vpx_image.c
→
aom
/src/vpx_image.c
View file @
bf4202ed
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
#include "
vpx
/vpx_image.h"
#include "
aom
/vpx_image.h"
#include "
vpx
/vpx_integer.h"
#include "
aom
/vpx_integer.h"
#include "
vpx
_mem/vpx_mem.h"
#include "
aom
_mem/vpx_mem.h"
static
vpx_image_t
*
img_alloc_helper
(
vpx_image_t
*
img
,
vpx_img_fmt_t
fmt
,
static
vpx_image_t
*
img_alloc_helper
(
vpx_image_t
*
img
,
vpx_img_fmt_t
fmt
,
unsigned
int
d_w
,
unsigned
int
d_h
,
unsigned
int
d_w
,
unsigned
int
d_h
,
...
...
vpx
/src/vpx_psnr.c
→
aom
/src/vpx_psnr.c
View file @
bf4202ed
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#include <math.h>
#include <math.h>
#include "
vpx
/internal/vpx_psnr.h"
#include "
aom
/internal/vpx_psnr.h"
#define MAX_PSNR 100.0
#define MAX_PSNR 100.0
...
...
vpx
/svc_context.h
→
aom
/svc_context.h
View file @
bf4202ed
File moved
vpx
/vp8.h
→
aom
/vp8.h
View file @
bf4202ed
File moved
vpx
/vp8cx.h
→
aom
/vp8cx.h
View file @
bf4202ed
File moved
vpx
/vp8dx.h
→
aom
/vp8dx.h
View file @
bf4202ed
File moved
vpx
/vpx_codec.h
→
aom
/vpx_codec.h
View file @
bf4202ed
File moved
vpx
/vpx_codec.mk
→
aom
/vpx_codec.mk
View file @
bf4202ed
File moved
vpx
/vpx_decoder.h
→
aom
/vpx_decoder.h
View file @
bf4202ed
File moved
vpx
/vpx_encoder.h
→
aom
/vpx_encoder.h
View file @
bf4202ed
File moved
vpx
/vpx_frame_buffer.h
→
aom
/vpx_frame_buffer.h
View file @
bf4202ed
File moved
Prev
1
2
3
4
5
…
22
Next
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