Searched refs:src_start_band (Results 1 – 3 of 3) sorted by relevance
301 WORD32 src_start_band; in ixheaacd_reset_hf_generator() local348 src_start_band = SHIFT_START_SB + xover_offset; in ixheaacd_reset_hf_generator()353 if ((goal_sb < sb) && (lsb > src_start_band)) { in ixheaacd_reset_hf_generator()366 ((num_bands_in_patch - (lsb - src_start_band)) < 0)) { in ixheaacd_reset_hf_generator()369 if ((num_bands_in_patch - (lsb - src_start_band)) >= 0) { in ixheaacd_reset_hf_generator()370 patch_stride = sb - src_start_band; in ixheaacd_reset_hf_generator()382 ptr_loc_patch_param->src_start_band = (sb - patch_stride); in ixheaacd_reset_hf_generator()386 (ptr_loc_patch_param->src_start_band + num_bands_in_patch); in ixheaacd_reset_hf_generator()392 src_start_band = SHIFT_START_SB; in ixheaacd_reset_hf_generator()419 sb = ixheaacd_min32(sb, p_str_patch_param[patch].src_start_band); in ixheaacd_reset_hf_generator()
686 if ((low_band < p_loc_patch_param->src_start_band) || in ixheaacd_filter1_lp()818 WORD32 src_start_band, src_end_band, dst_start_band, dst_end_band; in ixheaacd_low_pow_hf_generator() local824 src_start_band = ptr_loc_patch_param->src_start_band; in ixheaacd_low_pow_hf_generator()831 if ((low_band < src_start_band) || (low_band >= src_end_band) || in ixheaacd_low_pow_hf_generator()1083 if ((low_band < patch_param[patch].src_start_band) || in ixheaacd_hf_generator()
40 WORD16 src_start_band; member