Searched refs:DIVISION_FRAMES (Results 1 – 1 of 1) sorted by relevance
21 #define DIVISION_FRAMES 32 macro22 #define DIVISION_FRAMES_MASK (DIVISION_FRAMES - 1)58 assert_on_compile_is_power_of_2(DIVISION_FRAMES); in dk_init()59 assert_on_compile(DIVISION_FRAMES % 4 == 0); in dk_init()92 pre_delay_frames = max(pre_delay_frames, DIVISION_FRAMES); in set_pre_delay_time()406 int count = DIVISION_FRAMES / 4; in max_abs_division()433 int count = DIVISION_FRAMES / 4; in max_abs_division()462 int count = DIVISION_FRAMES / 4; in max_abs_division()495 for (i = 0; i < DIVISION_FRAMES; i++) in max_abs_division()503 float abs_input_array[DIVISION_FRAMES]; in dk_update_detector_average()[all …]