Estimate:Mid
Explanation: The number of operations in each iteration of the outermost loop is about 128*32, which is greater than 2048.
The number of operations in each iteration of the middle loop is about 70*32, which is more than 2048.
The number of operations in each iteration of the innermost loop is about 70.