Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvet
HM
Commits
a2e34fd2
Commit
a2e34fd2
authored
Feb 14, 2017
by
Karl Sharman
Browse files
Renamed member variable ext360 to m_ext360
parent
d2d0dd70
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/Lib/TLibEncoder/TEncAnalyze.h
View file @
a2e34fd2
...
...
@@ -70,7 +70,7 @@ private:
Double
m_MSEyuvframe
[
MAX_NUM_COMPONENT
];
// sum of MSEs
#if EXTENSION_360_VIDEO
TExt360EncAnalyze
ext360
;
TExt360EncAnalyze
m_
ext360
;
#endif
public:
...
...
@@ -94,7 +94,7 @@ public:
Void
setBits
(
Double
numBits
)
{
m_dAddBits
=
numBits
;
}
UInt
getNumPic
()
const
{
return
m_uiNumPic
;
}
#if EXTENSION_360_VIDEO
TExt360EncAnalyze
&
getExt360Info
()
{
return
ext360
;
}
TExt360EncAnalyze
&
getExt360Info
()
{
return
m_
ext360
;
}
#endif
Void
setFrmRate
(
Double
dFrameRate
)
{
m_dFrmRate
=
dFrameRate
;
}
//--CFG_KDY
...
...
@@ -108,7 +108,7 @@ public:
}
m_uiNumPic
=
0
;
#if EXTENSION_360_VIDEO
ext360
.
clear
();
m_
ext360
.
clear
();
#endif
}
...
...
@@ -298,7 +298,7 @@ public:
printf
(
"
\t
Total Frames | "
"Bitrate "
"Y-PSNR "
"U-PSNR "
"V-PSNR "
"YUV-PSNR "
);
#if EXTENSION_360_VIDEO
ext360
.
printHeader
();
m_
ext360
.
printHeader
();
#endif
if
(
printSequenceMSE
)
...
...
@@ -320,7 +320,7 @@ public:
PSNRyuv
);
#if EXTENSION_360_VIDEO
ext360
.
printPSNRs
(
getNumPic
());
m_
ext360
.
printPSNRs
(
getNumPic
());
#endif
if
(
printSequenceMSE
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment