Commit ee2bdab
committed
Audio: Bugfix: Optimize level_update function and improve comments
Use int32_t instead of int64_t to improve performance in level_update.
Improve comments in max_mic_distance function to better explain the
distance calculation between all possible microphone pairs. Correct
the typo in line_array_mode_check function.
Signed-off-by: Shriram Shastry <malladi.sastry@intel.com>
Address reviewer comments: Improve comments in max_mic_distance and
correct typo in line_array_mode_check1 parent 8adadca commit ee2bdab
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
158 | | - | |
| 160 | + | |
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
| |||
280 | 282 | | |
281 | 283 | | |
282 | 284 | | |
| 285 | + | |
283 | 286 | | |
284 | 287 | | |
285 | | - | |
286 | 288 | | |
287 | 289 | | |
288 | 290 | | |
| |||
0 commit comments