Searched refs:n_min (Results 1 – 6 of 6) sorted by relevance
219 int n_min; in src_polyphase_stage_cir() local256 n_min = (n_wrap_fir < n_wrap_buf) in src_polyphase_stage_cir()258 n_min = (m < n_min) ? m : n_min; in src_polyphase_stage_cir()259 m -= n_min; in src_polyphase_stage_cir()260 for (i = 0; i < n_min; i++) { in src_polyphase_stage_cir()290 n_min = (n_wrap_fir < n_wrap_buf) in src_polyphase_stage_cir()292 n_min = (m < n_min) ? m : n_min; in src_polyphase_stage_cir()293 m -= n_min; in src_polyphase_stage_cir()294 for (i = 0; i < n_min; i++) { in src_polyphase_stage_cir()317 int n_min; in src_polyphase_stage_cir_s16() local[all …]
313 int n_min; in src_polyphase_stage_cir() local351 n_min = (m < n_wrap_buf) ? m : n_wrap_buf; in src_polyphase_stage_cir()352 m -= n_min; in src_polyphase_stage_cir()353 for (i = 0; i < n_min; i++) { in src_polyphase_stage_cir()402 n_min = (m < n_wrap_buf) ? m : n_wrap_buf; in src_polyphase_stage_cir()403 m -= n_min; in src_polyphase_stage_cir()404 for (i = 0; i < n_min; i++) { in src_polyphase_stage_cir()438 int n_min; in src_polyphase_stage_cir_s16() local476 n_min = (m < n_wrap_buf) ? m : n_wrap_buf; in src_polyphase_stage_cir_s16()477 m -= n_min; in src_polyphase_stage_cir_s16()[all …]
317 int n_min; in src_polyphase_stage_cir() local355 n_min = (m < n_wrap_buf) ? m : n_wrap_buf; in src_polyphase_stage_cir()356 m -= n_min; in src_polyphase_stage_cir()357 for (i = 0; i < n_min; i++) { in src_polyphase_stage_cir()406 n_min = (m < n_wrap_buf) ? m : n_wrap_buf; in src_polyphase_stage_cir()407 m -= n_min; in src_polyphase_stage_cir()408 for (i = 0; i < n_min; i++) { in src_polyphase_stage_cir()442 int n_min; in src_polyphase_stage_cir_s16() local481 n_min = (m < n_wrap_buf) ? m : n_wrap_buf; in src_polyphase_stage_cir_s16()482 m -= n_min; in src_polyphase_stage_cir_s16()[all …]
324 int n_min; in src_polyphase_stage_cir() local358 for (m = blk_in_words; m > 0; m -= n_min) { in src_polyphase_stage_cir()361 n_min = MIN(m, n_wrap_buf); in src_polyphase_stage_cir()362 for (i = 0; i < n_min; i++) { in src_polyphase_stage_cir()408 for (m = blk_out_words; m > 0; m -= n_min) { in src_polyphase_stage_cir()410 n_min = MIN(m, n_wrap_buf); in src_polyphase_stage_cir()411 for (i = 0; i < n_min; i++) { in src_polyphase_stage_cir()445 int n_min; in src_polyphase_stage_cir_s16() local479 for (m = blk_in_words; m > 0; m -= n_min) { in src_polyphase_stage_cir_s16()482 n_min = (m < n_wrap_buf) ? m : n_wrap_buf; in src_polyphase_stage_cir_s16()[all …]
124 int n_min; in tone_s32_default() local130 n_min = (n < n_wrap_dest) ? n : n_wrap_dest; in tone_s32_default()132 while (n_min > 0) { in tone_s32_default()134 n_min -= nch; in tone_s32_default()
133 n_min = n; variable183 n = n_min;