mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Update aom to v1.0.0
Update aom to commit id d14c5bb4f336ef1842046089849dee4a301fbbf0.
This commit is contained in:
parent
bb61121b44
commit
48f6d2e034
1087 changed files with 154333 additions and 265310 deletions
3
third_party/aom/examples/encoder_util.h
vendored
3
third_party/aom/examples/encoder_util.h
vendored
|
|
@ -14,16 +14,13 @@
|
|||
#ifndef EXAMPLES_ENCODER_UTIL_H_
|
||||
#define EXAMPLES_ENCODER_UTIL_H_
|
||||
|
||||
#include "./aom_config.h"
|
||||
#include "aom/aom_image.h"
|
||||
|
||||
// Returns mismatch location (?loc[0],?loc[1]) and the values at that location
|
||||
// in img1 (?loc[2]) and img2 (?loc[3]).
|
||||
#if CONFIG_HIGHBITDEPTH
|
||||
void aom_find_mismatch_high(const aom_image_t *const img1,
|
||||
const aom_image_t *const img2, int yloc[4],
|
||||
int uloc[4], int vloc[4]);
|
||||
#endif // CONFIG_HIGHBITDEPTH
|
||||
|
||||
void aom_find_mismatch(const aom_image_t *const img1,
|
||||
const aom_image_t *const img2, int yloc[4], int uloc[4],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue