Home
last modified time | relevance | path

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

/external/libopus/silk/
Dencode_pulses.c39 static OPUS_INLINE opus_int combine_and_check( /* return ok */ in combine_and_check() function
113 … scale_down = combine_and_check( pulses_comb, abs_pulses_ptr, silk_max_pulses_table[ 0 ], 8 ); in silk_encode_pulses()
115 … scale_down += combine_and_check( pulses_comb, pulses_comb, silk_max_pulses_table[ 1 ], 4 ); in silk_encode_pulses()
117 … scale_down += combine_and_check( pulses_comb, pulses_comb, silk_max_pulses_table[ 2 ], 2 ); in silk_encode_pulses()
119 … scale_down += combine_and_check( &sum_pulses[ i ], pulses_comb, silk_max_pulses_table[ 3 ], 1 ); in silk_encode_pulses()