Lines Matching refs:v_offset
165 WORD32 v_offset[] = {-8, -7, -6, -5, -4, -3, -2, -1, in ixheaacd_calc_start_band() local
167 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
170 WORD32 v_offset[] = {-5, -4, -3, -2, -1, 0, 1, 2, in ixheaacd_calc_start_band() local
172 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
175 WORD32 v_offset[] = {-5, -3, -2, -1, 0, 1, 2, 3, in ixheaacd_calc_start_band() local
177 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
180 WORD32 v_offset[] = {-6, -4, -2, -1, 0, 1, 2, 3, in ixheaacd_calc_start_band() local
182 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
185 WORD32 v_offset[] = {-1, 0, 1, 2, 3, 4, 5, 6, in ixheaacd_calc_start_band() local
187 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
192 WORD32 v_offset[] = {-4, -2, -1, 0, 1, 2, 3, 4, in ixheaacd_calc_start_band() local
194 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
198 WORD32 v_offset[] = {-2, -1, 0, 1, 2, 3, 4, 5, in ixheaacd_calc_start_band() local
200 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
204 WORD32 v_offset[] = {0, 1, 2, 3, 4, 5, 6, 7, in ixheaacd_calc_start_band() local
206 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()