The formula of Advanced Vegatation Index for Landsat 7 is:
AVI = [(B4 + 1) (256 - B3) (B4 - B3)] ^ 1/3
and for Landsat 8,
AVI = [(B5 + 1) (65536 - B4) (B5 - B4)] ^ 1/3
Now if I transform the DN values into Reflectance values, should the constants (256, 65536) be changed or they remain constant for reflectance as well?