Home
last modified time | relevance | path

Searched refs:blk_switch_offset (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_fft.c2180 WORD32 blk_switch_offset = frame_len; in ixheaace_shift_mdct_delay_buffer() local
2183 blk_switch_offset = BLK_SWITCH_OFFSET_LC_128; in ixheaace_shift_mdct_delay_buffer()
2185 (blk_switch_offset - frame_len) * sizeof(*ptr_mdct_delay_buffer)); in ixheaace_shift_mdct_delay_buffer()
2189 blk_switch_offset = BLK_SWITCH_OFFSET_LC_120; in ixheaace_shift_mdct_delay_buffer()
2191 (blk_switch_offset - frame_len) * sizeof(*ptr_mdct_delay_buffer)); in ixheaace_shift_mdct_delay_buffer()
2196 blk_switch_offset = frame_len; in ixheaace_shift_mdct_delay_buffer()
2201 ptr_mdct_delay_buffer[blk_switch_offset - frame_len + i] = ptr_time_signal[i * ch_increment]; in ixheaace_shift_mdct_delay_buffer()