Lines Matching refs:v_offset
136 WORD32 v_offset[] = {-8, -7, -6, -5, -4, -3, -2, -1, in ixheaacd_calc_start_band() local
138 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
141 WORD32 v_offset[] = {-5, -4, -3, -2, -1, 0, 1, 2, in ixheaacd_calc_start_band() local
143 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
146 WORD32 v_offset[] = {-5, -3, -2, -1, 0, 1, 2, 3, in ixheaacd_calc_start_band() local
148 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
151 WORD32 v_offset[] = {-6, -4, -2, -1, 0, 1, 2, 3, in ixheaacd_calc_start_band() local
153 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
156 WORD32 v_offset[] = {-1, 0, 1, 2, 3, 4, 5, 6, in ixheaacd_calc_start_band() local
158 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
163 WORD32 v_offset[] = {-4, -2, -1, 0, 1, 2, 3, 4, in ixheaacd_calc_start_band() local
165 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
169 WORD32 v_offset[] = {-2, -1, 0, 1, 2, 3, 4, 5, in ixheaacd_calc_start_band() local
171 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()
175 WORD32 v_offset[] = {0, 1, 2, 3, 4, 5, 6, 7, in ixheaacd_calc_start_band() local
177 return (k0_min + v_offset[start_freq]); in ixheaacd_calc_start_band()