Skip to content

Commit

Permalink
Revert "bump asan hashes"
Browse files Browse the repository at this point in the history
This reverts commit 7aa8b3d.
  • Loading branch information
fippo committed May 14, 2024
1 parent 7aa8b3d commit 05aa1b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions test/api/decode_api_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -781,9 +781,9 @@ const uint32_t kiFrameNum = 100; //DO NOT CHANGE!
const char* const pHashStr[][2] = { //DO NOT CHANGE!
// Allow for different output depending on whether averaging is done
// vertically or horizontally first when downsampling.
{ "8c1a1f2d1c01ac1f9da2f883a55191965691d199", "0fc7e06d0d766ac911730da2aa9e953bc858a161" },
{ "a5634698fef84d402218806f48c6b48e79d4ec4d", "1d47de674c9c44d8292ee00fa053a42bb9383614" },
{ "c9904fdfed2108414597af96a2561680d9a17acd", "43eaac708413c109ca120c5d570176f1c9b4036c" }
{ "d5fb6d72f8cc0ea4b037e883598c162fd32b475d", "0fc7e06d0d766ac911730da2aa9e953bc858a161" },
{ "93b2df27e94464f355b60343c786105075fc96d8", "1d47de674c9c44d8292ee00fa053a42bb9383614" },
{ "86bf890aef2abe24abe40ebe3d9ec76a25ddebe7", "43eaac708413c109ca120c5d570176f1c9b4036c" }
};

class DecodeParseAPI : public ::testing::TestWithParam<EncodeDecodeFileParamBase>, public EncodeDecodeTestBase {
Expand Down
4 changes: 2 additions & 2 deletions test/api/encoder_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static const EncodeFileParam kFileParamArray[] = {
"res/CiscoVT2people_320x192_12fps.yuv",
// Allow for different output depending on whether averaging is done
// vertically or horizontally first when downsampling.
{ "e626f7efa3d54da15794407c15b7c694f7ddd383", "a4c2caccada00189c683cd61c6f0bb995d09aeff" },
{ "eb4adc831563ce4f02f2942f52c992da760b4113", "a4c2caccada00189c683cd61c6f0bb995d09aeff" },
CAMERA_VIDEO_REAL_TIME, 320, 192, 12.0f, SM_SINGLE_SLICE, false, 2, false, false, false
},
{
Expand All @@ -136,7 +136,7 @@ static const EncodeFileParam kFileParamArray[] = {
"res/Cisco_Absolute_Power_1280x720_30fps.yuv",
// Allow for different output depending on whether averaging is done
// vertically or horizontally first when downsampling.
{ "0d4bf6a3b6f09d6de7bbce6daf8002c614ee6241", "9e4fb2b503a877c21441545ee4f0cd5416dbe5e9" },
{ "a32db3cfa66568e231d1f580d239d6468d26ce9a", "9e4fb2b503a877c21441545ee4f0cd5416dbe5e9" },
CAMERA_VIDEO_REAL_TIME, 1280, 720, 30.0f, SM_SINGLE_SLICE, false, 4, false, false, false
},

Expand Down

0 comments on commit 05aa1b7

Please sign in to comment.