DSP_minval
[Math]

Collaboration diagram for DSP_minval:


Detailed Description

short DSP_minval (const short *restrict x, int nx)


Function Documentation

short DSP_minval ( const short *restrict  x,
int  nx 
)

This routine finds the element with minimum value in the input vector and returns that value.

Parameters:
x = Pointer to input vector of size nx
nx = Length of input data vector. Must be multiple of 8 and >=32
Algorithm:
DSP_minval_cn.c is the natural C equivalent of the optimized intrinsic C code without restrictions note that the intrinsic C code is optimized and restrictions may apply.
Assumptions:
nx must be a multiple of 8 and greater than or equal to 32.
The input vector x[ ] must be double-word aligned.
Implementation notes:
Endian Support: The code supports both big and little endian modes.
Interruptibility: The code is interruptible.


Copyright 2014, Texas Instruments Incorporated