Searched refs:block_cnt (Results 1 – 2 of 2) sorted by relevance
44 int block_cnt; in arm_q7_to_q15_with_offset() local50 block_cnt = block_size / 8; in arm_q7_to_q15_with_offset()52 while (block_cnt > 0) in arm_q7_to_q15_with_offset()59 block_cnt--; in arm_q7_to_q15_with_offset()62 block_cnt = block_size & 0x7; in arm_q7_to_q15_with_offset()73 block_cnt = block_size >> 2; in arm_q7_to_q15_with_offset()77 while (block_cnt > 0) in arm_q7_to_q15_with_offset()92 block_cnt--; in arm_q7_to_q15_with_offset()95 block_cnt = block_size % 0x4; in arm_q7_to_q15_with_offset()100 block_cnt = block_size; in arm_q7_to_q15_with_offset()[all …]
54 uint32_t block_cnt; in arm_q7_to_q15_reordered_with_offset() local61 block_cnt = block_size >> 2u; in arm_q7_to_q15_reordered_with_offset()65 while (block_cnt > 0u) in arm_q7_to_q15_reordered_with_offset()77 block_cnt--; in arm_q7_to_q15_reordered_with_offset()80 block_cnt = block_size % 0x4u; in arm_q7_to_q15_reordered_with_offset()82 while (block_cnt > 0u) in arm_q7_to_q15_reordered_with_offset()87 block_cnt--; in arm_q7_to_q15_reordered_with_offset()