forked from youtube/cobalt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up Starboardization from WebP (youtube#3867)
Removes obsolete POEMs and reverts non-functional changes from upstream. Test-On-Device: true b/190053624
- Loading branch information
Showing
56 changed files
with
12 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,6 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#endif | ||
|
||
#include <stdlib.h> | ||
#include "src/dec/alphai_dec.h" | ||
#include "src/dec/vp8i_dec.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,6 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#endif | ||
|
||
#include <stdlib.h> | ||
|
||
#include "src/dec/vp8i_dec.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,6 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#endif | ||
|
||
#include <stdlib.h> | ||
#include "src/dec/vp8i_dec.h" | ||
#include "src/utils/utils.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,7 @@ | |
// | ||
// Author: [email protected] (Somnath Banerjee) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#else | ||
#include <assert.h> | ||
#endif | ||
#include <string.h> | ||
#include <stdlib.h> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,7 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#else | ||
#include <assert.h> | ||
#endif | ||
#include <stdlib.h> | ||
#include "src/dec/vp8i_dec.h" | ||
#include "src/dec/webpi_dec.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,6 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#endif | ||
|
||
#include <stdlib.h> | ||
|
||
#include "src/dec/alphai_dec.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,6 @@ | |
// Authors: Vikas Arora ([email protected]) | ||
// Jyrki Alakuijala ([email protected]) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#endif | ||
|
||
#include <stdlib.h> | ||
|
||
#include "src/dec/alphai_dec.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,6 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#endif | ||
|
||
#include <stdlib.h> | ||
|
||
#include "src/dec/vp8i_dec.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,6 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#endif | ||
|
||
#include <stdlib.h> | ||
|
||
#include "src/dsp/dsp.h" | ||
#include "src/enc/cost_enc.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,8 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#else | ||
#include <assert.h> | ||
#endif | ||
|
||
#include "src/dsp/dsp.h" | ||
#include "src/dec/vp8i_dec.h" | ||
#include "src/utils/utils.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,7 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#else | ||
#include <assert.h> | ||
#endif | ||
#include <stdlib.h> // for abs() | ||
|
||
#include "src/dsp/dsp.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,7 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#else | ||
#include <assert.h> | ||
#endif | ||
|
||
#include "src/dsp/dsp.h" | ||
#include "src/utils/rescaler_utils.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,6 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#include <stdlib.h> | ||
|
||
#include "src/enc/cost_enc.h" | ||
|
||
//------------------------------------------------------------------------------ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,7 @@ | |
// | ||
// Author: [email protected] (Somnath Banerjee) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#else | ||
#include <assert.h> | ||
#endif | ||
#include "src/enc/vp8i_enc.h" | ||
#include "src/dsp/dsp.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,6 @@ | |
// | ||
// Author: Skal ([email protected]) | ||
|
||
#if defined(STARBOARD) | ||
#include "starboard/client_porting/poem/assert_poem.h" | ||
#endif | ||
|
||
#include <string.h> | ||
#include <math.h> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.