| Index: xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp
|
| diff --git a/xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp b/xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp
|
| similarity index 94%
|
| rename from xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp
|
| rename to xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp
|
| index 8babc9c78f5d49c04650b0b0e809ae7d3121fdd7..d4a33229cfe8bd00579fa42ce1d7250995b1c23f 100644
|
| --- a/xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp
|
| +++ b/xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp
|
| @@ -20,15 +20,15 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "xfa/src/fxbarcode/common/BC_GlobalHistogramBinarizer.h"
|
| +#include "xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.h"
|
|
|
| #include <memory>
|
|
|
| -#include "xfa/src/fxbarcode/BC_Binarizer.h"
|
| -#include "xfa/src/fxbarcode/BC_LuminanceSource.h"
|
| -#include "xfa/src/fxbarcode/common/BC_CommonBitArray.h"
|
| -#include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
|
| -#include "xfa/src/fxbarcode/utils.h"
|
| +#include "xfa/fxbarcode/BC_Binarizer.h"
|
| +#include "xfa/fxbarcode/BC_LuminanceSource.h"
|
| +#include "xfa/fxbarcode/common/BC_CommonBitArray.h"
|
| +#include "xfa/fxbarcode/common/BC_CommonBitMatrix.h"
|
| +#include "xfa/fxbarcode/utils.h"
|
|
|
| const int32_t LUMINANCE_BITS = 5;
|
| const int32_t LUMINANCE_SHIFT = 8 - LUMINANCE_BITS;
|
|
|