Lines Matching refs:length
34 static void compare_and_replace_if_larger(int16_t *base, const int16_t *target, int32_t length) in compare_and_replace_if_larger() argument
37 int32_t loop_count = (length + 7) / 8; in compare_and_replace_if_larger()
40 mve_pred16_t p = vctp16q((uint32_t)length); in compare_and_replace_if_larger()
47 length -= 8; in compare_and_replace_if_larger()
54 int32_t cnt = length >> 1; in compare_and_replace_if_larger()
75 if (length & 0x1) in compare_and_replace_if_larger()
85 static void clamp_output(int16_t *source, int32_t length, const int16_t act_min, const int16_t act_… in clamp_output() argument
91 int32_t loop_count = (length + 7) / 8; in clamp_output()
94 mve_pred16_t p = vctp16q((uint32_t)length); in clamp_output()
95 length -= 8; in clamp_output()
104 int32_t cnt = length >> 1; in clamp_output()
119 if (length & 0x1) in clamp_output()