Determines how many SH bands (0-3) the DataTable contains beyond the DC term. Detection assumes the channel-major layout used throughout the codebase: N coefficients per channel, 3 channels, stored as f_rest_0..f_rest_(3N-1).
f_rest_0
f_rest_(3N-1)
f_rest_*
f_rest_8
f_rest_23
f_rest_44
The DataTable to inspect.
The number of SH bands (0-3).
Determines how many SH bands (0-3) the DataTable contains beyond the DC term. Detection assumes the channel-major layout used throughout the codebase: N coefficients per channel, 3 channels, stored as
f_rest_0..f_rest_(3N-1).f_rest_*columnsf_rest_0..f_rest_8(9 coeffs)f_rest_0..f_rest_23(24 coeffs)f_rest_0..f_rest_44(45 coeffs)