Searched refs:mid_loop_count (Results 1 – 4 of 4) sorted by relevance
34 const int mid_loop_count, in WebRtcIsacfix_MatrixProduct1Neon() argument50 assert(mid_loop_count % 2 == 0); in WebRtcIsacfix_MatrixProduct1Neon()54 matrix_prod_index = mid_loop_count * j; in WebRtcIsacfix_MatrixProduct1Neon()55 for (k = 0; k < (mid_loop_count >> 2) << 2; k += 4) { in WebRtcIsacfix_MatrixProduct1Neon()72 if (mid_loop_count % 4 > 1) { in WebRtcIsacfix_MatrixProduct1Neon()96 matrix_prod_index = mid_loop_count * j; in WebRtcIsacfix_MatrixProduct1Neon()97 for (k = 0; k < (mid_loop_count >> 2) << 2; k += 4) { in WebRtcIsacfix_MatrixProduct1Neon()113 if (mid_loop_count % 4 > 1) { in WebRtcIsacfix_MatrixProduct1Neon()140 matrix_prod_index = mid_loop_count * j; in WebRtcIsacfix_MatrixProduct1Neon()141 for (k = 0; k < mid_loop_count; k++) { in WebRtcIsacfix_MatrixProduct1Neon()[all …]
122 const int mid_loop_count,142 const int mid_loop_count,160 const int mid_loop_count,179 const int mid_loop_count,
26 const int mid_loop_count, in WebRtcIsacfix_MatrixProduct1MIPS() argument33 const uint32_t product_step = 4 * mid_loop_count; in WebRtcIsacfix_MatrixProduct1MIPS()103 const uint32_t product_step = 4 * mid_loop_count; in WebRtcIsacfix_MatrixProduct1MIPS()
849 const int mid_loop_count, in WebRtcIsacfix_MatrixProduct1C() argument861 matrix_prod_index = mid_loop_count * j; in WebRtcIsacfix_MatrixProduct1C()862 for (k = 0; k < mid_loop_count; k++) { in WebRtcIsacfix_MatrixProduct1C()