You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for the great work. I had a question about the way MV_Length for each frame are calcualted. Av_Motion feature is calcualted from S->MV_Length.
For each PU, there is a NormFwd and NormBwd multiplied to each decoded MV before calculating the sum.
Any insight why is this factor multipled to MV? Does the MV need to be scaled based on the POC difference? I counldn't find any reference related to this factor.
The text was updated successfully, but these errors were encountered:
Easoncyx
changed the title
Question about hwo to aggregrate the MV for the AV_Motion feature
Question about how to aggregate the MV for the AV_Motion feature
May 26, 2022
Hi,
Thanks for the great work. I had a question about the way MV_Length for each frame are calcualted.
Av_Motion
feature is calcualted fromS->MV_Length
.For each PU, there is a
NormFwd
andNormBwd
multiplied to each decoded MV before calculating the sum.Any insight why is this factor multipled to MV? Does the MV need to be scaled based on the POC difference? I counldn't find any reference related to this factor.
HEVC calculation of the
Norm
factorbitstream_mode3_videoparser/VideoParser/VideoStatHEVC.c
Lines 112 to 115 in 0995775
HEVC mutipling the
Norm
factor on MVbitstream_mode3_videoparser/VideoParser/VideoStatHEVC.c
Lines 132 to 133 in 0995775
The text was updated successfully, but these errors were encountered: