[UT] Add comment on X86_ASM checksum ifdef
This commit is contained in:
parent
68a5910f8f
commit
fe4a47a979
@ -759,6 +759,8 @@ const uint32_t kiHeight = 96; //DO NOT CHANGE!
|
|||||||
const uint32_t kiFrameRate = 12; //DO NOT CHANGE!
|
const uint32_t kiFrameRate = 12; //DO NOT CHANGE!
|
||||||
const uint32_t kiFrameNum = 100; //DO NOT CHANGE!
|
const uint32_t kiFrameNum = 100; //DO NOT CHANGE!
|
||||||
const char* pHashStr[] = { //DO NOT CHANGE!
|
const char* pHashStr[] = { //DO NOT CHANGE!
|
||||||
|
// X86_ASM downsampling routines average vertically first, as opposed to
|
||||||
|
// horizontally first, which results in different output.
|
||||||
#ifdef X86_ASM
|
#ifdef X86_ASM
|
||||||
"244eebcb51f4c2a56e83fc5da3373cad9ec0e1e5",
|
"244eebcb51f4c2a56e83fc5da3373cad9ec0e1e5",
|
||||||
"bbad99ef99e37b34bcb4f09a7ec4d144375f6be7",
|
"bbad99ef99e37b34bcb4f09a7ec4d144375f6be7",
|
||||||
|
@ -123,6 +123,8 @@ static const EncodeFileParam kFileParamArray[] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"res/CiscoVT2people_320x192_12fps.yuv",
|
"res/CiscoVT2people_320x192_12fps.yuv",
|
||||||
|
// X86_ASM downsampling routines average vertically first, as opposed to
|
||||||
|
// horizontally first, which results in different output.
|
||||||
#ifdef X86_ASM
|
#ifdef X86_ASM
|
||||||
"a5341d588b769809c1f1d983e5a0fcef7362f3ad",
|
"a5341d588b769809c1f1d983e5a0fcef7362f3ad",
|
||||||
#else
|
#else
|
||||||
@ -136,6 +138,8 @@ static const EncodeFileParam kFileParamArray[] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"res/Cisco_Absolute_Power_1280x720_30fps.yuv",
|
"res/Cisco_Absolute_Power_1280x720_30fps.yuv",
|
||||||
|
// X86_ASM downsampling routines average vertically first, as opposed to
|
||||||
|
// horizontally first, which results in different output.
|
||||||
#ifdef X86_ASM
|
#ifdef X86_ASM
|
||||||
"ec9d776a7d92cf0f6640065aee8af2450af0e993",
|
"ec9d776a7d92cf0f6640065aee8af2450af0e993",
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user