Sophie

Sophie

distrib > Mageia > 7 > x86_64 > media > nonfree-updates > by-pkgid > b86a85131cc739c1c53d0b55840a4328 > files > 3356

nvidia-cuda-toolkit-devel-10.1.168-1.2.mga7.nonfree.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>NVIDIA 2D Image And Signal Performance Primitives (NPP): C:/src/sw/rel/gpgpu/toolkit/r10.1/NPP/npp/include/npps_conversion_functions.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">NVIDIA 2D Image And Signal Performance Primitives (NPP)
   &#160;<span id="projectnumber">Version 10.1.1</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Pages</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_e8c0047eac9181e3d89bd7fcd440cecc.html">npp</a></li><li class="navelem"><a class="el" href="dir_642fde70b479234f35d252bf9b64fee4.html">include</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">npps_conversion_functions.h</div>  </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160; <span class="comment">/* Copyright 2010-2018 NVIDIA Corporation.  All rights reserved. </span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">  * </span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">  * NOTICE TO LICENSEE: </span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">  * </span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">  * The source code and/or documentation (&quot;Licensed Deliverables&quot;) are </span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">  * subject to NVIDIA intellectual property rights under U.S. and </span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">  * international Copyright laws. </span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">  * </span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">  * The Licensed Deliverables contained herein are PROPRIETARY and </span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">  * CONFIDENTIAL to NVIDIA and are being provided under the terms and </span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">  * conditions of a form of NVIDIA software license agreement by and </span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment">  * between NVIDIA and Licensee (&quot;License Agreement&quot;) or electronically </span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment">  * accepted by Licensee.  Notwithstanding any terms or conditions to </span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment">  * the contrary in the License Agreement, reproduction or disclosure </span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment">  * of the Licensed Deliverables to any third party without the express </span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment">  * written consent of NVIDIA is prohibited. </span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment">  * </span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment">  * NOTWITHSTANDING ANY TERMS OR CONDITIONS TO THE CONTRARY IN THE </span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment">  * LICENSE AGREEMENT, NVIDIA MAKES NO REPRESENTATION ABOUT THE </span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment">  * SUITABILITY OF THESE LICENSED DELIVERABLES FOR ANY PURPOSE.  THEY ARE </span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment">  * PROVIDED &quot;AS IS&quot; WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. </span></div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment">  * NVIDIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THESE LICENSED </span></div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment">  * DELIVERABLES, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, </span></div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="comment">  * NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE. </span></div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment">  * NOTWITHSTANDING ANY TERMS OR CONDITIONS TO THE CONTRARY IN THE </span></div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="comment">  * LICENSE AGREEMENT, IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY </span></div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment">  * SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY </span></div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment">  * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, </span></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment">  * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS </span></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment">  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE </span></div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment">  * OF THESE LICENSED DELIVERABLES. </span></div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="comment">  * </span></div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="comment">  * U.S. Government End Users.  These Licensed Deliverables are a </span></div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="comment">  * &quot;commercial item&quot; as that term is defined at 48 C.F.R. 2.101 (OCT </span></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="comment">  * 1995), consisting of &quot;commercial computer software&quot; and &quot;commercial </span></div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="comment">  * computer software documentation&quot; as such terms are used in 48 </span></div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="comment">  * C.F.R. 12.212 (SEPT 1995) and are provided to the U.S. Government </span></div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="comment">  * only as a commercial end item.  Consistent with 48 C.F.R.12.212 and </span></div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="comment">  * 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), all </span></div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="comment">  * U.S. Government End Users acquire the Licensed Deliverables with </span></div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="comment">  * only those rights set forth herein. </span></div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="comment">  * </span></div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="comment">  * Any use of the Licensed Deliverables in individual and commercial </span></div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="comment">  * software must include, in the user documentation and internal </span></div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="comment">  * comments to the code, the above Disclaimer and U.S. Government End </span></div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="comment">  * Users Notice. </span></div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="comment">  */</span> </div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="preprocessor">#ifndef NV_NPPS_CONVERSION_FUNCTIONS_H</span></div>
<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define NV_NPPS_CONVERSION_FUNCTIONS_H</span></div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="preprocessor"></span> </div>
<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="preprocessor">#include &quot;nppdefs.h&quot;</span></div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div>
<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;</div>
<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;</div>
<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;<a class="code" href="group__signal__convert.html#ga7a2dc2d975e83549c1736cea01e7fb91">nppsConvert_8s16s_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga741537d373d8e477767527e6cba0d487">Npp8s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;</div>
<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<a class="code" href="group__signal__convert.html#gabe6aeaf13607834f70ba3ad41d120c91">nppsConvert_8s16s</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga741537d373d8e477767527e6cba0d487">Npp8s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength);</div>
<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;</div>
<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;<a class="code" href="group__signal__convert.html#ga78a08095f9ebed4a9ed534fbb443669a">nppsConvert_8s32f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga741537d373d8e477767527e6cba0d487">Npp8s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;</div>
<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<a class="code" href="group__signal__convert.html#gab8a9f513ca1c1d077f99efddaccf7b83">nppsConvert_8s32f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga741537d373d8e477767527e6cba0d487">Npp8s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength);</div>
<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;</div>
<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<a class="code" href="group__signal__convert.html#gaacbd9b09200ae969bb27d8e406e3fad0">nppsConvert_8u32f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga29b502b6816fc0066fd59538483a5b62">Npp8u</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;</div>
<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;<a class="code" href="group__signal__convert.html#gad8f8ab1acfe51feede9e785ce94b016c">nppsConvert_8u32f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga29b502b6816fc0066fd59538483a5b62">Npp8u</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength);</div>
<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;</div>
<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;<a class="code" href="group__signal__convert.html#ga6a545875297237825cd962984df779fa">nppsConvert_16s8s_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga741537d373d8e477767527e6cba0d487">Npp8s</a> * pDst, <a class="code" href="group__npp__basic__types.html#gac46c2a17550c7b3768cd5064114e7191">Npp32u</a> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;</div>
<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;<a class="code" href="group__signal__convert.html#ga43f8c13760d190c25f159042b4e40aaa">nppsConvert_16s8s_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga741537d373d8e477767527e6cba0d487">Npp8s</a> * pDst, <a class="code" href="group__npp__basic__types.html#gac46c2a17550c7b3768cd5064114e7191">Npp32u</a> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;</div>
<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;<a class="code" href="group__signal__convert.html#ga03fde83f1bf524ea45b7cf7ef7da8d80">nppsConvert_16s32s_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;</div>
<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;<a class="code" href="group__signal__convert.html#ga2d1315aac6b9f9b6ba134041856056e8">nppsConvert_16s32s</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pDst, <span class="keywordtype">int</span> nLength);</div>
<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;</div>
<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<a class="code" href="group__signal__convert.html#ga8ed94ba2ab8dc2b5b743a71795bd8f40">nppsConvert_16s32f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;</div>
<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<a class="code" href="group__signal__convert.html#gae396cdce593e45861613051ebf2d443d">nppsConvert_16s32f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength);</div>
<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;</div>
<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;<a class="code" href="group__signal__convert.html#gaebfd5875a6fea99fce256af35bb843cb">nppsConvert_16u32f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga6eb03aa649607e6a5e25affb0abd36db">Npp16u</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;</div>
<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;<a class="code" href="group__signal__convert.html#gaffc6f8930075ab8c5fce9928ffaa1c1d">nppsConvert_16u32f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga6eb03aa649607e6a5e25affb0abd36db">Npp16u</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength);</div>
<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;</div>
<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;<a class="code" href="group__signal__convert.html#gae561562a29c3c0bc13e716e6061c2280">nppsConvert_32s16s_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;</div>
<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;<a class="code" href="group__signal__convert.html#ga78135d1ccdfbda1735e8ca8630ab7733">nppsConvert_32s16s</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength);</div>
<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;</div>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;<a class="code" href="group__signal__convert.html#ga815a3f9766ea4d5cc83fa12a5e1442fc">nppsConvert_32s32f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;</div>
<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;<a class="code" href="group__signal__convert.html#ga58b5fe021c4defade9f2866ad467293f">nppsConvert_32s32f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength);</div>
<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;</div>
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;<a class="code" href="group__signal__convert.html#gaa1eff9476700b1a3de28491b1419bc9b">nppsConvert_32s64f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;</div>
<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;<a class="code" href="group__signal__convert.html#ga72f9ba0322306bfab1e0b9bf3a9a80bb">nppsConvert_32s64f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength);</div>
<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;</div>
<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;<a class="code" href="group__signal__convert.html#ga65dbc446c901a6f7a1d05bdc4b191427">nppsConvert_32f64f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;</div>
<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;<a class="code" href="group__signal__convert.html#gab014a9e705ec940ef6b2c9d275f0ee3b">nppsConvert_32f64f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength);</div>
<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;</div>
<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;<a class="code" href="group__signal__convert.html#ga6def5659f1447a9a4209c93c38f588f9">nppsConvert_64s64f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga3c8f4494ae77adfd64c091c41c4d3103">Npp64s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;</div>
<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;<a class="code" href="group__signal__convert.html#ga807e5bb56fb0a9ecd4a9e38390e6473e">nppsConvert_64s64f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga3c8f4494ae77adfd64c091c41c4d3103">Npp64s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength);</div>
<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;</div>
<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;<a class="code" href="group__signal__convert.html#ga9c7fc7fc3218ba93dca20fe3d6863ed4">nppsConvert_64f32f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;</div>
<div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;<a class="code" href="group__signal__convert.html#gac0a50d5cebf590a55a09c1d76dd05117">nppsConvert_64f32f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength);</div>
<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;</div>
<div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;<a class="code" href="group__signal__convert.html#gaefd0db456281b6b03a51022a9f741459">nppsConvert_16s32f_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;</div>
<div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;<a class="code" href="group__signal__convert.html#ga876ff8ba29343fb2c41bf8d31dca496c">nppsConvert_16s32f_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;</div>
<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;<a class="code" href="group__signal__convert.html#gabc2f49a017eaac8d7fc81c281edf9568">nppsConvert_16s64f_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;</div>
<div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;<a class="code" href="group__signal__convert.html#gaf7a3a35b945dfcfa131a9a8d47f23ae8">nppsConvert_16s64f_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;</div>
<div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;<a class="code" href="group__signal__convert.html#gad81c8350ebbfcc49382e917c4b17d97d">nppsConvert_32s16s_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;</div>
<div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;<a class="code" href="group__signal__convert.html#ga5d98e4d1ab155a0bbd49d93e9f9607cf">nppsConvert_32s16s_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;</div>
<div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;<a class="code" href="group__signal__convert.html#ga48ab503a6868ff89cfc198fd069165d8">nppsConvert_32s32f_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;</div>
<div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;<a class="code" href="group__signal__convert.html#ga0cda12dfecf34f146c02ea12af61d0c0">nppsConvert_32s32f_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;</div>
<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;<a class="code" href="group__signal__convert.html#gae785f7cf9d42334f5165ce360572e977">nppsConvert_32s64f_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;</div>
<div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;<a class="code" href="group__signal__convert.html#ga35e5c8d0f8b5532f138b0390f5d4e5d3">nppsConvert_32s64f_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;</div>
<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;<a class="code" href="group__signal__convert.html#gaf7df32a9d1b15171a73f056c10d5762b">nppsConvert_32f8s_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga741537d373d8e477767527e6cba0d487">Npp8s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;</div>
<div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;<a class="code" href="group__signal__convert.html#ga5cf3dd246638e049e65d0873880ddb5b">nppsConvert_32f8s_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga741537d373d8e477767527e6cba0d487">Npp8s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;</div>
<div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;<a class="code" href="group__signal__convert.html#ga600232c20b95863f2dda32649835f3d4">nppsConvert_32f8u_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga29b502b6816fc0066fd59538483a5b62">Npp8u</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;</div>
<div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;<a class="code" href="group__signal__convert.html#ga9321fa9029b0714c8b4472667b9949c8">nppsConvert_32f8u_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga29b502b6816fc0066fd59538483a5b62">Npp8u</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;</div>
<div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;<a class="code" href="group__signal__convert.html#ga338f87a2e491ea4db32f9d676ea31785">nppsConvert_32f16s_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;</div>
<div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;<a class="code" href="group__signal__convert.html#ga6d456208677fbd70d57c75d532ed061b">nppsConvert_32f16s_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;</div>
<div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;<a class="code" href="group__signal__convert.html#ga4bdc0997608439be6516f42018149041">nppsConvert_32f16u_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga6eb03aa649607e6a5e25affb0abd36db">Npp16u</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;</div>
<div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;<a class="code" href="group__signal__convert.html#gaffdf2bb4b2b0d55574b0bd8c39766bf5">nppsConvert_32f16u_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga6eb03aa649607e6a5e25affb0abd36db">Npp16u</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;</div>
<div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;<a class="code" href="group__signal__convert.html#gaec624b2680c6dfe15bb6846cef48b07d">nppsConvert_32f32s_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;</div>
<div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;<a class="code" href="group__signal__convert.html#ga33ec5ec3df5bced5f2c5b09f10774e4c">nppsConvert_32f32s_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;</div>
<div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;<a class="code" href="group__signal__convert.html#ga5cfd455a4e80e86179308f79f456c3dd">nppsConvert_64s32s_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga3c8f4494ae77adfd64c091c41c4d3103">Npp64s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;</div>
<div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;<a class="code" href="group__signal__convert.html#ga0aca3ae3961d2c52d850b39b87d5c6a7">nppsConvert_64s32s_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga3c8f4494ae77adfd64c091c41c4d3103">Npp64s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;</div>
<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;<a class="code" href="group__signal__convert.html#ga34638709fb57b6860314a78e1ca0646d">nppsConvert_64f16s_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;</div>
<div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;<a class="code" href="group__signal__convert.html#gabced8b75de97915cdc9040a1f13864b0">nppsConvert_64f16s_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;</div>
<div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;<a class="code" href="group__signal__convert.html#ga08dbbeeb5edd4c1cf8845571c15f56b1">nppsConvert_64f32s_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;</div>
<div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;<a class="code" href="group__signal__convert.html#ga0cab1dc162403f092af83930beb31b84">nppsConvert_64f32s_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;</div>
<div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;<a class="code" href="group__signal__convert.html#gaeb1424f003d68053935b1b50e471b6c0">nppsConvert_64f64s_Sfs_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga3c8f4494ae77adfd64c091c41c4d3103">Npp64s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;</div>
<div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;<a class="code" href="group__signal__convert.html#ga4c33c17b210d50017154cb73d2e28d6e">nppsConvert_64f64s_Sfs</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga3c8f4494ae77adfd64c091c41c4d3103">Npp64s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a> eRoundMode, <span class="keywordtype">int</span> nScaleFactor);</div>
<div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;</div>
<div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00274"></a><span class="lineno">  274</span>&#160;<a class="code" href="group__signal__threshold.html#ga31f9fb81f4d1f760120bc15e2a17c5aa">nppsThreshold_16s_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00275"></a><span class="lineno">  275</span>&#160;</div>
<div class="line"><a name="l00276"></a><span class="lineno">  276</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00277"></a><span class="lineno">  277</span>&#160;<a class="code" href="group__signal__threshold.html#ga4fdc372163b1930df4a30bfd2a9db9c1">nppsThreshold_16s</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp);</div>
<div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;</div>
<div class="line"><a name="l00288"></a><span class="lineno">  288</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;<a class="code" href="group__signal__threshold.html#ga3b25313d61b3dd2f78560b1b9805dd27">nppsThreshold_16s_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;</div>
<div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;<a class="code" href="group__signal__threshold.html#gaa360c21a7eeb470136430f0ebc96588b">nppsThreshold_16s_I</a>(<a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp);</div>
<div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;</div>
<div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00305"></a><span class="lineno">  305</span>&#160;<a class="code" href="group__signal__threshold.html#ga34d8ef3a7ee23a11b05f438449368fd2">nppsThreshold_16sc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160;</div>
<div class="line"><a name="l00307"></a><span class="lineno">  307</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160;<a class="code" href="group__signal__threshold.html#ga3eeb686f281e854dc226b32b3abca5de">nppsThreshold_16sc</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp);</div>
<div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;</div>
<div class="line"><a name="l00319"></a><span class="lineno">  319</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;<a class="code" href="group__signal__threshold.html#ga5f7698886ac3b683a98a05ff1fe2af3c">nppsThreshold_16sc_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;</div>
<div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;<a class="code" href="group__signal__threshold.html#gae689a7e89f96bbd7c64c0d25e894a8cf">nppsThreshold_16sc_I</a>(<a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp);</div>
<div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;</div>
<div class="line"><a name="l00335"></a><span class="lineno">  335</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00336"></a><span class="lineno">  336</span>&#160;<a class="code" href="group__signal__threshold.html#ga84030037d4bc74dec8dfbf0d6f70f556">nppsThreshold_32f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;</div>
<div class="line"><a name="l00338"></a><span class="lineno">  338</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00339"></a><span class="lineno">  339</span>&#160;<a class="code" href="group__signal__threshold.html#ga537168f9b778b9da88cf227ef5438a05">nppsThreshold_32f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp);</div>
<div class="line"><a name="l00340"></a><span class="lineno">  340</span>&#160;</div>
<div class="line"><a name="l00350"></a><span class="lineno">  350</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00351"></a><span class="lineno">  351</span>&#160;<a class="code" href="group__signal__threshold.html#ga750adeb79edd3e5403164031f15569b6">nppsThreshold_32f_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160;</div>
<div class="line"><a name="l00353"></a><span class="lineno">  353</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00354"></a><span class="lineno">  354</span>&#160;<a class="code" href="group__signal__threshold.html#gafeac3dfbc59a18438be9951fdb7c05e7">nppsThreshold_32f_I</a>(<a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp);</div>
<div class="line"><a name="l00355"></a><span class="lineno">  355</span>&#160;</div>
<div class="line"><a name="l00366"></a><span class="lineno">  366</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00367"></a><span class="lineno">  367</span>&#160;<a class="code" href="group__signal__threshold.html#ga233dd6a38703aee6fc409bed3f979a3e">nppsThreshold_32fc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00368"></a><span class="lineno">  368</span>&#160;</div>
<div class="line"><a name="l00369"></a><span class="lineno">  369</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00370"></a><span class="lineno">  370</span>&#160;<a class="code" href="group__signal__threshold.html#ga6981e2f555d2e5ebff35a01ba7307623">nppsThreshold_32fc</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp);</div>
<div class="line"><a name="l00371"></a><span class="lineno">  371</span>&#160;</div>
<div class="line"><a name="l00381"></a><span class="lineno">  381</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00382"></a><span class="lineno">  382</span>&#160;<a class="code" href="group__signal__threshold.html#ga0a62a035c95cf62ac76a67e9aa18c24b">nppsThreshold_32fc_I_Ctx</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00383"></a><span class="lineno">  383</span>&#160;</div>
<div class="line"><a name="l00384"></a><span class="lineno">  384</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00385"></a><span class="lineno">  385</span>&#160;<a class="code" href="group__signal__threshold.html#gaac13b1ff87df3e2e0a7e1c158ae62698">nppsThreshold_32fc_I</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp);</div>
<div class="line"><a name="l00386"></a><span class="lineno">  386</span>&#160;</div>
<div class="line"><a name="l00397"></a><span class="lineno">  397</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00398"></a><span class="lineno">  398</span>&#160;<a class="code" href="group__signal__threshold.html#ga2196ee343c8c8ffdeedd27c99257afc3">nppsThreshold_64f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00399"></a><span class="lineno">  399</span>&#160;</div>
<div class="line"><a name="l00400"></a><span class="lineno">  400</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00401"></a><span class="lineno">  401</span>&#160;<a class="code" href="group__signal__threshold.html#ga40ed8c1440ecebaf43318bc2e486daec">nppsThreshold_64f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp);</div>
<div class="line"><a name="l00402"></a><span class="lineno">  402</span>&#160;</div>
<div class="line"><a name="l00412"></a><span class="lineno">  412</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00413"></a><span class="lineno">  413</span>&#160;<a class="code" href="group__signal__threshold.html#ga402162417fed3b8a69e882b722ed1885">nppsThreshold_64f_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00414"></a><span class="lineno">  414</span>&#160;</div>
<div class="line"><a name="l00415"></a><span class="lineno">  415</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00416"></a><span class="lineno">  416</span>&#160;<a class="code" href="group__signal__threshold.html#gae71447989ec7d7f5ca3ab8661268ee35">nppsThreshold_64f_I</a>(<a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp);</div>
<div class="line"><a name="l00417"></a><span class="lineno">  417</span>&#160;</div>
<div class="line"><a name="l00428"></a><span class="lineno">  428</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00429"></a><span class="lineno">  429</span>&#160;<a class="code" href="group__signal__threshold.html#gafeea8337dabad350fd9f4214684cc7db">nppsThreshold_64fc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00430"></a><span class="lineno">  430</span>&#160;</div>
<div class="line"><a name="l00431"></a><span class="lineno">  431</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160;<a class="code" href="group__signal__threshold.html#ga9e29c2c912559071e3c437048721346f">nppsThreshold_64fc</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp);</div>
<div class="line"><a name="l00433"></a><span class="lineno">  433</span>&#160;</div>
<div class="line"><a name="l00443"></a><span class="lineno">  443</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00444"></a><span class="lineno">  444</span>&#160;<a class="code" href="group__signal__threshold.html#ga2e72dc0bf956d373e85670eb4d8288e1">nppsThreshold_64fc_I_Ctx</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;</div>
<div class="line"><a name="l00446"></a><span class="lineno">  446</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00447"></a><span class="lineno">  447</span>&#160;<a class="code" href="group__signal__threshold.html#ga08c001dd4649d2327c64a7103b7dfbc8">nppsThreshold_64fc_I</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a> nRelOp);</div>
<div class="line"><a name="l00448"></a><span class="lineno">  448</span>&#160;</div>
<div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00459"></a><span class="lineno">  459</span>&#160;<a class="code" href="group__signal__threshold.html#ga2cd39e83071c6caddf83b373af3ae2fa">nppsThreshold_LT_16s_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00460"></a><span class="lineno">  460</span>&#160;</div>
<div class="line"><a name="l00461"></a><span class="lineno">  461</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00462"></a><span class="lineno">  462</span>&#160;<a class="code" href="group__signal__threshold.html#ga3ae4f516739dcd9855398f71448d55fd">nppsThreshold_LT_16s</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel);</div>
<div class="line"><a name="l00463"></a><span class="lineno">  463</span>&#160;</div>
<div class="line"><a name="l00472"></a><span class="lineno">  472</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;<a class="code" href="group__signal__threshold.html#ga39ae0c06c92b0d6ec2cac3502374f961">nppsThreshold_LT_16s_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00474"></a><span class="lineno">  474</span>&#160;</div>
<div class="line"><a name="l00475"></a><span class="lineno">  475</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00476"></a><span class="lineno">  476</span>&#160;<a class="code" href="group__signal__threshold.html#ga42a114ee5410315f3c7ff069f6eca84e">nppsThreshold_LT_16s_I</a>(<a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel);</div>
<div class="line"><a name="l00477"></a><span class="lineno">  477</span>&#160;</div>
<div class="line"><a name="l00487"></a><span class="lineno">  487</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00488"></a><span class="lineno">  488</span>&#160;<a class="code" href="group__signal__threshold.html#ga3154858eabf44f238b06d10b527ec41c">nppsThreshold_LT_16sc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00489"></a><span class="lineno">  489</span>&#160;</div>
<div class="line"><a name="l00490"></a><span class="lineno">  490</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00491"></a><span class="lineno">  491</span>&#160;<a class="code" href="group__signal__threshold.html#gab4860771d3d05a92461e0ad6a4fbfea2">nppsThreshold_LT_16sc</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel);</div>
<div class="line"><a name="l00492"></a><span class="lineno">  492</span>&#160;</div>
<div class="line"><a name="l00501"></a><span class="lineno">  501</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00502"></a><span class="lineno">  502</span>&#160;<a class="code" href="group__signal__threshold.html#gaf508b640f28e48454fba323acae02ac4">nppsThreshold_LT_16sc_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00503"></a><span class="lineno">  503</span>&#160;</div>
<div class="line"><a name="l00504"></a><span class="lineno">  504</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00505"></a><span class="lineno">  505</span>&#160;<a class="code" href="group__signal__threshold.html#ga9143fc1856f9ea806d5078e2df4ed126">nppsThreshold_LT_16sc_I</a>(<a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel);</div>
<div class="line"><a name="l00506"></a><span class="lineno">  506</span>&#160;</div>
<div class="line"><a name="l00516"></a><span class="lineno">  516</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00517"></a><span class="lineno">  517</span>&#160;<a class="code" href="group__signal__threshold.html#ga663c71d04e8a71042714c7aed8e582f4">nppsThreshold_LT_32f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00518"></a><span class="lineno">  518</span>&#160;</div>
<div class="line"><a name="l00519"></a><span class="lineno">  519</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00520"></a><span class="lineno">  520</span>&#160;<a class="code" href="group__signal__threshold.html#ga05ec9aab01116baced5e5d432cdf87f0">nppsThreshold_LT_32f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel);</div>
<div class="line"><a name="l00521"></a><span class="lineno">  521</span>&#160;</div>
<div class="line"><a name="l00530"></a><span class="lineno">  530</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00531"></a><span class="lineno">  531</span>&#160;<a class="code" href="group__signal__threshold.html#gaf8b0e715f6d3e936a11c395b8b907410">nppsThreshold_LT_32f_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00532"></a><span class="lineno">  532</span>&#160;</div>
<div class="line"><a name="l00533"></a><span class="lineno">  533</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00534"></a><span class="lineno">  534</span>&#160;<a class="code" href="group__signal__threshold.html#gacda2765b2d9bd2a674c2430497d48019">nppsThreshold_LT_32f_I</a>(<a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel);</div>
<div class="line"><a name="l00535"></a><span class="lineno">  535</span>&#160;</div>
<div class="line"><a name="l00545"></a><span class="lineno">  545</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00546"></a><span class="lineno">  546</span>&#160;<a class="code" href="group__signal__threshold.html#gafcb54ab8418c3af7cb6acb464a311402">nppsThreshold_LT_32fc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00547"></a><span class="lineno">  547</span>&#160;</div>
<div class="line"><a name="l00548"></a><span class="lineno">  548</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00549"></a><span class="lineno">  549</span>&#160;<a class="code" href="group__signal__threshold.html#ga78cfad17194830fdaef4e03fbcf21d24">nppsThreshold_LT_32fc</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel);</div>
<div class="line"><a name="l00550"></a><span class="lineno">  550</span>&#160;</div>
<div class="line"><a name="l00559"></a><span class="lineno">  559</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00560"></a><span class="lineno">  560</span>&#160;<a class="code" href="group__signal__threshold.html#gac620f2684431aa29a3b1e24310d09fb8">nppsThreshold_LT_32fc_I_Ctx</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00561"></a><span class="lineno">  561</span>&#160;</div>
<div class="line"><a name="l00562"></a><span class="lineno">  562</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00563"></a><span class="lineno">  563</span>&#160;<a class="code" href="group__signal__threshold.html#gaaa430e845fbace20a921203ed054fde7">nppsThreshold_LT_32fc_I</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel);</div>
<div class="line"><a name="l00564"></a><span class="lineno">  564</span>&#160;</div>
<div class="line"><a name="l00574"></a><span class="lineno">  574</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00575"></a><span class="lineno">  575</span>&#160;<a class="code" href="group__signal__threshold.html#ga14f01754a317c6efe20aebd5dd84ce8d">nppsThreshold_LT_64f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00576"></a><span class="lineno">  576</span>&#160;</div>
<div class="line"><a name="l00577"></a><span class="lineno">  577</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00578"></a><span class="lineno">  578</span>&#160;<a class="code" href="group__signal__threshold.html#ga24e88d19ad2a1edbba9fbd561d120039">nppsThreshold_LT_64f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel);</div>
<div class="line"><a name="l00579"></a><span class="lineno">  579</span>&#160;</div>
<div class="line"><a name="l00588"></a><span class="lineno">  588</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00589"></a><span class="lineno">  589</span>&#160;<a class="code" href="group__signal__threshold.html#gaafc648421d663957818cc74edff0a2bf">nppsThreshold_LT_64f_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00590"></a><span class="lineno">  590</span>&#160;</div>
<div class="line"><a name="l00591"></a><span class="lineno">  591</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00592"></a><span class="lineno">  592</span>&#160;<a class="code" href="group__signal__threshold.html#ga73ba750e77e27d0907285476113a8bbd">nppsThreshold_LT_64f_I</a>(<a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel);</div>
<div class="line"><a name="l00593"></a><span class="lineno">  593</span>&#160;</div>
<div class="line"><a name="l00603"></a><span class="lineno">  603</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00604"></a><span class="lineno">  604</span>&#160;<a class="code" href="group__signal__threshold.html#ga91d0a2896063428a0f8c671bf48936a0">nppsThreshold_LT_64fc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00605"></a><span class="lineno">  605</span>&#160;</div>
<div class="line"><a name="l00606"></a><span class="lineno">  606</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00607"></a><span class="lineno">  607</span>&#160;<a class="code" href="group__signal__threshold.html#ga90ee5f4180fd61861235861336c8ac78">nppsThreshold_LT_64fc</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel);</div>
<div class="line"><a name="l00608"></a><span class="lineno">  608</span>&#160;</div>
<div class="line"><a name="l00617"></a><span class="lineno">  617</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00618"></a><span class="lineno">  618</span>&#160;<a class="code" href="group__signal__threshold.html#ga34ec7fdfad56526c2800027b8212f8c9">nppsThreshold_LT_64fc_I_Ctx</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00619"></a><span class="lineno">  619</span>&#160;</div>
<div class="line"><a name="l00620"></a><span class="lineno">  620</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00621"></a><span class="lineno">  621</span>&#160;<a class="code" href="group__signal__threshold.html#ga0a34d5d00929ebf7b96b1257c31aeaa7">nppsThreshold_LT_64fc_I</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel);</div>
<div class="line"><a name="l00622"></a><span class="lineno">  622</span>&#160;</div>
<div class="line"><a name="l00632"></a><span class="lineno">  632</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00633"></a><span class="lineno">  633</span>&#160;<a class="code" href="group__signal__threshold.html#gabcb8593ea0f5f1d1e8268058e9ebf3ba">nppsThreshold_GT_16s_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00634"></a><span class="lineno">  634</span>&#160;</div>
<div class="line"><a name="l00635"></a><span class="lineno">  635</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00636"></a><span class="lineno">  636</span>&#160;<a class="code" href="group__signal__threshold.html#ga42456d9bec461ddfe2fabe54b03af577">nppsThreshold_GT_16s</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel);</div>
<div class="line"><a name="l00637"></a><span class="lineno">  637</span>&#160;</div>
<div class="line"><a name="l00646"></a><span class="lineno">  646</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00647"></a><span class="lineno">  647</span>&#160;<a class="code" href="group__signal__threshold.html#ga08247d2d0d4bdae395716e3b8256b095">nppsThreshold_GT_16s_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00648"></a><span class="lineno">  648</span>&#160;</div>
<div class="line"><a name="l00649"></a><span class="lineno">  649</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00650"></a><span class="lineno">  650</span>&#160;<a class="code" href="group__signal__threshold.html#gab9fe7cabb8e640a2064d5e70ab39a04f">nppsThreshold_GT_16s_I</a>(<a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel);</div>
<div class="line"><a name="l00651"></a><span class="lineno">  651</span>&#160;</div>
<div class="line"><a name="l00661"></a><span class="lineno">  661</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00662"></a><span class="lineno">  662</span>&#160;<a class="code" href="group__signal__threshold.html#ga43d702efb11b55c6a95f1fdb3de44f14">nppsThreshold_GT_16sc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00663"></a><span class="lineno">  663</span>&#160;</div>
<div class="line"><a name="l00664"></a><span class="lineno">  664</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00665"></a><span class="lineno">  665</span>&#160;<a class="code" href="group__signal__threshold.html#ga5d0aa87c88d496d10d9437aaebba264f">nppsThreshold_GT_16sc</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel);</div>
<div class="line"><a name="l00666"></a><span class="lineno">  666</span>&#160;</div>
<div class="line"><a name="l00675"></a><span class="lineno">  675</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00676"></a><span class="lineno">  676</span>&#160;<a class="code" href="group__signal__threshold.html#ga5f930e8dcfe8f0b1704c917fbaea10c3">nppsThreshold_GT_16sc_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00677"></a><span class="lineno">  677</span>&#160;</div>
<div class="line"><a name="l00678"></a><span class="lineno">  678</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00679"></a><span class="lineno">  679</span>&#160;<a class="code" href="group__signal__threshold.html#ga5afb52dbf202f23a528d93e263ce7543">nppsThreshold_GT_16sc_I</a>(<a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel);</div>
<div class="line"><a name="l00680"></a><span class="lineno">  680</span>&#160;</div>
<div class="line"><a name="l00690"></a><span class="lineno">  690</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00691"></a><span class="lineno">  691</span>&#160;<a class="code" href="group__signal__threshold.html#ga57039425a27b023b540625fd41bc127d">nppsThreshold_GT_32f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00692"></a><span class="lineno">  692</span>&#160;</div>
<div class="line"><a name="l00693"></a><span class="lineno">  693</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00694"></a><span class="lineno">  694</span>&#160;<a class="code" href="group__signal__threshold.html#ga1e0c2b32f2588414b34f2694962fc1ca">nppsThreshold_GT_32f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel);</div>
<div class="line"><a name="l00695"></a><span class="lineno">  695</span>&#160;</div>
<div class="line"><a name="l00704"></a><span class="lineno">  704</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00705"></a><span class="lineno">  705</span>&#160;<a class="code" href="group__signal__threshold.html#gada0f3167a02ceb764146ef39aa81f389">nppsThreshold_GT_32f_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00706"></a><span class="lineno">  706</span>&#160;</div>
<div class="line"><a name="l00707"></a><span class="lineno">  707</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00708"></a><span class="lineno">  708</span>&#160;<a class="code" href="group__signal__threshold.html#ga87c0cc5d979e1588e38d7012d3473df3">nppsThreshold_GT_32f_I</a>(<a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel);</div>
<div class="line"><a name="l00709"></a><span class="lineno">  709</span>&#160;</div>
<div class="line"><a name="l00719"></a><span class="lineno">  719</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00720"></a><span class="lineno">  720</span>&#160;<a class="code" href="group__signal__threshold.html#ga707392f12de50d736284b23231b52a1f">nppsThreshold_GT_32fc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00721"></a><span class="lineno">  721</span>&#160;</div>
<div class="line"><a name="l00722"></a><span class="lineno">  722</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00723"></a><span class="lineno">  723</span>&#160;<a class="code" href="group__signal__threshold.html#ga108c87492ffba1624952ba9aeca102ab">nppsThreshold_GT_32fc</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel);</div>
<div class="line"><a name="l00724"></a><span class="lineno">  724</span>&#160;</div>
<div class="line"><a name="l00733"></a><span class="lineno">  733</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00734"></a><span class="lineno">  734</span>&#160;<a class="code" href="group__signal__threshold.html#gacd4467cfd0f8fd42446e155bafbdadb2">nppsThreshold_GT_32fc_I_Ctx</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00735"></a><span class="lineno">  735</span>&#160;</div>
<div class="line"><a name="l00736"></a><span class="lineno">  736</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00737"></a><span class="lineno">  737</span>&#160;<a class="code" href="group__signal__threshold.html#ga36ac26fe659c4905c424534dee5775da">nppsThreshold_GT_32fc_I</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel);</div>
<div class="line"><a name="l00738"></a><span class="lineno">  738</span>&#160;</div>
<div class="line"><a name="l00748"></a><span class="lineno">  748</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00749"></a><span class="lineno">  749</span>&#160;<a class="code" href="group__signal__threshold.html#gae3ef1e491970ce778a1cdb882dcaaf71">nppsThreshold_GT_64f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00750"></a><span class="lineno">  750</span>&#160;</div>
<div class="line"><a name="l00751"></a><span class="lineno">  751</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00752"></a><span class="lineno">  752</span>&#160;<a class="code" href="group__signal__threshold.html#ga6e13a150b1986b746b4dedf2af7bc25b">nppsThreshold_GT_64f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel);</div>
<div class="line"><a name="l00753"></a><span class="lineno">  753</span>&#160;</div>
<div class="line"><a name="l00762"></a><span class="lineno">  762</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00763"></a><span class="lineno">  763</span>&#160;<a class="code" href="group__signal__threshold.html#ga5f566a49e0910e81f919ea5c1403217f">nppsThreshold_GT_64f_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00764"></a><span class="lineno">  764</span>&#160;</div>
<div class="line"><a name="l00765"></a><span class="lineno">  765</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00766"></a><span class="lineno">  766</span>&#160;<a class="code" href="group__signal__threshold.html#ga7131a3e0e0732f8364ae88776462cc45">nppsThreshold_GT_64f_I</a>(<a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel);</div>
<div class="line"><a name="l00767"></a><span class="lineno">  767</span>&#160;</div>
<div class="line"><a name="l00777"></a><span class="lineno">  777</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00778"></a><span class="lineno">  778</span>&#160;<a class="code" href="group__signal__threshold.html#gae527ec34eea1b17843376007066fd834">nppsThreshold_GT_64fc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00779"></a><span class="lineno">  779</span>&#160;</div>
<div class="line"><a name="l00780"></a><span class="lineno">  780</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00781"></a><span class="lineno">  781</span>&#160;<a class="code" href="group__signal__threshold.html#ga6c9362d0ad7c36d415c5acf570bd4d8f">nppsThreshold_GT_64fc</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel);</div>
<div class="line"><a name="l00782"></a><span class="lineno">  782</span>&#160;</div>
<div class="line"><a name="l00791"></a><span class="lineno">  791</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00792"></a><span class="lineno">  792</span>&#160;<a class="code" href="group__signal__threshold.html#ga55f45d36bc0093d930e7472c2f44e672">nppsThreshold_GT_64fc_I_Ctx</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00793"></a><span class="lineno">  793</span>&#160;</div>
<div class="line"><a name="l00794"></a><span class="lineno">  794</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00795"></a><span class="lineno">  795</span>&#160;<a class="code" href="group__signal__threshold.html#gac9db5d36e36dea70fb6cdc12656cb27e">nppsThreshold_GT_64fc_I</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel);</div>
<div class="line"><a name="l00796"></a><span class="lineno">  796</span>&#160;</div>
<div class="line"><a name="l00807"></a><span class="lineno">  807</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00808"></a><span class="lineno">  808</span>&#160;<a class="code" href="group__signal__threshold.html#gaee6741842f52c7adc96e97521d98f728">nppsThreshold_LTVal_16s_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00809"></a><span class="lineno">  809</span>&#160;</div>
<div class="line"><a name="l00810"></a><span class="lineno">  810</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00811"></a><span class="lineno">  811</span>&#160;<a class="code" href="group__signal__threshold.html#ga9734d6f6986fbc86aec64972cc8aaf0f">nppsThreshold_LTVal_16s</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nValue);</div>
<div class="line"><a name="l00812"></a><span class="lineno">  812</span>&#160;</div>
<div class="line"><a name="l00822"></a><span class="lineno">  822</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00823"></a><span class="lineno">  823</span>&#160;<a class="code" href="group__signal__threshold.html#ga93d17fc757323fb72dcefefd981fc806">nppsThreshold_LTVal_16s_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00824"></a><span class="lineno">  824</span>&#160;</div>
<div class="line"><a name="l00825"></a><span class="lineno">  825</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00826"></a><span class="lineno">  826</span>&#160;<a class="code" href="group__signal__threshold.html#gae97e36d49598ae0f5a0cd11cc3001c3d">nppsThreshold_LTVal_16s_I</a>(<a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nValue);</div>
<div class="line"><a name="l00827"></a><span class="lineno">  827</span>&#160;</div>
<div class="line"><a name="l00838"></a><span class="lineno">  838</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00839"></a><span class="lineno">  839</span>&#160;<a class="code" href="group__signal__threshold.html#ga281413122138f8bb417531d1ec1f1049">nppsThreshold_LTVal_16sc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00840"></a><span class="lineno">  840</span>&#160;</div>
<div class="line"><a name="l00841"></a><span class="lineno">  841</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00842"></a><span class="lineno">  842</span>&#160;<a class="code" href="group__signal__threshold.html#gac16be86f07c6cbf5a74a394c825e4c96">nppsThreshold_LTVal_16sc</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> nValue);</div>
<div class="line"><a name="l00843"></a><span class="lineno">  843</span>&#160;</div>
<div class="line"><a name="l00853"></a><span class="lineno">  853</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00854"></a><span class="lineno">  854</span>&#160;<a class="code" href="group__signal__threshold.html#gadba35fb751e6cff6aff880b5aaddebbf">nppsThreshold_LTVal_16sc_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00855"></a><span class="lineno">  855</span>&#160;</div>
<div class="line"><a name="l00856"></a><span class="lineno">  856</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00857"></a><span class="lineno">  857</span>&#160;<a class="code" href="group__signal__threshold.html#ga21541e172484281a1c7fd0dd08ea1e50">nppsThreshold_LTVal_16sc_I</a>(<a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> nValue);</div>
<div class="line"><a name="l00858"></a><span class="lineno">  858</span>&#160;</div>
<div class="line"><a name="l00869"></a><span class="lineno">  869</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00870"></a><span class="lineno">  870</span>&#160;<a class="code" href="group__signal__threshold.html#ga0fc92b91f3910ac26565cfe6abdee3e6">nppsThreshold_LTVal_32f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00871"></a><span class="lineno">  871</span>&#160;</div>
<div class="line"><a name="l00872"></a><span class="lineno">  872</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00873"></a><span class="lineno">  873</span>&#160;<a class="code" href="group__signal__threshold.html#gaa3b7f0d63b73a46d6c5039139af85776">nppsThreshold_LTVal_32f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nValue);</div>
<div class="line"><a name="l00874"></a><span class="lineno">  874</span>&#160;</div>
<div class="line"><a name="l00884"></a><span class="lineno">  884</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00885"></a><span class="lineno">  885</span>&#160;<a class="code" href="group__signal__threshold.html#gab3a981a20cd9916a3009f13dcc2c8fc9">nppsThreshold_LTVal_32f_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00886"></a><span class="lineno">  886</span>&#160;</div>
<div class="line"><a name="l00887"></a><span class="lineno">  887</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00888"></a><span class="lineno">  888</span>&#160;<a class="code" href="group__signal__threshold.html#ga4a16e246848d18c73d1dd43cb8fe07a3">nppsThreshold_LTVal_32f_I</a>(<a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nValue);</div>
<div class="line"><a name="l00889"></a><span class="lineno">  889</span>&#160;</div>
<div class="line"><a name="l00900"></a><span class="lineno">  900</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00901"></a><span class="lineno">  901</span>&#160;<a class="code" href="group__signal__threshold.html#ga426ddec61d746ef78c3bcf938ddc3add">nppsThreshold_LTVal_32fc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00902"></a><span class="lineno">  902</span>&#160;</div>
<div class="line"><a name="l00903"></a><span class="lineno">  903</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00904"></a><span class="lineno">  904</span>&#160;<a class="code" href="group__signal__threshold.html#gad3887d8d10e3bd142232d61bacd77026">nppsThreshold_LTVal_32fc</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> nValue);</div>
<div class="line"><a name="l00905"></a><span class="lineno">  905</span>&#160;</div>
<div class="line"><a name="l00915"></a><span class="lineno">  915</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00916"></a><span class="lineno">  916</span>&#160;<a class="code" href="group__signal__threshold.html#ga8aefc04ff8ef53eafde2cfd314029290">nppsThreshold_LTVal_32fc_I_Ctx</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00917"></a><span class="lineno">  917</span>&#160;</div>
<div class="line"><a name="l00918"></a><span class="lineno">  918</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00919"></a><span class="lineno">  919</span>&#160;<a class="code" href="group__signal__threshold.html#ga738b306bd250caeabe7f2d3d4de14584">nppsThreshold_LTVal_32fc_I</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> nValue);</div>
<div class="line"><a name="l00920"></a><span class="lineno">  920</span>&#160;</div>
<div class="line"><a name="l00931"></a><span class="lineno">  931</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00932"></a><span class="lineno">  932</span>&#160;<a class="code" href="group__signal__threshold.html#ga86a284a045bf21c7d0a889dd4ae7a9f2">nppsThreshold_LTVal_64f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00933"></a><span class="lineno">  933</span>&#160;</div>
<div class="line"><a name="l00934"></a><span class="lineno">  934</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00935"></a><span class="lineno">  935</span>&#160;<a class="code" href="group__signal__threshold.html#ga3b3cebd380959db0a74103f503fa1385">nppsThreshold_LTVal_64f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nValue);</div>
<div class="line"><a name="l00936"></a><span class="lineno">  936</span>&#160;</div>
<div class="line"><a name="l00946"></a><span class="lineno">  946</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00947"></a><span class="lineno">  947</span>&#160;<a class="code" href="group__signal__threshold.html#ga92f6b836c654eec3de8a6de50f0b98c9">nppsThreshold_LTVal_64f_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00948"></a><span class="lineno">  948</span>&#160;</div>
<div class="line"><a name="l00949"></a><span class="lineno">  949</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00950"></a><span class="lineno">  950</span>&#160;<a class="code" href="group__signal__threshold.html#gaa2cee779e9bdc7fd0403a317eb333d42">nppsThreshold_LTVal_64f_I</a>(<a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nValue);</div>
<div class="line"><a name="l00951"></a><span class="lineno">  951</span>&#160;</div>
<div class="line"><a name="l00962"></a><span class="lineno">  962</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00963"></a><span class="lineno">  963</span>&#160;<a class="code" href="group__signal__threshold.html#gabb5b2e4e6a573874b81c55afba64b9bf">nppsThreshold_LTVal_64fc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00964"></a><span class="lineno">  964</span>&#160;</div>
<div class="line"><a name="l00965"></a><span class="lineno">  965</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00966"></a><span class="lineno">  966</span>&#160;<a class="code" href="group__signal__threshold.html#ga32e3f346db73a1475f6c5fbb0d526672">nppsThreshold_LTVal_64fc</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> nValue);</div>
<div class="line"><a name="l00967"></a><span class="lineno">  967</span>&#160;</div>
<div class="line"><a name="l00977"></a><span class="lineno">  977</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00978"></a><span class="lineno">  978</span>&#160;<a class="code" href="group__signal__threshold.html#gae31e7d2d0c154d3fc21247a452c2cdb7">nppsThreshold_LTVal_64fc_I_Ctx</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00979"></a><span class="lineno">  979</span>&#160;</div>
<div class="line"><a name="l00980"></a><span class="lineno">  980</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00981"></a><span class="lineno">  981</span>&#160;<a class="code" href="group__signal__threshold.html#ga0ff2576a668d552e9863bc7765ad327b">nppsThreshold_LTVal_64fc_I</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> nValue);</div>
<div class="line"><a name="l00982"></a><span class="lineno">  982</span>&#160;</div>
<div class="line"><a name="l00993"></a><span class="lineno">  993</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00994"></a><span class="lineno">  994</span>&#160;<a class="code" href="group__signal__threshold.html#ga81cb2b77a5eb5db280145b633dedc9ae">nppsThreshold_GTVal_16s_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l00995"></a><span class="lineno">  995</span>&#160;</div>
<div class="line"><a name="l00996"></a><span class="lineno">  996</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l00997"></a><span class="lineno">  997</span>&#160;<a class="code" href="group__signal__threshold.html#gace6c422fead58f99337e1fbc1b8fcb31">nppsThreshold_GTVal_16s</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nValue);</div>
<div class="line"><a name="l00998"></a><span class="lineno">  998</span>&#160;</div>
<div class="line"><a name="l01008"></a><span class="lineno"> 1008</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01009"></a><span class="lineno"> 1009</span>&#160;<a class="code" href="group__signal__threshold.html#ga7b7baf7b419e23ea3ab1a72226a6d994">nppsThreshold_GTVal_16s_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l01010"></a><span class="lineno"> 1010</span>&#160;</div>
<div class="line"><a name="l01011"></a><span class="lineno"> 1011</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01012"></a><span class="lineno"> 1012</span>&#160;<a class="code" href="group__signal__threshold.html#gae05e84c8b606341f07e16d62cc9f575e">nppsThreshold_GTVal_16s_I</a>(<a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nValue);</div>
<div class="line"><a name="l01013"></a><span class="lineno"> 1013</span>&#160;</div>
<div class="line"><a name="l01024"></a><span class="lineno"> 1024</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01025"></a><span class="lineno"> 1025</span>&#160;<a class="code" href="group__signal__threshold.html#ga58584e0ad598d642122c97fc39cb9c15">nppsThreshold_GTVal_16sc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l01026"></a><span class="lineno"> 1026</span>&#160;</div>
<div class="line"><a name="l01027"></a><span class="lineno"> 1027</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01028"></a><span class="lineno"> 1028</span>&#160;<a class="code" href="group__signal__threshold.html#ga23598ccd4ee43577d2b7c0c3d7b887ba">nppsThreshold_GTVal_16sc</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> nValue);</div>
<div class="line"><a name="l01029"></a><span class="lineno"> 1029</span>&#160;</div>
<div class="line"><a name="l01039"></a><span class="lineno"> 1039</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01040"></a><span class="lineno"> 1040</span>&#160;<a class="code" href="group__signal__threshold.html#gae381aa32276686643aab20b96a8b40c4">nppsThreshold_GTVal_16sc_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l01041"></a><span class="lineno"> 1041</span>&#160;</div>
<div class="line"><a name="l01042"></a><span class="lineno"> 1042</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01043"></a><span class="lineno"> 1043</span>&#160;<a class="code" href="group__signal__threshold.html#ga192cfe50ccc9f275f818d8ed44dfb472">nppsThreshold_GTVal_16sc_I</a>(<a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a> nValue);</div>
<div class="line"><a name="l01044"></a><span class="lineno"> 1044</span>&#160;</div>
<div class="line"><a name="l01055"></a><span class="lineno"> 1055</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01056"></a><span class="lineno"> 1056</span>&#160;<a class="code" href="group__signal__threshold.html#gac50f9ffc9bbc560e82b48548c45f5674">nppsThreshold_GTVal_32f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l01057"></a><span class="lineno"> 1057</span>&#160;</div>
<div class="line"><a name="l01058"></a><span class="lineno"> 1058</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01059"></a><span class="lineno"> 1059</span>&#160;<a class="code" href="group__signal__threshold.html#gad9a3c98cdf32f7ab53261f54e9a3a7fd">nppsThreshold_GTVal_32f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nValue);</div>
<div class="line"><a name="l01060"></a><span class="lineno"> 1060</span>&#160;</div>
<div class="line"><a name="l01070"></a><span class="lineno"> 1070</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01071"></a><span class="lineno"> 1071</span>&#160;<a class="code" href="group__signal__threshold.html#gaa8a3b13ae53bb04a1950e86235dece70">nppsThreshold_GTVal_32f_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l01072"></a><span class="lineno"> 1072</span>&#160;</div>
<div class="line"><a name="l01073"></a><span class="lineno"> 1073</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01074"></a><span class="lineno"> 1074</span>&#160;<a class="code" href="group__signal__threshold.html#gade3a2520f6341ccd67b48f10f5a6310e">nppsThreshold_GTVal_32f_I</a>(<a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nValue);</div>
<div class="line"><a name="l01075"></a><span class="lineno"> 1075</span>&#160;</div>
<div class="line"><a name="l01086"></a><span class="lineno"> 1086</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01087"></a><span class="lineno"> 1087</span>&#160;<a class="code" href="group__signal__threshold.html#ga987a3b4b1d5a40fb3e0e7171874b42ef">nppsThreshold_GTVal_32fc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l01088"></a><span class="lineno"> 1088</span>&#160;</div>
<div class="line"><a name="l01089"></a><span class="lineno"> 1089</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01090"></a><span class="lineno"> 1090</span>&#160;<a class="code" href="group__signal__threshold.html#ga0f40fdcb7060aa9f9a6108b39acc21d2">nppsThreshold_GTVal_32fc</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> nValue);</div>
<div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>&#160;</div>
<div class="line"><a name="l01101"></a><span class="lineno"> 1101</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01102"></a><span class="lineno"> 1102</span>&#160;<a class="code" href="group__signal__threshold.html#gaed2bfd2105f9a7952bc45f51d243a53d">nppsThreshold_GTVal_32fc_I_Ctx</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l01103"></a><span class="lineno"> 1103</span>&#160;</div>
<div class="line"><a name="l01104"></a><span class="lineno"> 1104</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01105"></a><span class="lineno"> 1105</span>&#160;<a class="code" href="group__signal__threshold.html#ga8ad4302e65f86cf0e29bd8dc442005a6">nppsThreshold_GTVal_32fc_I</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__8.html">Npp32fc</a> nValue);</div>
<div class="line"><a name="l01106"></a><span class="lineno"> 1106</span>&#160;</div>
<div class="line"><a name="l01117"></a><span class="lineno"> 1117</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01118"></a><span class="lineno"> 1118</span>&#160;<a class="code" href="group__signal__threshold.html#ga83c43535b5b467fcfd0f3d835f729ea5">nppsThreshold_GTVal_64f_Ctx</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l01119"></a><span class="lineno"> 1119</span>&#160;</div>
<div class="line"><a name="l01120"></a><span class="lineno"> 1120</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01121"></a><span class="lineno"> 1121</span>&#160;<a class="code" href="group__signal__threshold.html#ga842f22d9fed5b2499abb4d76225397c7">nppsThreshold_GTVal_64f</a>(<span class="keyword">const</span> <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrc, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nValue);</div>
<div class="line"><a name="l01122"></a><span class="lineno"> 1122</span>&#160;</div>
<div class="line"><a name="l01132"></a><span class="lineno"> 1132</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01133"></a><span class="lineno"> 1133</span>&#160;<a class="code" href="group__signal__threshold.html#ga47855d8bd0c9d6745e3891030aad0606">nppsThreshold_GTVal_64f_I_Ctx</a>(<a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l01134"></a><span class="lineno"> 1134</span>&#160;</div>
<div class="line"><a name="l01135"></a><span class="lineno"> 1135</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01136"></a><span class="lineno"> 1136</span>&#160;<a class="code" href="group__signal__threshold.html#ga254c16635dfcd0c4907ad3abfa8eebfb">nppsThreshold_GTVal_64f_I</a>(<a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nValue);</div>
<div class="line"><a name="l01137"></a><span class="lineno"> 1137</span>&#160;</div>
<div class="line"><a name="l01148"></a><span class="lineno"> 1148</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01149"></a><span class="lineno"> 1149</span>&#160;<a class="code" href="group__signal__threshold.html#gaeccb407c614ebbd5cc000090c35de9ee">nppsThreshold_GTVal_64fc_Ctx</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l01150"></a><span class="lineno"> 1150</span>&#160;</div>
<div class="line"><a name="l01151"></a><span class="lineno"> 1151</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01152"></a><span class="lineno"> 1152</span>&#160;<a class="code" href="group__signal__threshold.html#ga7bfa3103a72cb0179bb05477c1db8395">nppsThreshold_GTVal_64fc</a>(<span class="keyword">const</span> <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrc, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> nValue);</div>
<div class="line"><a name="l01153"></a><span class="lineno"> 1153</span>&#160;</div>
<div class="line"><a name="l01163"></a><span class="lineno"> 1163</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01164"></a><span class="lineno"> 1164</span>&#160;<a class="code" href="group__signal__threshold.html#ga802ef4e85144cfc080d8374ea0ab6289">nppsThreshold_GTVal_64fc_I_Ctx</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> nValue, <a class="code" href="struct_npp_stream_context.html">NppStreamContext</a> nppStreamCtx);</div>
<div class="line"><a name="l01165"></a><span class="lineno"> 1165</span>&#160;</div>
<div class="line"><a name="l01166"></a><span class="lineno"> 1166</span>&#160;<a class="code" href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a> </div>
<div class="line"><a name="l01167"></a><span class="lineno"> 1167</span>&#160;<a class="code" href="group__signal__threshold.html#gaad5e5547ad2ec61a2285d9af70f8702d">nppsThreshold_GTVal_64fc_I</a>(<a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> * pSrcDst, <span class="keywordtype">int</span> nLength, <a class="code" href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a> nLevel, <a class="code" href="struct_n_p_p___a_l_i_g_n__16.html">Npp64fc</a> nValue);</div>
<div class="line"><a name="l01168"></a><span class="lineno"> 1168</span>&#160;</div>
<div class="line"><a name="l01175"></a><span class="lineno"> 1175</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l01176"></a><span class="lineno"> 1176</span>&#160;<span class="preprocessor"></span>} <span class="comment">/* extern &quot;C&quot; */</span></div>
<div class="line"><a name="l01177"></a><span class="lineno"> 1177</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l01178"></a><span class="lineno"> 1178</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l01179"></a><span class="lineno"> 1179</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* NV_NPPS_CONVERSION_FUNCTIONS_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="group__signal__convert_html_ga08dbbeeb5edd4c1cf8845571c15f56b1"><div class="ttname"><a href="group__signal__convert.html#ga08dbbeeb5edd4c1cf8845571c15f56b1">nppsConvert_64f32s_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_64f32s_Sfs_Ctx(const Npp64f *pSrc, Npp32s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__convert_html_gae785f7cf9d42334f5165ce360572e977"><div class="ttname"><a href="group__signal__convert.html#gae785f7cf9d42334f5165ce360572e977">nppsConvert_32s64f_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_32s64f_Sfs_Ctx(const Npp32s *pSrc, Npp64f *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_gace6c422fead58f99337e1fbc1b8fcb31"><div class="ttname"><a href="group__signal__threshold.html#gace6c422fead58f99337e1fbc1b8fcb31">nppsThreshold_GTVal_16s</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_16s(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, Npp16s nValue)</div></div>
<div class="ttc" id="group__signal__convert_html_gab014a9e705ec940ef6b2c9d275f0ee3b"><div class="ttname"><a href="group__signal__convert.html#gab014a9e705ec940ef6b2c9d275f0ee3b">nppsConvert_32f64f</a></div><div class="ttdeci">NppStatus nppsConvert_32f64f(const Npp32f *pSrc, Npp64f *pDst, int nLength)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga9e29c2c912559071e3c437048721346f"><div class="ttname"><a href="group__signal__threshold.html#ga9e29c2c912559071e3c437048721346f">nppsThreshold_64fc</a></div><div class="ttdeci">NppStatus nppsThreshold_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp)</div></div>
<div class="ttc" id="group__signal__convert_html_ga7a2dc2d975e83549c1736cea01e7fb91"><div class="ttname"><a href="group__signal__convert.html#ga7a2dc2d975e83549c1736cea01e7fb91">nppsConvert_8s16s_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_8s16s_Ctx(const Npp8s *pSrc, Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_gaaa430e845fbace20a921203ed054fde7"><div class="ttname"><a href="group__signal__threshold.html#gaaa430e845fbace20a921203ed054fde7">nppsThreshold_LT_32fc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_32fc_I(Npp32fc *pSrcDst, int nLength, Npp32f nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_gaeccb407c614ebbd5cc000090c35de9ee"><div class="ttname"><a href="group__signal__threshold.html#gaeccb407c614ebbd5cc000090c35de9ee">nppsThreshold_GTVal_64fc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level...</div></div>
<div class="ttc" id="group__signal__threshold_html_ga254c16635dfcd0c4907ad3abfa8eebfb"><div class="ttname"><a href="group__signal__threshold.html#ga254c16635dfcd0c4907ad3abfa8eebfb">nppsThreshold_GTVal_64f_I</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_64f_I(Npp64f *pSrcDst, int nLength, Npp64f nLevel, Npp64f nValue)</div></div>
<div class="ttc" id="group__signal__convert_html_ga5d98e4d1ab155a0bbd49d93e9f9607cf"><div class="ttname"><a href="group__signal__convert.html#ga5d98e4d1ab155a0bbd49d93e9f9607cf">nppsConvert_32s16s_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_32s16s_Sfs(const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__convert_html_gae561562a29c3c0bc13e716e6061c2280"><div class="ttname"><a href="group__signal__convert.html#gae561562a29c3c0bc13e716e6061c2280">nppsConvert_32s16s_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_32s16s_Ctx(const Npp32s *pSrc, Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__npp__basic__types_html_ga29b502b6816fc0066fd59538483a5b62"><div class="ttname"><a href="group__npp__basic__types.html#ga29b502b6816fc0066fd59538483a5b62">Npp8u</a></div><div class="ttdeci">unsigned char Npp8u</div><div class="ttdoc">8-bit unsigned chars </div><div class="ttdef"><b>Definition:</b> nppdefs.h:298</div></div>
<div class="ttc" id="group__signal__convert_html_ga4bdc0997608439be6516f42018149041"><div class="ttname"><a href="group__signal__convert.html#ga4bdc0997608439be6516f42018149041">nppsConvert_32f16u_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_32f16u_Sfs_Ctx(const Npp32f *pSrc, Npp16u *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__convert_html_ga03fde83f1bf524ea45b7cf7ef7da8d80"><div class="ttname"><a href="group__signal__convert.html#ga03fde83f1bf524ea45b7cf7ef7da8d80">nppsConvert_16s32s_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_16s32s_Ctx(const Npp16s *pSrc, Npp32s *pDst, int nLength, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga34d8ef3a7ee23a11b05f438449368fd2"><div class="ttname"><a href="group__signal__threshold.html#ga34d8ef3a7ee23a11b05f438449368fd2">nppsThreshold_16sc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit signed short complex number signal threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga55f45d36bc0093d930e7472c2f44e672"><div class="ttname"><a href="group__signal__threshold.html#ga55f45d36bc0093d930e7472c2f44e672">nppsThreshold_GT_64fc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_64fc_I_Ctx(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level...</div></div>
<div class="ttc" id="group__signal__threshold_html_ga842f22d9fed5b2499abb4d76225397c7"><div class="ttname"><a href="group__signal__threshold.html#ga842f22d9fed5b2499abb4d76225397c7">nppsThreshold_GTVal_64f</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, Npp64f nValue)</div></div>
<div class="ttc" id="struct_n_p_p___a_l_i_g_n__8_html"><div class="ttname"><a href="struct_n_p_p___a_l_i_g_n__8.html">NPP_ALIGN_8</a></div><div class="ttdoc">Complex Number This struct represents an unsigned int complex number. </div><div class="ttdef"><b>Definition:</b> nppdefs.h:344</div></div>
<div class="ttc" id="group__signal__convert_html_ga72f9ba0322306bfab1e0b9bf3a9a80bb"><div class="ttname"><a href="group__signal__convert.html#ga72f9ba0322306bfab1e0b9bf3a9a80bb">nppsConvert_32s64f</a></div><div class="ttdeci">NppStatus nppsConvert_32s64f(const Npp32s *pSrc, Npp64f *pDst, int nLength)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga5f7698886ac3b683a98a05ff1fe2af3c"><div class="ttname"><a href="group__signal__threshold.html#ga5f7698886ac3b683a98a05ff1fe2af3c">nppsThreshold_16sc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_16sc_I_Ctx(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit in place signed short complex number signal threshold with constant level. ...</div></div>
<div class="ttc" id="group__signal__threshold_html_ga08247d2d0d4bdae395716e3b8256b095"><div class="ttname"><a href="group__signal__threshold.html#ga08247d2d0d4bdae395716e3b8256b095">nppsThreshold_GT_16s_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_16s_I_Ctx(Npp16s *pSrcDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit in place signed short signal NPP_CMP_GREATER threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga663c71d04e8a71042714c7aed8e582f4"><div class="ttname"><a href="group__signal__threshold.html#ga663c71d04e8a71042714c7aed8e582f4">nppsThreshold_LT_32f_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit floating point signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__signal__convert_html_gabc2f49a017eaac8d7fc81c281edf9568"><div class="ttname"><a href="group__signal__convert.html#gabc2f49a017eaac8d7fc81c281edf9568">nppsConvert_16s64f_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_16s64f_Sfs_Ctx(const Npp16s *pSrc, Npp64f *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga5d0aa87c88d496d10d9437aaebba264f"><div class="ttname"><a href="group__signal__threshold.html#ga5d0aa87c88d496d10d9437aaebba264f">nppsThreshold_GT_16sc</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_16sc(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga92f6b836c654eec3de8a6de50f0b98c9"><div class="ttname"><a href="group__signal__threshold.html#ga92f6b836c654eec3de8a6de50f0b98c9">nppsThreshold_LTVal_64f_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_64f_I_Ctx(Npp64f *pSrcDst, int nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit in place floating point signal NPP_CMP_LESS threshold with constant level. ...</div></div>
<div class="ttc" id="group__signal__threshold_html_ga3ae4f516739dcd9855398f71448d55fd"><div class="ttname"><a href="group__signal__threshold.html#ga3ae4f516739dcd9855398f71448d55fd">nppsThreshold_LT_16s</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_16s(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga738b306bd250caeabe7f2d3d4de14584"><div class="ttname"><a href="group__signal__threshold.html#ga738b306bd250caeabe7f2d3d4de14584">nppsThreshold_LTVal_32fc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_32fc_I(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue)</div></div>
<div class="ttc" id="group__typedefs__npp_html_ga1105a17b5e76381583c46ecd6a60fe21"><div class="ttname"><a href="group__typedefs__npp.html#ga1105a17b5e76381583c46ecd6a60fe21">NppStatus</a></div><div class="ttdeci">NppStatus</div><div class="ttdoc">Error Status Codes. </div><div class="ttdef"><b>Definition:</b> nppdefs.h:169</div></div>
<div class="ttc" id="group__signal__convert_html_ga2d1315aac6b9f9b6ba134041856056e8"><div class="ttname"><a href="group__signal__convert.html#ga2d1315aac6b9f9b6ba134041856056e8">nppsConvert_16s32s</a></div><div class="ttdeci">NppStatus nppsConvert_16s32s(const Npp16s *pSrc, Npp32s *pDst, int nLength)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga87c0cc5d979e1588e38d7012d3473df3"><div class="ttname"><a href="group__signal__threshold.html#ga87c0cc5d979e1588e38d7012d3473df3">nppsThreshold_GT_32f_I</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_32f_I(Npp32f *pSrcDst, int nLength, Npp32f nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_gaafc648421d663957818cc74edff0a2bf"><div class="ttname"><a href="group__signal__threshold.html#gaafc648421d663957818cc74edff0a2bf">nppsThreshold_LT_64f_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_64f_I_Ctx(Npp64f *pSrcDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit in place floating point signal NPP_CMP_LESS threshold with constant level. ...</div></div>
<div class="ttc" id="group__signal__convert_html_gabced8b75de97915cdc9040a1f13864b0"><div class="ttname"><a href="group__signal__convert.html#gabced8b75de97915cdc9040a1f13864b0">nppsConvert_64f16s_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_64f16s_Sfs(const Npp64f *pSrc, Npp16s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__threshold_html_gade3a2520f6341ccd67b48f10f5a6310e"><div class="ttname"><a href="group__signal__threshold.html#gade3a2520f6341ccd67b48f10f5a6310e">nppsThreshold_GTVal_32f_I</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_32f_I(Npp32f *pSrcDst, int nLength, Npp32f nLevel, Npp32f nValue)</div></div>
<div class="ttc" id="group__signal__convert_html_ga65dbc446c901a6f7a1d05bdc4b191427"><div class="ttname"><a href="group__signal__convert.html#ga65dbc446c901a6f7a1d05bdc4b191427">nppsConvert_32f64f_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_32f64f_Ctx(const Npp32f *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga0ff2576a668d552e9863bc7765ad327b"><div class="ttname"><a href="group__signal__threshold.html#ga0ff2576a668d552e9863bc7765ad327b">nppsThreshold_LTVal_64fc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_64fc_I(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue)</div></div>
<div class="ttc" id="struct_n_p_p___a_l_i_g_n__16_html"><div class="ttname"><a href="struct_n_p_p___a_l_i_g_n__16.html">NPP_ALIGN_16</a></div><div class="ttdoc">Complex Number This struct represents a long long complex number. </div><div class="ttdef"><b>Definition:</b> nppdefs.h:374</div></div>
<div class="ttc" id="group__signal__threshold_html_ga192cfe50ccc9f275f818d8ed44dfb472"><div class="ttname"><a href="group__signal__threshold.html#ga192cfe50ccc9f275f818d8ed44dfb472">nppsThreshold_GTVal_16sc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_16sc_I(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, Npp16sc nValue)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga93d17fc757323fb72dcefefd981fc806"><div class="ttname"><a href="group__signal__threshold.html#ga93d17fc757323fb72dcefefd981fc806">nppsThreshold_LTVal_16s_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_16s_I_Ctx(Npp16s *pSrcDst, int nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit in place signed short signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_gaac13b1ff87df3e2e0a7e1c158ae62698"><div class="ttname"><a href="group__signal__threshold.html#gaac13b1ff87df3e2e0a7e1c158ae62698">nppsThreshold_32fc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_32fc_I(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp)</div></div>
<div class="ttc" id="group__signal__threshold_html_gac620f2684431aa29a3b1e24310d09fb8"><div class="ttname"><a href="group__signal__threshold.html#gac620f2684431aa29a3b1e24310d09fb8">nppsThreshold_LT_32fc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_32fc_I_Ctx(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level...</div></div>
<div class="ttc" id="group__signal__threshold_html_ga0a34d5d00929ebf7b96b1257c31aeaa7"><div class="ttname"><a href="group__signal__threshold.html#ga0a34d5d00929ebf7b96b1257c31aeaa7">nppsThreshold_LT_64fc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_64fc_I(Npp64fc *pSrcDst, int nLength, Npp64f nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_gaa2cee779e9bdc7fd0403a317eb333d42"><div class="ttname"><a href="group__signal__threshold.html#gaa2cee779e9bdc7fd0403a317eb333d42">nppsThreshold_LTVal_64f_I</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_64f_I(Npp64f *pSrcDst, int nLength, Npp64f nLevel, Npp64f nValue)</div></div>
<div class="ttc" id="group__signal__convert_html_gaacbd9b09200ae969bb27d8e406e3fad0"><div class="ttname"><a href="group__signal__convert.html#gaacbd9b09200ae969bb27d8e406e3fad0">nppsConvert_8u32f_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_8u32f_Ctx(const Npp8u *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_gae31e7d2d0c154d3fc21247a452c2cdb7"><div class="ttname"><a href="group__signal__threshold.html#gae31e7d2d0c154d3fc21247a452c2cdb7">nppsThreshold_LTVal_64fc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_64fc_I_Ctx(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level...</div></div>
<div class="ttc" id="group__signal__convert_html_ga58b5fe021c4defade9f2866ad467293f"><div class="ttname"><a href="group__signal__convert.html#ga58b5fe021c4defade9f2866ad467293f">nppsConvert_32s32f</a></div><div class="ttdeci">NppStatus nppsConvert_32s32f(const Npp32s *pSrc, Npp32f *pDst, int nLength)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga6e13a150b1986b746b4dedf2af7bc25b"><div class="ttname"><a href="group__signal__threshold.html#ga6e13a150b1986b746b4dedf2af7bc25b">nppsThreshold_GT_64f</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga0a62a035c95cf62ac76a67e9aa18c24b"><div class="ttname"><a href="group__signal__threshold.html#ga0a62a035c95cf62ac76a67e9aa18c24b">nppsThreshold_32fc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_32fc_I_Ctx(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit in place floating point complex number signal threshold with constant level. </div></div>
<div class="ttc" id="group__typedefs__npp_html_ga25514f63436746c4daafb3af7e69ee26"><div class="ttname"><a href="group__typedefs__npp.html#ga25514f63436746c4daafb3af7e69ee26">NppCmpOp</a></div><div class="ttdeci">NppCmpOp</div><div class="ttdef"><b>Definition:</b> nppdefs.h:466</div></div>
<div class="ttc" id="group__signal__threshold_html_ga08c001dd4649d2327c64a7103b7dfbc8"><div class="ttname"><a href="group__signal__threshold.html#ga08c001dd4649d2327c64a7103b7dfbc8">nppsThreshold_64fc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_64fc_I(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp)</div></div>
<div class="ttc" id="group__signal__convert_html_ga4c33c17b210d50017154cb73d2e28d6e"><div class="ttname"><a href="group__signal__convert.html#ga4c33c17b210d50017154cb73d2e28d6e">nppsConvert_64f64s_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_64f64s_Sfs(const Npp64f *pSrc, Npp64s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__threshold_html_gab4860771d3d05a92461e0ad6a4fbfea2"><div class="ttname"><a href="group__signal__threshold.html#gab4860771d3d05a92461e0ad6a4fbfea2">nppsThreshold_LT_16sc</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_16sc(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_gaed2bfd2105f9a7952bc45f51d243a53d"><div class="ttname"><a href="group__signal__threshold.html#gaed2bfd2105f9a7952bc45f51d243a53d">nppsThreshold_GTVal_32fc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_32fc_I_Ctx(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level...</div></div>
<div class="ttc" id="group__signal__threshold_html_gad3887d8d10e3bd142232d61bacd77026"><div class="ttname"><a href="group__signal__threshold.html#gad3887d8d10e3bd142232d61bacd77026">nppsThreshold_LTVal_32fc</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, Npp32fc nValue)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga81cb2b77a5eb5db280145b633dedc9ae"><div class="ttname"><a href="group__signal__threshold.html#ga81cb2b77a5eb5db280145b633dedc9ae">nppsThreshold_GTVal_16s_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit signed short signal NPP_CMP_GREATER threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_gae05e84c8b606341f07e16d62cc9f575e"><div class="ttname"><a href="group__signal__threshold.html#gae05e84c8b606341f07e16d62cc9f575e">nppsThreshold_GTVal_16s_I</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_16s_I(Npp16s *pSrcDst, int nLength, Npp16s nLevel, Npp16s nValue)</div></div>
<div class="ttc" id="group__signal__threshold_html_gab3a981a20cd9916a3009f13dcc2c8fc9"><div class="ttname"><a href="group__signal__threshold.html#gab3a981a20cd9916a3009f13dcc2c8fc9">nppsThreshold_LTVal_32f_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_32f_I_Ctx(Npp32f *pSrcDst, int nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit in place floating point signal NPP_CMP_LESS threshold with constant level. ...</div></div>
<div class="ttc" id="group__signal__threshold_html_ga537168f9b778b9da88cf227ef5438a05"><div class="ttname"><a href="group__signal__threshold.html#ga537168f9b778b9da88cf227ef5438a05">nppsThreshold_32f</a></div><div class="ttdeci">NppStatus nppsThreshold_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga0fc92b91f3910ac26565cfe6abdee3e6"><div class="ttname"><a href="group__signal__threshold.html#ga0fc92b91f3910ac26565cfe6abdee3e6">nppsThreshold_LTVal_32f_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit floating point signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_gabb5b2e4e6a573874b81c55afba64b9bf"><div class="ttname"><a href="group__signal__threshold.html#gabb5b2e4e6a573874b81c55afba64b9bf">nppsThreshold_LTVal_64fc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit floating point complex number signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga707392f12de50d736284b23231b52a1f"><div class="ttname"><a href="group__signal__threshold.html#ga707392f12de50d736284b23231b52a1f">nppsThreshold_GT_32fc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level...</div></div>
<div class="ttc" id="group__signal__threshold_html_gafcb54ab8418c3af7cb6acb464a311402"><div class="ttname"><a href="group__signal__threshold.html#gafcb54ab8418c3af7cb6acb464a311402">nppsThreshold_LT_32fc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit floating point complex number signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga8aefc04ff8ef53eafde2cfd314029290"><div class="ttname"><a href="group__signal__threshold.html#ga8aefc04ff8ef53eafde2cfd314029290">nppsThreshold_LTVal_32fc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_32fc_I_Ctx(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level...</div></div>
<div class="ttc" id="group__signal__threshold_html_ga1e0c2b32f2588414b34f2694962fc1ca"><div class="ttname"><a href="group__signal__threshold.html#ga1e0c2b32f2588414b34f2694962fc1ca">nppsThreshold_GT_32f</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel)</div></div>
<div class="ttc" id="group__signal__convert_html_ga43f8c13760d190c25f159042b4e40aaa"><div class="ttname"><a href="group__signal__convert.html#ga43f8c13760d190c25f159042b4e40aaa">nppsConvert_16s8s_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_16s8s_Sfs(const Npp16s *pSrc, Npp8s *pDst, Npp32u nLength, NppRoundMode eRoundMode, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__convert_html_gaeb1424f003d68053935b1b50e471b6c0"><div class="ttname"><a href="group__signal__convert.html#gaeb1424f003d68053935b1b50e471b6c0">nppsConvert_64f64s_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_64f64s_Sfs_Ctx(const Npp64f *pSrc, Npp64s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga0f40fdcb7060aa9f9a6108b39acc21d2"><div class="ttname"><a href="group__signal__threshold.html#ga0f40fdcb7060aa9f9a6108b39acc21d2">nppsThreshold_GTVal_32fc</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, Npp32fc nValue)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga73ba750e77e27d0907285476113a8bbd"><div class="ttname"><a href="group__signal__threshold.html#ga73ba750e77e27d0907285476113a8bbd">nppsThreshold_LT_64f_I</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_64f_I(Npp64f *pSrcDst, int nLength, Npp64f nLevel)</div></div>
<div class="ttc" id="group__signal__convert_html_gaffc6f8930075ab8c5fce9928ffaa1c1d"><div class="ttname"><a href="group__signal__convert.html#gaffc6f8930075ab8c5fce9928ffaa1c1d">nppsConvert_16u32f</a></div><div class="ttdeci">NppStatus nppsConvert_16u32f(const Npp16u *pSrc, Npp32f *pDst, int nLength)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga802ef4e85144cfc080d8374ea0ab6289"><div class="ttname"><a href="group__signal__threshold.html#ga802ef4e85144cfc080d8374ea0ab6289">nppsThreshold_GTVal_64fc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_64fc_I_Ctx(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level...</div></div>
<div class="ttc" id="group__signal__convert_html_ga33ec5ec3df5bced5f2c5b09f10774e4c"><div class="ttname"><a href="group__signal__convert.html#ga33ec5ec3df5bced5f2c5b09f10774e4c">nppsConvert_32f32s_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_32f32s_Sfs(const Npp32f *pSrc, Npp32s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga987a3b4b1d5a40fb3e0e7171874b42ef"><div class="ttname"><a href="group__signal__threshold.html#ga987a3b4b1d5a40fb3e0e7171874b42ef">nppsThreshold_GTVal_32fc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level...</div></div>
<div class="ttc" id="group__signal__threshold_html_gad9a3c98cdf32f7ab53261f54e9a3a7fd"><div class="ttname"><a href="group__signal__threshold.html#gad9a3c98cdf32f7ab53261f54e9a3a7fd">nppsThreshold_GTVal_32f</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, Npp32f nValue)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga3eeb686f281e854dc226b32b3abca5de"><div class="ttname"><a href="group__signal__threshold.html#ga3eeb686f281e854dc226b32b3abca5de">nppsThreshold_16sc</a></div><div class="ttdeci">NppStatus nppsThreshold_16sc(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga7bfa3103a72cb0179bb05477c1db8395"><div class="ttname"><a href="group__signal__threshold.html#ga7bfa3103a72cb0179bb05477c1db8395">nppsThreshold_GTVal_64fc</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, Npp64fc nValue)</div></div>
<div class="ttc" id="group__signal__convert_html_gad81c8350ebbfcc49382e917c4b17d97d"><div class="ttname"><a href="group__signal__convert.html#gad81c8350ebbfcc49382e917c4b17d97d">nppsConvert_32s16s_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_32s16s_Sfs_Ctx(const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga2e72dc0bf956d373e85670eb4d8288e1"><div class="ttname"><a href="group__signal__threshold.html#ga2e72dc0bf956d373e85670eb4d8288e1">nppsThreshold_64fc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_64fc_I_Ctx(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit in place floating point complex number signal threshold with constant level. </div></div>
<div class="ttc" id="group__signal__convert_html_ga0cab1dc162403f092af83930beb31b84"><div class="ttname"><a href="group__signal__convert.html#ga0cab1dc162403f092af83930beb31b84">nppsConvert_64f32s_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_64f32s_Sfs(const Npp64f *pSrc, Npp32s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga5afb52dbf202f23a528d93e263ce7543"><div class="ttname"><a href="group__signal__threshold.html#ga5afb52dbf202f23a528d93e263ce7543">nppsThreshold_GT_16sc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_16sc_I(Npp16sc *pSrcDst, int nLength, Npp16s nLevel)</div></div>
<div class="ttc" id="group__npp__basic__types_html_ga3c8f4494ae77adfd64c091c41c4d3103"><div class="ttname"><a href="group__npp__basic__types.html#ga3c8f4494ae77adfd64c091c41c4d3103">Npp64s</a></div><div class="ttdeci">long long Npp64s</div><div class="ttdoc">64-bit signed integers </div><div class="ttdef"><b>Definition:</b> nppdefs.h:305</div></div>
<div class="ttc" id="group__signal__convert_html_ga9c7fc7fc3218ba93dca20fe3d6863ed4"><div class="ttname"><a href="group__signal__convert.html#ga9c7fc7fc3218ba93dca20fe3d6863ed4">nppsConvert_64f32f_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_64f32f_Ctx(const Npp64f *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga9734d6f6986fbc86aec64972cc8aaf0f"><div class="ttname"><a href="group__signal__threshold.html#ga9734d6f6986fbc86aec64972cc8aaf0f">nppsThreshold_LTVal_16s</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_16s(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, Npp16s nValue)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga91d0a2896063428a0f8c671bf48936a0"><div class="ttname"><a href="group__signal__threshold.html#ga91d0a2896063428a0f8c671bf48936a0">nppsThreshold_LT_64fc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit floating point complex number signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga47855d8bd0c9d6745e3891030aad0606"><div class="ttname"><a href="group__signal__threshold.html#ga47855d8bd0c9d6745e3891030aad0606">nppsThreshold_GTVal_64f_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_64f_I_Ctx(Npp64f *pSrcDst, int nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit in place floating point signal NPP_CMP_GREATER threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga3b25313d61b3dd2f78560b1b9805dd27"><div class="ttname"><a href="group__signal__threshold.html#ga3b25313d61b3dd2f78560b1b9805dd27">nppsThreshold_16s_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_16s_I_Ctx(Npp16s *pSrcDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit in place signed short signal threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga4a16e246848d18c73d1dd43cb8fe07a3"><div class="ttname"><a href="group__signal__threshold.html#ga4a16e246848d18c73d1dd43cb8fe07a3">nppsThreshold_LTVal_32f_I</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_32f_I(Npp32f *pSrcDst, int nLength, Npp32f nLevel, Npp32f nValue)</div></div>
<div class="ttc" id="group__npp__basic__types_html_gafa3572058d57d93e2e5ebb9b21fbedb3"><div class="ttname"><a href="group__npp__basic__types.html#gafa3572058d57d93e2e5ebb9b21fbedb3">Npp32s</a></div><div class="ttdeci">int Npp32s</div><div class="ttdoc">32-bit signed integers </div><div class="ttdef"><b>Definition:</b> nppdefs.h:303</div></div>
<div class="ttc" id="group__signal__threshold_html_gacda2765b2d9bd2a674c2430497d48019"><div class="ttname"><a href="group__signal__threshold.html#gacda2765b2d9bd2a674c2430497d48019">nppsThreshold_LT_32f_I</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_32f_I(Npp32f *pSrcDst, int nLength, Npp32f nLevel)</div></div>
<div class="ttc" id="group__signal__convert_html_ga600232c20b95863f2dda32649835f3d4"><div class="ttname"><a href="group__signal__convert.html#ga600232c20b95863f2dda32649835f3d4">nppsConvert_32f8u_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_32f8u_Sfs_Ctx(const Npp32f *pSrc, Npp8u *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_gada0f3167a02ceb764146ef39aa81f389"><div class="ttname"><a href="group__signal__threshold.html#gada0f3167a02ceb764146ef39aa81f389">nppsThreshold_GT_32f_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_32f_I_Ctx(Npp32f *pSrcDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit in place floating point signal NPP_CMP_GREATER threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga05ec9aab01116baced5e5d432cdf87f0"><div class="ttname"><a href="group__signal__threshold.html#ga05ec9aab01116baced5e5d432cdf87f0">nppsThreshold_LT_32f</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel)</div></div>
<div class="ttc" id="group__signal__convert_html_gaf7a3a35b945dfcfa131a9a8d47f23ae8"><div class="ttname"><a href="group__signal__convert.html#gaf7a3a35b945dfcfa131a9a8d47f23ae8">nppsConvert_16s64f_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_16s64f_Sfs(const Npp16s *pSrc, Npp64f *pDst, int nLength, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga6981e2f555d2e5ebff35a01ba7307623"><div class="ttname"><a href="group__signal__threshold.html#ga6981e2f555d2e5ebff35a01ba7307623">nppsThreshold_32fc</a></div><div class="ttdeci">NppStatus nppsThreshold_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp)</div></div>
<div class="ttc" id="group__signal__convert_html_ga0cda12dfecf34f146c02ea12af61d0c0"><div class="ttname"><a href="group__signal__convert.html#ga0cda12dfecf34f146c02ea12af61d0c0">nppsConvert_32s32f_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_32s32f_Sfs(const Npp32s *pSrc, Npp32f *pDst, int nLength, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__threshold_html_gaf508b640f28e48454fba323acae02ac4"><div class="ttname"><a href="group__signal__threshold.html#gaf508b640f28e48454fba323acae02ac4">nppsThreshold_LT_16sc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_16sc_I_Ctx(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit in place signed short complex number signal NPP_CMP_LESS threshold with constant level...</div></div>
<div class="ttc" id="group__signal__convert_html_ga6def5659f1447a9a4209c93c38f588f9"><div class="ttname"><a href="group__signal__convert.html#ga6def5659f1447a9a4209c93c38f588f9">nppsConvert_64s64f_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_64s64f_Ctx(const Npp64s *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__convert_html_gaffdf2bb4b2b0d55574b0bd8c39766bf5"><div class="ttname"><a href="group__signal__convert.html#gaffdf2bb4b2b0d55574b0bd8c39766bf5">nppsConvert_32f16u_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_32f16u_Sfs(const Npp32f *pSrc, Npp16u *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga42456d9bec461ddfe2fabe54b03af577"><div class="ttname"><a href="group__signal__threshold.html#ga42456d9bec461ddfe2fabe54b03af577">nppsThreshold_GT_16s</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_16s(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga36ac26fe659c4905c424534dee5775da"><div class="ttname"><a href="group__signal__threshold.html#ga36ac26fe659c4905c424534dee5775da">nppsThreshold_GT_32fc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_32fc_I(Npp32fc *pSrcDst, int nLength, Npp32f nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga281413122138f8bb417531d1ec1f1049"><div class="ttname"><a href="group__signal__threshold.html#ga281413122138f8bb417531d1ec1f1049">nppsThreshold_LTVal_16sc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__signal__convert_html_ga34638709fb57b6860314a78e1ca0646d"><div class="ttname"><a href="group__signal__convert.html#ga34638709fb57b6860314a78e1ca0646d">nppsConvert_64f16s_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_64f16s_Sfs_Ctx(const Npp64f *pSrc, Npp16s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_gaf8b0e715f6d3e936a11c395b8b907410"><div class="ttname"><a href="group__signal__threshold.html#gaf8b0e715f6d3e936a11c395b8b907410">nppsThreshold_LT_32f_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_32f_I_Ctx(Npp32f *pSrcDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit in place floating point signal NPP_CMP_LESS threshold with constant level. ...</div></div>
<div class="ttc" id="group__signal__threshold_html_gabcb8593ea0f5f1d1e8268058e9ebf3ba"><div class="ttname"><a href="group__signal__threshold.html#gabcb8593ea0f5f1d1e8268058e9ebf3ba">nppsThreshold_GT_16s_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit signed short signal NPP_CMP_GREATER threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_gaee6741842f52c7adc96e97521d98f728"><div class="ttname"><a href="group__signal__threshold.html#gaee6741842f52c7adc96e97521d98f728">nppsThreshold_LTVal_16s_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit signed short signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__npp__basic__types_html_ga8d6c9e2f46d9597f16b7aabf9a65bf3e"><div class="ttname"><a href="group__npp__basic__types.html#ga8d6c9e2f46d9597f16b7aabf9a65bf3e">Npp16sc</a></div><div class="ttdeci">Npp16sc</div><div class="ttdef"><b>Definition:</b> nppdefs.h:338</div></div>
<div class="ttc" id="group__signal__threshold_html_gae689a7e89f96bbd7c64c0d25e894a8cf"><div class="ttname"><a href="group__signal__threshold.html#gae689a7e89f96bbd7c64c0d25e894a8cf">nppsThreshold_16sc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_16sc_I(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp)</div></div>
<div class="ttc" id="group__signal__threshold_html_gafeea8337dabad350fd9f4214684cc7db"><div class="ttname"><a href="group__signal__threshold.html#gafeea8337dabad350fd9f4214684cc7db">nppsThreshold_64fc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit floating point complex number signal threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga40ed8c1440ecebaf43318bc2e486daec"><div class="ttname"><a href="group__signal__threshold.html#ga40ed8c1440ecebaf43318bc2e486daec">nppsThreshold_64f</a></div><div class="ttdeci">NppStatus nppsThreshold_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga21541e172484281a1c7fd0dd08ea1e50"><div class="ttname"><a href="group__signal__threshold.html#ga21541e172484281a1c7fd0dd08ea1e50">nppsThreshold_LTVal_16sc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_16sc_I(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, Npp16sc nValue)</div></div>
<div class="ttc" id="group__npp__basic__types_html_ga6eb03aa649607e6a5e25affb0abd36db"><div class="ttname"><a href="group__npp__basic__types.html#ga6eb03aa649607e6a5e25affb0abd36db">Npp16u</a></div><div class="ttdeci">unsigned short Npp16u</div><div class="ttdoc">16-bit unsigned integers </div><div class="ttdef"><b>Definition:</b> nppdefs.h:300</div></div>
<div class="ttc" id="group__signal__threshold_html_ga3b3cebd380959db0a74103f503fa1385"><div class="ttname"><a href="group__signal__threshold.html#ga3b3cebd380959db0a74103f503fa1385">nppsThreshold_LTVal_64f</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, Npp64f nValue)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga58584e0ad598d642122c97fc39cb9c15"><div class="ttname"><a href="group__signal__threshold.html#ga58584e0ad598d642122c97fc39cb9c15">nppsThreshold_GTVal_16sc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level...</div></div>
<div class="ttc" id="group__signal__convert_html_ga8ed94ba2ab8dc2b5b743a71795bd8f40"><div class="ttname"><a href="group__signal__convert.html#ga8ed94ba2ab8dc2b5b743a71795bd8f40">nppsConvert_16s32f_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_16s32f_Ctx(const Npp16s *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_gac9db5d36e36dea70fb6cdc12656cb27e"><div class="ttname"><a href="group__signal__threshold.html#gac9db5d36e36dea70fb6cdc12656cb27e">nppsThreshold_GT_64fc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_64fc_I(Npp64fc *pSrcDst, int nLength, Npp64f nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga39ae0c06c92b0d6ec2cac3502374f961"><div class="ttname"><a href="group__signal__threshold.html#ga39ae0c06c92b0d6ec2cac3502374f961">nppsThreshold_LT_16s_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_16s_I_Ctx(Npp16s *pSrcDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit in place signed short signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="struct_npp_stream_context_html"><div class="ttname"><a href="struct_npp_stream_context.html">NppStreamContext</a></div><div class="ttdoc">NPP stream context structure must be filled in by application. </div><div class="ttdef"><b>Definition:</b> nppdefs.h:640</div></div>
<div class="ttc" id="group__typedefs__npp_html_ga120be98eca90f44701e361bec185f0af"><div class="ttname"><a href="group__typedefs__npp.html#ga120be98eca90f44701e361bec185f0af">NppRoundMode</a></div><div class="ttdeci">NppRoundMode</div><div class="ttdoc">Rounding Modes. </div><div class="ttdef"><b>Definition:</b> nppdefs.h:488</div></div>
<div class="ttc" id="group__signal__threshold_html_ga233dd6a38703aee6fc409bed3f979a3e"><div class="ttname"><a href="group__signal__threshold.html#ga233dd6a38703aee6fc409bed3f979a3e">nppsThreshold_32fc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit floating point complex number signal threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga14f01754a317c6efe20aebd5dd84ce8d"><div class="ttname"><a href="group__signal__threshold.html#ga14f01754a317c6efe20aebd5dd84ce8d">nppsThreshold_LT_64f_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit floating point signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__signal__convert_html_ga48ab503a6868ff89cfc198fd069165d8"><div class="ttname"><a href="group__signal__convert.html#ga48ab503a6868ff89cfc198fd069165d8">nppsConvert_32s32f_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_32s32f_Sfs_Ctx(const Npp32s *pSrc, Npp32f *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_gae381aa32276686643aab20b96a8b40c4"><div class="ttname"><a href="group__signal__threshold.html#gae381aa32276686643aab20b96a8b40c4">nppsThreshold_GTVal_16sc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_16sc_I_Ctx(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit in place signed short complex number signal NPP_CMP_GREATER threshold with constant level...</div></div>
<div class="ttc" id="group__signal__threshold_html_gaa360c21a7eeb470136430f0ebc96588b"><div class="ttname"><a href="group__signal__threshold.html#gaa360c21a7eeb470136430f0ebc96588b">nppsThreshold_16s_I</a></div><div class="ttdeci">NppStatus nppsThreshold_16s_I(Npp16s *pSrcDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp)</div></div>
<div class="ttc" id="group__signal__convert_html_gae396cdce593e45861613051ebf2d443d"><div class="ttname"><a href="group__signal__convert.html#gae396cdce593e45861613051ebf2d443d">nppsConvert_16s32f</a></div><div class="ttdeci">NppStatus nppsConvert_16s32f(const Npp16s *pSrc, Npp32f *pDst, int nLength)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga90ee5f4180fd61861235861336c8ac78"><div class="ttname"><a href="group__signal__threshold.html#ga90ee5f4180fd61861235861336c8ac78">nppsThreshold_LT_64fc</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_gac50f9ffc9bbc560e82b48548c45f5674"><div class="ttname"><a href="group__signal__threshold.html#gac50f9ffc9bbc560e82b48548c45f5674">nppsThreshold_GTVal_32f_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit floating point signal NPP_CMP_GREATER threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga750adeb79edd3e5403164031f15569b6"><div class="ttname"><a href="group__signal__threshold.html#ga750adeb79edd3e5403164031f15569b6">nppsThreshold_32f_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_32f_I_Ctx(Npp32f *pSrcDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit in place floating point signal threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_gae71447989ec7d7f5ca3ab8661268ee35"><div class="ttname"><a href="group__signal__threshold.html#gae71447989ec7d7f5ca3ab8661268ee35">nppsThreshold_64f_I</a></div><div class="ttdeci">NppStatus nppsThreshold_64f_I(Npp64f *pSrcDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp)</div></div>
<div class="ttc" id="group__signal__threshold_html_gae97e36d49598ae0f5a0cd11cc3001c3d"><div class="ttname"><a href="group__signal__threshold.html#gae97e36d49598ae0f5a0cd11cc3001c3d">nppsThreshold_LTVal_16s_I</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_16s_I(Npp16s *pSrcDst, int nLength, Npp16s nLevel, Npp16s nValue)</div></div>
<div class="ttc" id="group__signal__convert_html_gab8a9f513ca1c1d077f99efddaccf7b83"><div class="ttname"><a href="group__signal__convert.html#gab8a9f513ca1c1d077f99efddaccf7b83">nppsConvert_8s32f</a></div><div class="ttdeci">NppStatus nppsConvert_8s32f(const Npp8s *pSrc, Npp32f *pDst, int nLength)</div></div>
<div class="ttc" id="group__npp__basic__types_html_ga2eea681138ed3607f6a540f8a1c73b85"><div class="ttname"><a href="group__npp__basic__types.html#ga2eea681138ed3607f6a540f8a1c73b85">Npp16s</a></div><div class="ttdeci">short Npp16s</div><div class="ttdoc">16-bit signed integers </div><div class="ttdef"><b>Definition:</b> nppdefs.h:301</div></div>
<div class="ttc" id="group__signal__convert_html_gac0a50d5cebf590a55a09c1d76dd05117"><div class="ttname"><a href="group__signal__convert.html#gac0a50d5cebf590a55a09c1d76dd05117">nppsConvert_64f32f</a></div><div class="ttdeci">NppStatus nppsConvert_64f32f(const Npp64f *pSrc, Npp32f *pDst, int nLength)</div></div>
<div class="ttc" id="group__npp__basic__types_html_gac46c2a17550c7b3768cd5064114e7191"><div class="ttname"><a href="group__npp__basic__types.html#gac46c2a17550c7b3768cd5064114e7191">Npp32u</a></div><div class="ttdeci">unsigned int Npp32u</div><div class="ttdoc">32-bit unsigned integers </div><div class="ttdef"><b>Definition:</b> nppdefs.h:302</div></div>
<div class="ttc" id="group__signal__threshold_html_gadba35fb751e6cff6aff880b5aaddebbf"><div class="ttname"><a href="group__signal__threshold.html#gadba35fb751e6cff6aff880b5aaddebbf">nppsThreshold_LTVal_16sc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_16sc_I_Ctx(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit in place signed short complex number signal NPP_CMP_LESS threshold with constant level...</div></div>
<div class="ttc" id="group__npp__basic__types_html_ga741537d373d8e477767527e6cba0d487"><div class="ttname"><a href="group__npp__basic__types.html#ga741537d373d8e477767527e6cba0d487">Npp8s</a></div><div class="ttdeci">signed char Npp8s</div><div class="ttdoc">8-bit signed chars </div><div class="ttdef"><b>Definition:</b> nppdefs.h:299</div></div>
<div class="ttc" id="group__signal__threshold_html_ga6c9362d0ad7c36d415c5acf570bd4d8f"><div class="ttname"><a href="group__signal__threshold.html#ga6c9362d0ad7c36d415c5acf570bd4d8f">nppsThreshold_GT_64fc</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel)</div></div>
<div class="ttc" id="group__signal__convert_html_gaec624b2680c6dfe15bb6846cef48b07d"><div class="ttname"><a href="group__signal__convert.html#gaec624b2680c6dfe15bb6846cef48b07d">nppsConvert_32f32s_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_32f32s_Sfs_Ctx(const Npp32f *pSrc, Npp32s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__convert_html_gaefd0db456281b6b03a51022a9f741459"><div class="ttname"><a href="group__signal__convert.html#gaefd0db456281b6b03a51022a9f741459">nppsConvert_16s32f_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_16s32f_Sfs_Ctx(const Npp16s *pSrc, Npp32f *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__npp__basic__types_html_gae8a11911011c6c6557f66abada886a27"><div class="ttname"><a href="group__npp__basic__types.html#gae8a11911011c6c6557f66abada886a27">Npp64f</a></div><div class="ttdeci">double Npp64f</div><div class="ttdoc">64-bit floating-point numbers </div><div class="ttdef"><b>Definition:</b> nppdefs.h:307</div></div>
<div class="ttc" id="group__signal__convert_html_ga876ff8ba29343fb2c41bf8d31dca496c"><div class="ttname"><a href="group__signal__convert.html#ga876ff8ba29343fb2c41bf8d31dca496c">nppsConvert_16s32f_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_16s32f_Sfs(const Npp16s *pSrc, Npp32f *pDst, int nLength, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__convert_html_ga9321fa9029b0714c8b4472667b9949c8"><div class="ttname"><a href="group__signal__convert.html#ga9321fa9029b0714c8b4472667b9949c8">nppsConvert_32f8u_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_32f8u_Sfs(const Npp32f *pSrc, Npp8u *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga8ad4302e65f86cf0e29bd8dc442005a6"><div class="ttname"><a href="group__signal__threshold.html#ga8ad4302e65f86cf0e29bd8dc442005a6">nppsThreshold_GTVal_32fc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_32fc_I(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, Npp32fc nValue)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga43d702efb11b55c6a95f1fdb3de44f14"><div class="ttname"><a href="group__signal__threshold.html#ga43d702efb11b55c6a95f1fdb3de44f14">nppsThreshold_GT_16sc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit signed short complex number signal NPP_CMP_GREATER threshold with constant level...</div></div>
<div class="ttc" id="group__signal__threshold_html_ga78cfad17194830fdaef4e03fbcf21d24"><div class="ttname"><a href="group__signal__threshold.html#ga78cfad17194830fdaef4e03fbcf21d24">nppsThreshold_LT_32fc</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga32e3f346db73a1475f6c5fbb0d526672"><div class="ttname"><a href="group__signal__threshold.html#ga32e3f346db73a1475f6c5fbb0d526672">nppsThreshold_LTVal_64fc</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, Npp64fc nValue)</div></div>
<div class="ttc" id="group__signal__convert_html_ga807e5bb56fb0a9ecd4a9e38390e6473e"><div class="ttname"><a href="group__signal__convert.html#ga807e5bb56fb0a9ecd4a9e38390e6473e">nppsConvert_64s64f</a></div><div class="ttdeci">NppStatus nppsConvert_64s64f(const Npp64s *pSrc, Npp64f *pDst, int nLength)</div></div>
<div class="ttc" id="group__signal__convert_html_gaa1eff9476700b1a3de28491b1419bc9b"><div class="ttname"><a href="group__signal__convert.html#gaa1eff9476700b1a3de28491b1419bc9b">nppsConvert_32s64f_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_32s64f_Ctx(const Npp32s *pSrc, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga2196ee343c8c8ffdeedd27c99257afc3"><div class="ttname"><a href="group__signal__threshold.html#ga2196ee343c8c8ffdeedd27c99257afc3">nppsThreshold_64f_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit floating point signal threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga42a114ee5410315f3c7ff069f6eca84e"><div class="ttname"><a href="group__signal__threshold.html#ga42a114ee5410315f3c7ff069f6eca84e">nppsThreshold_LT_16s_I</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_16s_I(Npp16s *pSrcDst, int nLength, Npp16s nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_gafeac3dfbc59a18438be9951fdb7c05e7"><div class="ttname"><a href="group__signal__threshold.html#gafeac3dfbc59a18438be9951fdb7c05e7">nppsThreshold_32f_I</a></div><div class="ttdeci">NppStatus nppsThreshold_32f_I(Npp32f *pSrcDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp)</div></div>
<div class="ttc" id="group__signal__convert_html_gaf7df32a9d1b15171a73f056c10d5762b"><div class="ttname"><a href="group__signal__convert.html#gaf7df32a9d1b15171a73f056c10d5762b">nppsConvert_32f8s_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_32f8s_Sfs_Ctx(const Npp32f *pSrc, Npp8s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_gaad5e5547ad2ec61a2285d9af70f8702d"><div class="ttname"><a href="group__signal__threshold.html#gaad5e5547ad2ec61a2285d9af70f8702d">nppsThreshold_GTVal_64fc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_64fc_I(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga31f9fb81f4d1f760120bc15e2a17c5aa"><div class="ttname"><a href="group__signal__threshold.html#ga31f9fb81f4d1f760120bc15e2a17c5aa">nppsThreshold_16s_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit signed short signal threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga84030037d4bc74dec8dfbf0d6f70f556"><div class="ttname"><a href="group__signal__threshold.html#ga84030037d4bc74dec8dfbf0d6f70f556">nppsThreshold_32f_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit floating point signal threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_gab9fe7cabb8e640a2064d5e70ab39a04f"><div class="ttname"><a href="group__signal__threshold.html#gab9fe7cabb8e640a2064d5e70ab39a04f">nppsThreshold_GT_16s_I</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_16s_I(Npp16s *pSrcDst, int nLength, Npp16s nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga7b7baf7b419e23ea3ab1a72226a6d994"><div class="ttname"><a href="group__signal__threshold.html#ga7b7baf7b419e23ea3ab1a72226a6d994">nppsThreshold_GTVal_16s_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_16s_I_Ctx(Npp16s *pSrcDst, int nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit in place signed short signal NPP_CMP_GREATER threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga426ddec61d746ef78c3bcf938ddc3add"><div class="ttname"><a href="group__signal__threshold.html#ga426ddec61d746ef78c3bcf938ddc3add">nppsThreshold_LTVal_32fc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit floating point complex number signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga7131a3e0e0732f8364ae88776462cc45"><div class="ttname"><a href="group__signal__threshold.html#ga7131a3e0e0732f8364ae88776462cc45">nppsThreshold_GT_64f_I</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_64f_I(Npp64f *pSrcDst, int nLength, Npp64f nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga23598ccd4ee43577d2b7c0c3d7b887ba"><div class="ttname"><a href="group__signal__threshold.html#ga23598ccd4ee43577d2b7c0c3d7b887ba">nppsThreshold_GTVal_16sc</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_16sc(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, Npp16sc nValue)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga24e88d19ad2a1edbba9fbd561d120039"><div class="ttname"><a href="group__signal__threshold.html#ga24e88d19ad2a1edbba9fbd561d120039">nppsThreshold_LT_64f</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_64f(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel)</div></div>
<div class="ttc" id="group__npp__basic__types_html_ga274ed0e3c4cbc89f644143f64e2391ee"><div class="ttname"><a href="group__npp__basic__types.html#ga274ed0e3c4cbc89f644143f64e2391ee">Npp32f</a></div><div class="ttdeci">float Npp32f</div><div class="ttdoc">32-bit (IEEE) floating-point numbers </div><div class="ttdef"><b>Definition:</b> nppdefs.h:306</div></div>
<div class="ttc" id="group__signal__convert_html_ga815a3f9766ea4d5cc83fa12a5e1442fc"><div class="ttname"><a href="group__signal__convert.html#ga815a3f9766ea4d5cc83fa12a5e1442fc">nppsConvert_32s32f_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_32s32f_Ctx(const Npp32s *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga57039425a27b023b540625fd41bc127d"><div class="ttname"><a href="group__signal__threshold.html#ga57039425a27b023b540625fd41bc127d">nppsThreshold_GT_32f_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit floating point signal NPP_CMP_GREATER threshold with constant level. </div></div>
<div class="ttc" id="group__signal__convert_html_ga78135d1ccdfbda1735e8ca8630ab7733"><div class="ttname"><a href="group__signal__convert.html#ga78135d1ccdfbda1735e8ca8630ab7733">nppsConvert_32s16s</a></div><div class="ttdeci">NppStatus nppsConvert_32s16s(const Npp32s *pSrc, Npp16s *pDst, int nLength)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga3154858eabf44f238b06d10b527ec41c"><div class="ttname"><a href="group__signal__threshold.html#ga3154858eabf44f238b06d10b527ec41c">nppsThreshold_LT_16sc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit signed short complex number signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga108c87492ffba1624952ba9aeca102ab"><div class="ttname"><a href="group__signal__threshold.html#ga108c87492ffba1624952ba9aeca102ab">nppsThreshold_GT_32fc</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength, Npp32f nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_gacd4467cfd0f8fd42446e155bafbdadb2"><div class="ttname"><a href="group__signal__threshold.html#gacd4467cfd0f8fd42446e155bafbdadb2">nppsThreshold_GT_32fc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_32fc_I_Ctx(Npp32fc *pSrcDst, int nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level...</div></div>
<div class="ttc" id="group__signal__convert_html_ga6a545875297237825cd962984df779fa"><div class="ttname"><a href="group__signal__convert.html#ga6a545875297237825cd962984df779fa">nppsConvert_16s8s_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_16s8s_Sfs_Ctx(const Npp16s *pSrc, Npp8s *pDst, Npp32u nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__convert_html_ga338f87a2e491ea4db32f9d676ea31785"><div class="ttname"><a href="group__signal__convert.html#ga338f87a2e491ea4db32f9d676ea31785">nppsConvert_32f16s_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_32f16s_Sfs_Ctx(const Npp32f *pSrc, Npp16s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__convert_html_gaebfd5875a6fea99fce256af35bb843cb"><div class="ttname"><a href="group__signal__convert.html#gaebfd5875a6fea99fce256af35bb843cb">nppsConvert_16u32f_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_16u32f_Ctx(const Npp16u *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga83c43535b5b467fcfd0f3d835f729ea5"><div class="ttname"><a href="group__signal__threshold.html#ga83c43535b5b467fcfd0f3d835f729ea5">nppsThreshold_GTVal_64f_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit floating point signal NPP_CMP_GREATER threshold with constant level. </div></div>
<div class="ttc" id="group__signal__convert_html_ga78a08095f9ebed4a9ed534fbb443669a"><div class="ttname"><a href="group__signal__convert.html#ga78a08095f9ebed4a9ed534fbb443669a">nppsConvert_8s32f_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_8s32f_Ctx(const Npp8s *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga402162417fed3b8a69e882b722ed1885"><div class="ttname"><a href="group__signal__threshold.html#ga402162417fed3b8a69e882b722ed1885">nppsThreshold_64f_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_64f_I_Ctx(Npp64f *pSrcDst, int nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit in place floating point signal threshold with constant level. </div></div>
<div class="ttc" id="group__signal__convert_html_ga6d456208677fbd70d57c75d532ed061b"><div class="ttname"><a href="group__signal__convert.html#ga6d456208677fbd70d57c75d532ed061b">nppsConvert_32f16s_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_32f16s_Sfs(const Npp32f *pSrc, Npp16s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__threshold_html_gaa3b7f0d63b73a46d6c5039139af85776"><div class="ttname"><a href="group__signal__threshold.html#gaa3b7f0d63b73a46d6c5039139af85776">nppsThreshold_LTVal_32f</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength, Npp32f nLevel, Npp32f nValue)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga5f930e8dcfe8f0b1704c917fbaea10c3"><div class="ttname"><a href="group__signal__threshold.html#ga5f930e8dcfe8f0b1704c917fbaea10c3">nppsThreshold_GT_16sc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_16sc_I_Ctx(Npp16sc *pSrcDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit in place signed short complex number signal NPP_CMP_GREATER threshold with constant level...</div></div>
<div class="ttc" id="group__signal__threshold_html_ga4fdc372163b1930df4a30bfd2a9db9c1"><div class="ttname"><a href="group__signal__threshold.html#ga4fdc372163b1930df4a30bfd2a9db9c1">nppsThreshold_16s</a></div><div class="ttdeci">NppStatus nppsThreshold_16s(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, NppCmpOp nRelOp)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga9143fc1856f9ea806d5078e2df4ed126"><div class="ttname"><a href="group__signal__threshold.html#ga9143fc1856f9ea806d5078e2df4ed126">nppsThreshold_LT_16sc_I</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_16sc_I(Npp16sc *pSrcDst, int nLength, Npp16s nLevel)</div></div>
<div class="ttc" id="group__signal__threshold_html_gae3ef1e491970ce778a1cdb882dcaaf71"><div class="ttname"><a href="group__signal__threshold.html#gae3ef1e491970ce778a1cdb882dcaaf71">nppsThreshold_GT_64f_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit floating point signal NPP_CMP_GREATER threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga34ec7fdfad56526c2800027b8212f8c9"><div class="ttname"><a href="group__signal__threshold.html#ga34ec7fdfad56526c2800027b8212f8c9">nppsThreshold_LT_64fc_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_64fc_I_Ctx(Npp64fc *pSrcDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level...</div></div>
<div class="ttc" id="group__signal__convert_html_ga5cf3dd246638e049e65d0873880ddb5b"><div class="ttname"><a href="group__signal__convert.html#ga5cf3dd246638e049e65d0873880ddb5b">nppsConvert_32f8s_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_32f8s_Sfs(const Npp32f *pSrc, Npp8s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__convert_html_gabe6aeaf13607834f70ba3ad41d120c91"><div class="ttname"><a href="group__signal__convert.html#gabe6aeaf13607834f70ba3ad41d120c91">nppsConvert_8s16s</a></div><div class="ttdeci">NppStatus nppsConvert_8s16s(const Npp8s *pSrc, Npp16s *pDst, int nLength)</div></div>
<div class="ttc" id="group__signal__convert_html_ga5cfd455a4e80e86179308f79f456c3dd"><div class="ttname"><a href="group__signal__convert.html#ga5cfd455a4e80e86179308f79f456c3dd">nppsConvert_64s32s_Sfs_Ctx</a></div><div class="ttdeci">NppStatus nppsConvert_64s32s_Sfs_Ctx(const Npp64s *pSrc, Npp32s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga5f566a49e0910e81f919ea5c1403217f"><div class="ttname"><a href="group__signal__threshold.html#ga5f566a49e0910e81f919ea5c1403217f">nppsThreshold_GT_64f_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_64f_I_Ctx(Npp64f *pSrcDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit in place floating point signal NPP_CMP_GREATER threshold with constant level. </div></div>
<div class="ttc" id="group__signal__convert_html_ga0aca3ae3961d2c52d850b39b87d5c6a7"><div class="ttname"><a href="group__signal__convert.html#ga0aca3ae3961d2c52d850b39b87d5c6a7">nppsConvert_64s32s_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_64s32s_Sfs(const Npp64s *pSrc, Npp32s *pDst, int nLength, NppRoundMode eRoundMode, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__threshold_html_gae527ec34eea1b17843376007066fd834"><div class="ttname"><a href="group__signal__threshold.html#gae527ec34eea1b17843376007066fd834">nppsThreshold_GT_64fc_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GT_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, int nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level...</div></div>
<div class="ttc" id="group__signal__convert_html_gad8f8ab1acfe51feede9e785ce94b016c"><div class="ttname"><a href="group__signal__convert.html#gad8f8ab1acfe51feede9e785ce94b016c">nppsConvert_8u32f</a></div><div class="ttdeci">NppStatus nppsConvert_8u32f(const Npp8u *pSrc, Npp32f *pDst, int nLength)</div></div>
<div class="ttc" id="group__signal__convert_html_ga35e5c8d0f8b5532f138b0390f5d4e5d3"><div class="ttname"><a href="group__signal__convert.html#ga35e5c8d0f8b5532f138b0390f5d4e5d3">nppsConvert_32s64f_Sfs</a></div><div class="ttdeci">NppStatus nppsConvert_32s64f_Sfs(const Npp32s *pSrc, Npp64f *pDst, int nLength, int nScaleFactor)</div></div>
<div class="ttc" id="group__signal__threshold_html_gac16be86f07c6cbf5a74a394c825e4c96"><div class="ttname"><a href="group__signal__threshold.html#gac16be86f07c6cbf5a74a394c825e4c96">nppsThreshold_LTVal_16sc</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_16sc(const Npp16sc *pSrc, Npp16sc *pDst, int nLength, Npp16s nLevel, Npp16sc nValue)</div></div>
<div class="ttc" id="group__signal__threshold_html_ga86a284a045bf21c7d0a889dd4ae7a9f2"><div class="ttname"><a href="group__signal__threshold.html#ga86a284a045bf21c7d0a889dd4ae7a9f2">nppsThreshold_LTVal_64f_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LTVal_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, int nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">64-bit floating point signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_ga2cd39e83071c6caddf83b373af3ae2fa"><div class="ttname"><a href="group__signal__threshold.html#ga2cd39e83071c6caddf83b373af3ae2fa">nppsThreshold_LT_16s_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_LT_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, int nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)</div><div class="ttdoc">16-bit signed short signal NPP_CMP_LESS threshold with constant level. </div></div>
<div class="ttc" id="group__signal__threshold_html_gaa8a3b13ae53bb04a1950e86235dece70"><div class="ttname"><a href="group__signal__threshold.html#gaa8a3b13ae53bb04a1950e86235dece70">nppsThreshold_GTVal_32f_I_Ctx</a></div><div class="ttdeci">NppStatus nppsThreshold_GTVal_32f_I_Ctx(Npp32f *pSrcDst, int nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx)</div><div class="ttdoc">32-bit in place floating point signal NPP_CMP_GREATER threshold with constant level. </div></div>
</div><!-- fragment --></div><!-- contents -->
<HR>
<center>Copyright &copy; 2009-2019 NVIDIA Corporation</center>
<HR>