cresample: Added doxygen report.

Added doxygen report to cresample.

Signed-off-by: Durga challa <vnsldurg@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
This commit is contained in:
Durga challa 2014-07-31 15:35:25 +05:30 committed by Jagannadha Sutradharudu Teki
parent e87aef2888
commit 589fcf6173
31 changed files with 8598 additions and 36 deletions

View file

@ -0,0 +1,30 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Class List
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li id="current"><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
<tr><td class="indexkey"><a class="el" href="struct_x_cresample.html">XCresample</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="struct_x_horizontal___coeffs.html">XHorizontal_Coeffs</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="struct_x_vertical___coeffs.html">XVertical_Coeffs</a></td><td class="indexvalue"></td></tr>
</table>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -1,28 +0,0 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
cresample.c File Reference
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.5 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<h1>cresample.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
This is main code of Xilinx Chroma Resampler (CRESAMPLE) device driver. Please see cresample.h for more details of the driver.<p>
MODIFICATION HISTORY:<p>
Ver Who Date Changes ----- ---- -------- ------------------------------------------------------- 1.00a gaborz 08/04/11 Updated for CRESAMPLE V1.0 2.00a vyc 04/24/12 Updated for CRESAMPLE V2.00.a 2.00a vyc 07/25/12 Switched from Xuint32 to u32 2.00a vyc 10/16/12 Switch order of functions to remove compile warning
<p>
<code>#include &quot;cresample.h&quot;</code><br>
<code>#include &quot;xenv.h&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -9,13 +9,25 @@
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.5 -->
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<h1>File List</h1>Here is a list of all documented files with brief descriptions:<table>
<tr><td class="indexkey"><a class="el" href="cresample_8c.html">cresample.c</a></td><td class="indexvalue"></td></tr>
<div class="tabs">
<ul>
<li id="current"><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<h1>File List</h1>Here is a list of all files with brief descriptions:<table>
<tr><td class="indexkey"><a class="el" href="xcresample_8c.html">xcresample.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="xcresample_8h.html">xcresample.h</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="xcresample__g_8c.html">xcresample_g.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="xcresample__hw_8h.html">xcresample_hw.h</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="xcresample__intr_8c.html">xcresample_intr.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="xcresample__selftest_8c.html">xcresample_selftest.c</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="xcresample__sinit_8c.html">xcresample_sinit.c</a></td><td class="indexvalue"></td></tr>
</table>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,108 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Class Members
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li id="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li id="current"><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="#index_a"><span>a</span></a></li>
<li><a href="#index_b"><span>b</span></a></li>
<li><a href="#index_c"><span>c</span></a></li>
<li><a href="#index_d"><span>d</span></a></li>
<li><a href="#index_e"><span>e</span></a></li>
<li><a href="#index_f"><span>f</span></a></li>
<li><a href="#index_h"><span>h</span></a></li>
<li><a href="#index_i"><span>i</span></a></li>
<li><a href="#index_m"><span>m</span></a></li>
<li><a href="#index_n"><span>n</span></a></li>
<li><a href="#index_p"><span>p</span></a></li>
<li><a href="#index_s"><span>s</span></a></li>
<li><a href="#index_v"><span>v</span></a></li>
</ul>
</div>
<p>
Here is a list of all class members with links to the classes they belong to:
<p>
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
<li>ActiveColumns
: <a class="el" href="struct_x_cresample___config.html#6fe83411e3e93ec35fca75ee53161fc7">XCresample_Config</a><li>ActiveRows
: <a class="el" href="struct_x_cresample___config.html#9ce9dacd5b4477bb1f360b66f5a74d4f">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
<li>BaseAddress
: <a class="el" href="struct_x_cresample___config.html#6bfcf11135bb8d32ef192e93fa984f94">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>ChromaParity
: <a class="el" href="struct_x_cresample___config.html#2b7b1e04b4a4be68df5810aadd53a145">XCresample_Config</a><li>CoefH
: <a class="el" href="struct_x_cresample.html#1192d1ccb0b56b161451511f19540bd4">XCresample</a><li>CoefV
: <a class="el" href="struct_x_cresample.html#10c26fe38dd349efc894b35d2a6f8b36">XCresample</a><li>CoefWidth
: <a class="el" href="struct_x_cresample___config.html#ae9324f8591d1758e30a1d4772ab68e1">XCresample_Config</a><li>Config
: <a class="el" href="struct_x_cresample.html#98a033d0adce5838ea29fa3adb198182">XCresample</a><li>ConvertType
: <a class="el" href="struct_x_cresample___config.html#d7770a24b27a65e412c76feddd9d1229">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>DeviceId
: <a class="el" href="struct_x_cresample___config.html#ff2213a79826f1240949bc13078934ff">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
<li>ErrCallBack
: <a class="el" href="struct_x_cresample.html#befa847a6c4e6024d5599a39327e7edd">XCresample</a><li>ErrRef
: <a class="el" href="struct_x_cresample.html#1bbaae9b2d16e5ad3d1ef1366416b585">XCresample</a></ul>
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
<li>FieldParity
: <a class="el" href="struct_x_cresample___config.html#d0404f1b9e7443bd26622e5b2a1112ff">XCresample_Config</a><li>FrameDoneCallBack
: <a class="el" href="struct_x_cresample.html#52fb2b0e215f8ae565f5c5ce0d4d35d2">XCresample</a><li>FrameDoneRef
: <a class="el" href="struct_x_cresample.html#26110f5de12e602613247c2df75e28ca">XCresample</a></ul>
<h3><a class="anchor" name="index_h">- h -</a></h3><ul>
<li>HasDebug
: <a class="el" href="struct_x_cresample___config.html#c64969e14beedc5a55103a4a31d5125d">XCresample_Config</a><li>HasIntcIf
: <a class="el" href="struct_x_cresample___config.html#690d4849d20fb51f8feefb996f6e5c0e">XCresample_Config</a><li>HCoeff
: <a class="el" href="struct_x_horizontal___coeffs.html#6cf2ea8c79713a413a7312787fe62bd7">XHorizontal_Coeffs</a><li>HSize
: <a class="el" href="struct_x_cresample.html#55d6d323155e7433f7687a56db4bd4d7">XCresample</a></ul>
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
<li>Interlaced
: <a class="el" href="struct_x_cresample___config.html#55bc8db96f391ef59ff768278bb1a4d7">XCresample_Config</a><li>IsReady
: <a class="el" href="struct_x_cresample.html#58bae877cc325deacdd9969b1d9ba25f">XCresample</a></ul>
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
<li>MasterAxisVideoFormat
: <a class="el" href="struct_x_cresample___config.html#afa65abe8a45a71bede8ef32a736c099">XCresample_Config</a><li>MaxColumns
: <a class="el" href="struct_x_cresample___config.html#7e41e6b8420c404c3859cfa0cac67483">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>NumHTaps
: <a class="el" href="struct_x_cresample___config.html#83583af4b49a79b29959c98e20e9cc19">XCresample_Config</a><li>NumVTaps
: <a class="el" href="struct_x_cresample___config.html#ce9e00f898c595144dded4a166ea8b28">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>ProcStartCallBack
: <a class="el" href="struct_x_cresample.html#dc98c821796e334385bf460c74866e62">XCresample</a><li>ProcStartRef
: <a class="el" href="struct_x_cresample.html#2ab4bb37fff547437c62111b3e74cafa">XCresample</a></ul>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>SlaveAxiClkFreqHz
: <a class="el" href="struct_x_cresample___config.html#fed773d663b2e9d0ff56078e31f0b714">XCresample_Config</a><li>SlaveAxisVideoFormat
: <a class="el" href="struct_x_cresample___config.html#d4fa49683cc96e9f384b2d2c8f1b0b19">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
<li>VCoeff
: <a class="el" href="struct_x_vertical___coeffs.html#50d76f9ae24dac89df7f8c726beff8e8">XVertical_Coeffs</a><li>VSize
: <a class="el" href="struct_x_cresample.html#013befe17930a68e26aa53aa8123ff53">XCresample</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,108 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Class Members - Variables
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li id="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="functions.html"><span>All</span></a></li>
<li id="current"><a href="functions_vars.html"><span>Variables</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="#index_a"><span>a</span></a></li>
<li><a href="#index_b"><span>b</span></a></li>
<li><a href="#index_c"><span>c</span></a></li>
<li><a href="#index_d"><span>d</span></a></li>
<li><a href="#index_e"><span>e</span></a></li>
<li><a href="#index_f"><span>f</span></a></li>
<li><a href="#index_h"><span>h</span></a></li>
<li><a href="#index_i"><span>i</span></a></li>
<li><a href="#index_m"><span>m</span></a></li>
<li><a href="#index_n"><span>n</span></a></li>
<li><a href="#index_p"><span>p</span></a></li>
<li><a href="#index_s"><span>s</span></a></li>
<li><a href="#index_v"><span>v</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
<li>ActiveColumns
: <a class="el" href="struct_x_cresample___config.html#6fe83411e3e93ec35fca75ee53161fc7">XCresample_Config</a><li>ActiveRows
: <a class="el" href="struct_x_cresample___config.html#9ce9dacd5b4477bb1f360b66f5a74d4f">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
<li>BaseAddress
: <a class="el" href="struct_x_cresample___config.html#6bfcf11135bb8d32ef192e93fa984f94">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>ChromaParity
: <a class="el" href="struct_x_cresample___config.html#2b7b1e04b4a4be68df5810aadd53a145">XCresample_Config</a><li>CoefH
: <a class="el" href="struct_x_cresample.html#1192d1ccb0b56b161451511f19540bd4">XCresample</a><li>CoefV
: <a class="el" href="struct_x_cresample.html#10c26fe38dd349efc894b35d2a6f8b36">XCresample</a><li>CoefWidth
: <a class="el" href="struct_x_cresample___config.html#ae9324f8591d1758e30a1d4772ab68e1">XCresample_Config</a><li>Config
: <a class="el" href="struct_x_cresample.html#98a033d0adce5838ea29fa3adb198182">XCresample</a><li>ConvertType
: <a class="el" href="struct_x_cresample___config.html#d7770a24b27a65e412c76feddd9d1229">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>DeviceId
: <a class="el" href="struct_x_cresample___config.html#ff2213a79826f1240949bc13078934ff">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
<li>ErrCallBack
: <a class="el" href="struct_x_cresample.html#befa847a6c4e6024d5599a39327e7edd">XCresample</a><li>ErrRef
: <a class="el" href="struct_x_cresample.html#1bbaae9b2d16e5ad3d1ef1366416b585">XCresample</a></ul>
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
<li>FieldParity
: <a class="el" href="struct_x_cresample___config.html#d0404f1b9e7443bd26622e5b2a1112ff">XCresample_Config</a><li>FrameDoneCallBack
: <a class="el" href="struct_x_cresample.html#52fb2b0e215f8ae565f5c5ce0d4d35d2">XCresample</a><li>FrameDoneRef
: <a class="el" href="struct_x_cresample.html#26110f5de12e602613247c2df75e28ca">XCresample</a></ul>
<h3><a class="anchor" name="index_h">- h -</a></h3><ul>
<li>HasDebug
: <a class="el" href="struct_x_cresample___config.html#c64969e14beedc5a55103a4a31d5125d">XCresample_Config</a><li>HasIntcIf
: <a class="el" href="struct_x_cresample___config.html#690d4849d20fb51f8feefb996f6e5c0e">XCresample_Config</a><li>HCoeff
: <a class="el" href="struct_x_horizontal___coeffs.html#6cf2ea8c79713a413a7312787fe62bd7">XHorizontal_Coeffs</a><li>HSize
: <a class="el" href="struct_x_cresample.html#55d6d323155e7433f7687a56db4bd4d7">XCresample</a></ul>
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
<li>Interlaced
: <a class="el" href="struct_x_cresample___config.html#55bc8db96f391ef59ff768278bb1a4d7">XCresample_Config</a><li>IsReady
: <a class="el" href="struct_x_cresample.html#58bae877cc325deacdd9969b1d9ba25f">XCresample</a></ul>
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
<li>MasterAxisVideoFormat
: <a class="el" href="struct_x_cresample___config.html#afa65abe8a45a71bede8ef32a736c099">XCresample_Config</a><li>MaxColumns
: <a class="el" href="struct_x_cresample___config.html#7e41e6b8420c404c3859cfa0cac67483">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>NumHTaps
: <a class="el" href="struct_x_cresample___config.html#83583af4b49a79b29959c98e20e9cc19">XCresample_Config</a><li>NumVTaps
: <a class="el" href="struct_x_cresample___config.html#ce9e00f898c595144dded4a166ea8b28">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>ProcStartCallBack
: <a class="el" href="struct_x_cresample.html#dc98c821796e334385bf460c74866e62">XCresample</a><li>ProcStartRef
: <a class="el" href="struct_x_cresample.html#2ab4bb37fff547437c62111b3e74cafa">XCresample</a></ul>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>SlaveAxiClkFreqHz
: <a class="el" href="struct_x_cresample___config.html#fed773d663b2e9d0ff56078e31f0b714">XCresample_Config</a><li>SlaveAxisVideoFormat
: <a class="el" href="struct_x_cresample___config.html#d4fa49683cc96e9f384b2d2c8f1b0b19">XCresample_Config</a></ul>
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
<li>VCoeff
: <a class="el" href="struct_x_vertical___coeffs.html#50d76f9ae24dac89df7f8c726beff8e8">XVertical_Coeffs</a><li>VSize
: <a class="el" href="struct_x_cresample.html#013befe17930a68e26aa53aa8123ff53">XCresample</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,128 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Class Members
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li id="current"><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li id="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li id="current"><a href="globals.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all file members with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>CRESAMPLE_ACTIVE_SIZE
: <a class="el" href="xcresample__hw_8h.html#c703035cac182fd2215830d408eacc54">xcresample_hw.h</a><li>CRESAMPLE_COEF00_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#58a2d5bafad7d89982686b5c754e8166">xcresample_hw.h</a><li>CRESAMPLE_COEF00_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#9d679cdd9d361f383aed19349adfcaf9">xcresample_hw.h</a><li>CRESAMPLE_COEF00_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#6a0f203d694b3245cd5ab58d18620754">xcresample_hw.h</a><li>CRESAMPLE_COEF00_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#f7ebc9abb7a40ed2eb87a789d9778022">xcresample_hw.h</a><li>CRESAMPLE_COEF01_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#de7fe09fa42649144d200bba3b2a1bd0">xcresample_hw.h</a><li>CRESAMPLE_COEF01_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#6c733c32069a59e217665e18134ed958">xcresample_hw.h</a><li>CRESAMPLE_COEF01_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#7e8684756ddc04e43a1ba2e787fa327f">xcresample_hw.h</a><li>CRESAMPLE_COEF01_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#ccdb044b6a179361deffcd330d8c7730">xcresample_hw.h</a><li>CRESAMPLE_COEF02_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#b9bad685ccdf0a3bf926758dc30050aa">xcresample_hw.h</a><li>CRESAMPLE_COEF02_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#b0740fd31e82cdb986c0a0975b38b844">xcresample_hw.h</a><li>CRESAMPLE_COEF02_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#0a3e2ed5f9a01bf7898fe08a7fd70a0c">xcresample_hw.h</a><li>CRESAMPLE_COEF02_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#18644f4eb44a4a5fe36af75c7a223d23">xcresample_hw.h</a><li>CRESAMPLE_COEF03_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#6d06c46b21e20ba09e5b5dbeecaae9bd">xcresample_hw.h</a><li>CRESAMPLE_COEF03_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#5d820b6d1c1f36995db7cfe9464fa24d">xcresample_hw.h</a><li>CRESAMPLE_COEF03_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#62442986f7e8a87b4eb677d6aeb7db0e">xcresample_hw.h</a><li>CRESAMPLE_COEF03_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#0aec6a4f87741f24d6e90817d4fc42f1">xcresample_hw.h</a><li>CRESAMPLE_COEF04_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#ce98dcc7d246d6eac5c01d5d08fe9669">xcresample_hw.h</a><li>CRESAMPLE_COEF04_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#15737ed15f113665ce7c340c84cff080">xcresample_hw.h</a><li>CRESAMPLE_COEF04_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#c9ea19bd91242f9095fceb9a9ab5856b">xcresample_hw.h</a><li>CRESAMPLE_COEF04_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#1c53ba92aaea614aabdf26c303a34e3d">xcresample_hw.h</a><li>CRESAMPLE_COEF05_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#356cc228c722da4c2e5fdc435b6aa797">xcresample_hw.h</a><li>CRESAMPLE_COEF05_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#fa773f878b38a8b3b041b8f3038f0938">xcresample_hw.h</a><li>CRESAMPLE_COEF05_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#968617956977f6bb6daafc4cfca698a7">xcresample_hw.h</a><li>CRESAMPLE_COEF05_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#b296f983b821b5c4a40bc6ec2fd55cd2">xcresample_hw.h</a><li>CRESAMPLE_COEF06_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#69be42b208bc0a8beefbc5dfafd76089">xcresample_hw.h</a><li>CRESAMPLE_COEF06_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#cfa692d81c0ed80c58dae0aaec535b16">xcresample_hw.h</a><li>CRESAMPLE_COEF06_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#4d26375d0328799e08fa6349b2395aac">xcresample_hw.h</a><li>CRESAMPLE_COEF06_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#b28240af8f3267df647e726b221b5eea">xcresample_hw.h</a><li>CRESAMPLE_COEF07_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#dcf18fd321b5f52dd69dbc8b30483d21">xcresample_hw.h</a><li>CRESAMPLE_COEF07_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#6fb8daad56660992641a0c2e47b23f2b">xcresample_hw.h</a><li>CRESAMPLE_COEF07_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#bf5bb3e698cd3c20a12302c2b9758e60">xcresample_hw.h</a><li>CRESAMPLE_COEF07_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#3370822a5939706eaaf096c57ead38cc">xcresample_hw.h</a><li>CRESAMPLE_COEF08_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#d1a48f1f198af479afbb734aa2c8c1a3">xcresample_hw.h</a><li>CRESAMPLE_COEF08_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#9dfdce0d77d08c7d41e72060d90a86c2">xcresample_hw.h</a><li>CRESAMPLE_COEF09_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#7d20cda72b7833d92fba2379d33b5400">xcresample_hw.h</a><li>CRESAMPLE_COEF09_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#75060aa8b401c51308774ae9b470ad4a">xcresample_hw.h</a><li>CRESAMPLE_COEF10_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#86ee8b8be3deb3a57b47374a5baf23ac">xcresample_hw.h</a><li>CRESAMPLE_COEF10_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#73505356197f8c7eb27849f1cc4daf68">xcresample_hw.h</a><li>CRESAMPLE_COEF11_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#93b38d0a36ffb61e6974c49e491d15bc">xcresample_hw.h</a><li>CRESAMPLE_COEF11_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#92c7befe05425e106435a10035379f1d">xcresample_hw.h</a><li>CRESAMPLE_COEF12_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#d50675fb39c551dfe7dded9d956470a9">xcresample_hw.h</a><li>CRESAMPLE_COEF12_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#ec411c48c6198f849f1d807c7e6b9208">xcresample_hw.h</a><li>CRESAMPLE_COEF13_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#8de235a55513c790aecd0989d5ea9bfd">xcresample_hw.h</a><li>CRESAMPLE_COEF13_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#66f5d2abdd54b785f79f90c4db108985">xcresample_hw.h</a><li>CRESAMPLE_COEF14_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#0750e628d7492be4d46d1d092cf228ed">xcresample_hw.h</a><li>CRESAMPLE_COEF14_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#2d8f3b5f50900f385dddcfccf91669a1">xcresample_hw.h</a><li>CRESAMPLE_COEF15_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#d036ed6c7528f0411db5a928b33d501c">xcresample_hw.h</a><li>CRESAMPLE_COEF15_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#b4a945d8daf108b9dba32e42a4cf7232">xcresample_hw.h</a><li>CRESAMPLE_COEF16_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#170ad6c9041f9e144a66ec4ad019fbd5">xcresample_hw.h</a><li>CRESAMPLE_COEF16_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#33198b37d61e3e7eaf9306ef4aeaafa0">xcresample_hw.h</a><li>CRESAMPLE_COEF17_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#12a372af9724acc9d562d6ecd0bef7d6">xcresample_hw.h</a><li>CRESAMPLE_COEF17_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#b5b4561c86cbe3eec9dce98572a17204">xcresample_hw.h</a><li>CRESAMPLE_COEF18_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#8767db23b562090b06c7b4e8135778ea">xcresample_hw.h</a><li>CRESAMPLE_COEF18_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#06a8759fb0439ac3c1c1fed6544f208b">xcresample_hw.h</a><li>CRESAMPLE_COEF19_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#d411c23f6b247e5b0b55a15dd1de2051">xcresample_hw.h</a><li>CRESAMPLE_COEF19_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#16d4bebdcf6a2db2e1ade9b2e288695b">xcresample_hw.h</a><li>CRESAMPLE_COEF20_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#1f11e190ae24cec4fcf3eaef37647b8e">xcresample_hw.h</a><li>CRESAMPLE_COEF20_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#51bcc2784294d6b3cd3e923f2757ed85">xcresample_hw.h</a><li>CRESAMPLE_COEF21_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#d3c86795818d6c6c4f9b8c6dc62b7531">xcresample_hw.h</a><li>CRESAMPLE_COEF21_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#6695a5cf16a2280843307c5cb0b582bb">xcresample_hw.h</a><li>CRESAMPLE_COEF22_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#4abbf674f0e3428d9e85792c76234f9a">xcresample_hw.h</a><li>CRESAMPLE_COEF22_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#d32a48c7ed9532e3861769845f5623a3">xcresample_hw.h</a><li>CRESAMPLE_COEF23_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#cbf41f95032ef849f8938acdebf60526">xcresample_hw.h</a><li>CRESAMPLE_COEF23_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#5781c73b1e03b0d71ba3a0cf1060815d">xcresample_hw.h</a><li>CRESAMPLE_CONTROL
: <a class="el" href="xcresample__hw_8h.html#b08ae72b28eb517952669e8059a57438">xcresample_hw.h</a><li>CRESAMPLE_CTL_AUTORESET
: <a class="el" href="xcresample__hw_8h.html#691c9ac6cefcd547668b38377ff84260">xcresample_hw.h</a><li>CRESAMPLE_CTL_EN_MASK
: <a class="el" href="xcresample__hw_8h.html#70354a42b822594740d8818fe824a63e">xcresample_hw.h</a><li>CRESAMPLE_CTL_RESET
: <a class="el" href="xcresample__hw_8h.html#ba9734caaf6fa269d4b55f3bb61c01f5">xcresample_hw.h</a><li>CRESAMPLE_CTL_RU_MASK
: <a class="el" href="xcresample__hw_8h.html#2f7bf471ba2e40e7779478b174db2b68">xcresample_hw.h</a><li>CRESAMPLE_ENCODING
: <a class="el" href="xcresample__hw_8h.html#53d4ce09d2cec8a76533235dd257bfdc">xcresample_hw.h</a><li>CRESAMPLE_ERROR
: <a class="el" href="xcresample__hw_8h.html#554f66180e7658e5ddb6471f6636ae39">xcresample_hw.h</a><li>CRESAMPLE_In32
: <a class="el" href="xcresample__hw_8h.html#f34ea58cf368024bee82e2404ac0d080">xcresample_hw.h</a><li>CRESAMPLE_IRQ_ENABLE
: <a class="el" href="xcresample__hw_8h.html#95a95ab44d457cbddc71696a216a05fd">xcresample_hw.h</a><li>CRESAMPLE_Out32
: <a class="el" href="xcresample__hw_8h.html#e55ed56b7bf038abee926ecd55e57ba9">xcresample_hw.h</a><li>CRESAMPLE_ReadReg
: <a class="el" href="xcresample__hw_8h.html#dd3896f89a1b454e508386d07c4e1a86">xcresample_hw.h</a><li>CRESAMPLE_STATUS
: <a class="el" href="xcresample__hw_8h.html#a6f6b04b3cc0360a21ec4839cd4f03ec">xcresample_hw.h</a><li>CRESAMPLE_SYSDEBUG0
: <a class="el" href="xcresample__hw_8h.html#b82be2cd90cf13a336d10dd569c87837">xcresample_hw.h</a><li>CRESAMPLE_SYSDEBUG1
: <a class="el" href="xcresample__hw_8h.html#ee458faa4102e875ef0900c8f7f690e5">xcresample_hw.h</a><li>CRESAMPLE_SYSDEBUG2
: <a class="el" href="xcresample__hw_8h.html#72b81214f487f323fcdf3598f2bfe8b9">xcresample_hw.h</a><li>CRESAMPLE_VERSION
: <a class="el" href="xcresample__hw_8h.html#517507a6f422841239aa4b79c3106c78">xcresample_hw.h</a><li>CRESAMPLE_WriteReg
: <a class="el" href="xcresample__hw_8h.html#4c27441ddb04c2bb0ef40794fd8a821e">xcresample_hw.h</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,223 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Class Members
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li id="current"><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li id="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index_c"><span>c</span></a></li>
<li id="current"><a href="globals_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
Here is a list of all file members with links to the files they belong to:
<p>
<h3><a class="anchor" name="index_x">- x -</a></h3><ul>
<li>XCRE_ACT_SIZE_FIRST
: <a class="el" href="xcresample_8h.html#f63af0982f1bd962ac5a312b828c8721">xcresample.h</a><li>XCRE_ACT_SIZE_LAST
: <a class="el" href="xcresample_8h.html#136d63a0178f60dde5ddac0364937cf4">xcresample.h</a><li>XCRE_ACTIVE_SIZE_OFFSET
: <a class="el" href="xcresample__hw_8h.html#2fabb0e08576485f3f54cd1f4531024a">xcresample_hw.h</a><li>XCRE_ACTSIZE_NUM_LINE_MASK
: <a class="el" href="xcresample__hw_8h.html#705f25b13c7ec6c14dbbab653e263fe6">xcresample_hw.h</a><li>XCRE_ACTSIZE_NUM_LINE_SHIFT
: <a class="el" href="xcresample__hw_8h.html#dea884db969de650a972cc4bd46ada60">xcresample_hw.h</a><li>XCRE_ACTSIZE_NUM_PIXEL_MASK
: <a class="el" href="xcresample__hw_8h.html#9f98cbfc1c9126ed40145387dc779b28">xcresample_hw.h</a><li>XCRE_COEF00_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#b08648fa4329ccb2f1f792c049d0d96e">xcresample_hw.h</a><li>XCRE_COEF00_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#1ad7438e92fb57b98c26f50645a9575f">xcresample_hw.h</a><li>XCRE_COEF00_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#7c618712800d861c59fb9deefd45a2b6">xcresample_hw.h</a><li>XCRE_COEF00_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#86669b482b630a76ab12288e10cf14a1">xcresample_hw.h</a><li>XCRE_COEF01_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#f45ea16c39ab86263617c9f72733a5ec">xcresample_hw.h</a><li>XCRE_COEF01_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#8f48d6fb21b46e73c7af5a0b9c01e155">xcresample_hw.h</a><li>XCRE_COEF01_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#ac06a91cdd2b2a82b72724082d82b42b">xcresample_hw.h</a><li>XCRE_COEF01_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#931197646d822c764861df2776be0167">xcresample_hw.h</a><li>XCRE_COEF02_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#e1c4e8aa886cb44126fb45f54d4d2561">xcresample_hw.h</a><li>XCRE_COEF02_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#faf168f142154b67616c59cf9827becb">xcresample_hw.h</a><li>XCRE_COEF02_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#e68fe139eec3456e8436d45d375f93fb">xcresample_hw.h</a><li>XCRE_COEF02_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#95a3917c8d4a42c3d6b899644f339450">xcresample_hw.h</a><li>XCRE_COEF03_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#a661ff07f1c20ab1839c9a85fca60571">xcresample_hw.h</a><li>XCRE_COEF03_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#34b5d6d0f4bb4d418788b19e5bda0a72">xcresample_hw.h</a><li>XCRE_COEF03_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#61fe2e129ee73467a333bde971a09ab1">xcresample_hw.h</a><li>XCRE_COEF03_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#40dd8790c5c98b49c7e432800abcbe6c">xcresample_hw.h</a><li>XCRE_COEF04_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#fdc160496035e2d1c64e1f6855356681">xcresample_hw.h</a><li>XCRE_COEF04_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#9d7be6ce93a5d3f38132fff3a3993398">xcresample_hw.h</a><li>XCRE_COEF04_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#960e2dce62f01924ee5a8082ba5a77f2">xcresample_hw.h</a><li>XCRE_COEF04_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#f0698f4c5311e2f9147c38905433bb66">xcresample_hw.h</a><li>XCRE_COEF05_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#02e0f97aa30b4805922757f17e0b12cd">xcresample_hw.h</a><li>XCRE_COEF05_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#ac9a0d2f1f791b58c0318170c9ff19c1">xcresample_hw.h</a><li>XCRE_COEF05_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#7adb9cc708f775c981b14d40fe66f017">xcresample_hw.h</a><li>XCRE_COEF05_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#10536f6834892f85f8f93059b4277a4a">xcresample_hw.h</a><li>XCRE_COEF06_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#9a56ac84b8403ceece66d68623c3a091">xcresample_hw.h</a><li>XCRE_COEF06_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#bde07b24b8a06faaa6afea4babf96cb4">xcresample_hw.h</a><li>XCRE_COEF06_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#bbeced8c7f115327ee61a961cfa80b72">xcresample_hw.h</a><li>XCRE_COEF06_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#20b5afe016e5879356b7e613c2fa4949">xcresample_hw.h</a><li>XCRE_COEF07_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#95a23cf13a13e9186541d1aaaae78966">xcresample_hw.h</a><li>XCRE_COEF07_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#39f483d811bfae7e47a81bcba344bc5d">xcresample_hw.h</a><li>XCRE_COEF07_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#cc053ddb351745bde479c15eaa65ef3c">xcresample_hw.h</a><li>XCRE_COEF07_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#101e8262084e88b2f8f7cff884fe06b7">xcresample_hw.h</a><li>XCRE_COEF08_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#06bd5b0189a2bfc254383e64e1b1ba70">xcresample_hw.h</a><li>XCRE_COEF08_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#b810d46329c8e8f94477fac3928f7bfe">xcresample_hw.h</a><li>XCRE_COEF09_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#45c917cbe5b9acdc47758738a71d08f9">xcresample_hw.h</a><li>XCRE_COEF09_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#f66dbe711e5a3bd1287fa19424151734">xcresample_hw.h</a><li>XCRE_COEF10_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#327a4b079f7630c0efc499590035d2f5">xcresample_hw.h</a><li>XCRE_COEF10_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#3981c2527addc4d02d56f31fd29672ff">xcresample_hw.h</a><li>XCRE_COEF11_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#7ccae86cacb8f7938a000ef7b2b340b3">xcresample_hw.h</a><li>XCRE_COEF11_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#ad22ec3304706b2f7bd65477092dcc48">xcresample_hw.h</a><li>XCRE_COEF12_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#add607ad747e8eced4dfa42c24f1b210">xcresample_hw.h</a><li>XCRE_COEF12_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#b3a93fd8d3b70b689aef9cb68b186dcb">xcresample_hw.h</a><li>XCRE_COEF13_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#14577474f7d7dea3726b0bd3bdcaaa8a">xcresample_hw.h</a><li>XCRE_COEF13_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#7658dbc810aa4b13f63121f26dc44ab2">xcresample_hw.h</a><li>XCRE_COEF14_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#eaf0e4311f3cec9a4dbfd4d0223d0bfd">xcresample_hw.h</a><li>XCRE_COEF14_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#e79641e31df71116fc605d5386a18df2">xcresample_hw.h</a><li>XCRE_COEF15_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#c849fad3963b4ccdb4df399ce89a0676">xcresample_hw.h</a><li>XCRE_COEF15_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#0c62d9914671287c36bf1da711dc391d">xcresample_hw.h</a><li>XCRE_COEF16_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#ed4c2f3e422cff8544d123b1f6c7d65d">xcresample_hw.h</a><li>XCRE_COEF16_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#3b47a1512cdb344615d915c6a453e882">xcresample_hw.h</a><li>XCRE_COEF17_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#f6ed3d2863457dc989f43b7a30be104c">xcresample_hw.h</a><li>XCRE_COEF17_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#aa62506d1e68b6f634d343a485b8f3fd">xcresample_hw.h</a><li>XCRE_COEF18_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#046c61c31ee39d736055df51e19e2938">xcresample_hw.h</a><li>XCRE_COEF18_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#801129c4f1f57a1ab118bc0e51bd9bf4">xcresample_hw.h</a><li>XCRE_COEF19_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#106e8fddab9ff751602884fbd58f9332">xcresample_hw.h</a><li>XCRE_COEF19_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#96f0a8dded48e008b0661bd45dffe388">xcresample_hw.h</a><li>XCRE_COEF20_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#98e024bc3a1c98c73e7858fcba25d8bb">xcresample_hw.h</a><li>XCRE_COEF20_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#cf7cb29773e11a645b50a551279a5bf5">xcresample_hw.h</a><li>XCRE_COEF21_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#0f9df4d920cc235338a1acd1f452ba8b">xcresample_hw.h</a><li>XCRE_COEF21_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#a49389e2a7506c092f1e21fc34001360">xcresample_hw.h</a><li>XCRE_COEF22_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#f80e94e18e368f0120b46986f9dfdad9">xcresample_hw.h</a><li>XCRE_COEF22_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#7270ab4cf94edeed371f32494e8c99d7">xcresample_hw.h</a><li>XCRE_COEF23_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#43f073717f0cd43bf75b3f51f927307f">xcresample_hw.h</a><li>XCRE_COEF23_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#ae4cbb76dfe9b462d729aea1f24b172c">xcresample_hw.h</a><li>XCRE_COEF_DECI_MASK
: <a class="el" href="xcresample__hw_8h.html#43ce2626e26ec592981c9fff31c4355e">xcresample_hw.h</a><li>XCRE_COEF_FIRST
: <a class="el" href="xcresample_8h.html#893c2ffc0ea9e190f79bd3e5f13f8252">xcresample.h</a><li>XCRE_COEF_LAST
: <a class="el" href="xcresample_8h.html#e176b747b4a9f942f04fd66d49588506">xcresample.h</a><li>XCRE_COEF_SIGN_MASK
: <a class="el" href="xcresample__hw_8h.html#feba8102493e8d68f3711c0de474215e">xcresample_hw.h</a><li>XCRE_COEFF_FRAC_MASK
: <a class="el" href="xcresample__hw_8h.html#8237f945f6c7bda0545995089bf6a5f6">xcresample_hw.h</a><li>XCRE_COEFF_MASK
: <a class="el" href="xcresample__hw_8h.html#6a0413d42fb2ca474c0887652e0b28d2">xcresample_hw.h</a><li>XCRE_COEFF_SHIFT
: <a class="el" href="xcresample__hw_8h.html#000906b27b64ea3a083b8dcf82d8cda6">xcresample_hw.h</a><li>XCRE_COEFF_SIGN_SHIFT
: <a class="el" href="xcresample__hw_8h.html#3b6c6d8486f87ee7e560f524905c18e6">xcresample_hw.h</a><li>XCRE_CONTROL_OFFSET
: <a class="el" href="xcresample__hw_8h.html#e36d057ec512e3bf6ad23aedeca87287">xcresample_hw.h</a><li>XCRE_CTL_AUTORESET_MASK
: <a class="el" href="xcresample__hw_8h.html#3cc43348b3242c3d57ec00b1d8a49f4b">xcresample_hw.h</a><li>XCRE_CTL_BPE_MASK
: <a class="el" href="xcresample__hw_8h.html#aa6df80e3d96127c39d26f776a692d67">xcresample_hw.h</a><li>XCRE_CTL_RESET_MASK
: <a class="el" href="xcresample__hw_8h.html#59a892889d7e272380b3187f143e2497">xcresample_hw.h</a><li>XCRE_CTL_RUE_MASK
: <a class="el" href="xcresample__hw_8h.html#236624032067fc6eab9b512945e4a1dc">xcresample_hw.h</a><li>XCRE_CTL_SW_EN_MASK
: <a class="el" href="xcresample__hw_8h.html#9f8f91473ed9544ea408ab041203f53c">xcresample_hw.h</a><li>XCRE_CTL_TPE_MASK
: <a class="el" href="xcresample__hw_8h.html#a66681b6d3d1c8d2d7901464355d323a">xcresample_hw.h</a><li>XCRE_ENCODING_CHROMA_MASK
: <a class="el" href="xcresample__hw_8h.html#df082abdad2a4087dd79c8e2fa86948b">xcresample_hw.h</a><li>XCRE_ENCODING_CHROMA_SHIFT
: <a class="el" href="xcresample__hw_8h.html#55f16d3c79938d89a5f0f0fa10621800">xcresample_hw.h</a><li>XCRE_ENCODING_FIELD_MASK
: <a class="el" href="xcresample__hw_8h.html#37fffbaea769fa911e7976283da2d7e1">xcresample_hw.h</a><li>XCRE_ENCODING_FIELD_SHIFT
: <a class="el" href="xcresample__hw_8h.html#20167cee94dcbf66c85a5390d489ffa6">xcresample_hw.h</a><li>XCRE_ENCODING_OFFSET
: <a class="el" href="xcresample__hw_8h.html#0b1a96d8791a35a4cbb98d7be3f27b5a">xcresample_hw.h</a><li>XCRE_ERR_EOL_EARLY_MASK
: <a class="el" href="xcresample__hw_8h.html#0aacdca8b7990a1d6a0e965b213bb9bc">xcresample_hw.h</a><li>XCRE_ERR_EOL_LATE_MASK
: <a class="el" href="xcresample__hw_8h.html#e1c7c77ababa0deda872bcf9585c1c13">xcresample_hw.h</a><li>XCRE_ERR_SOF_EARLY_MASK
: <a class="el" href="xcresample__hw_8h.html#a0df29969c8c503b72aa74ad6dbff8f5">xcresample_hw.h</a><li>XCRE_ERR_SOF_LATE_MASK
: <a class="el" href="xcresample__hw_8h.html#a4e7b99b55f7e72e3617c0fe3b9e3826">xcresample_hw.h</a><li>XCRE_ERROR_OFFSET
: <a class="el" href="xcresample__hw_8h.html#90090b9e9473a0bacec29831cd865434">xcresample_hw.h</a><li>XCRE_HANDLER_ERROR
: <a class="el" href="xcresample_8h.html#06fc87d81c62e9abb8790b6e5713c55b81213bb998c9b080628d6b4ba81fba82">xcresample.h</a><li>XCRE_HANDLER_FRAMEDONE
: <a class="el" href="xcresample_8h.html#06fc87d81c62e9abb8790b6e5713c55ba91551216aeabd02512d523ac8fb2c11">xcresample.h</a><li>XCRE_HANDLER_PROCSTART
: <a class="el" href="xcresample_8h.html#06fc87d81c62e9abb8790b6e5713c55b2e832b1f4fcf559e0f4332335af75f41">xcresample.h</a><li>XCRE_IER_OFFSET
: <a class="el" href="xcresample__hw_8h.html#e6f21d36c462bfb1d0bd91cfa72762aa">xcresample_hw.h</a><li>XCRE_IRQ_EN_OFFSET
: <a class="el" href="xcresample__hw_8h.html#18c102d15e143b84399c8795212975e8">xcresample_hw.h</a><li>XCRE_ISR_OFFSET
: <a class="el" href="xcresample__hw_8h.html#9a38a8abeb63a5dcfbce4e1f57cf7c97">xcresample_hw.h</a><li>XCRE_IXR_ALLINTR_MASK
: <a class="el" href="xcresample__hw_8h.html#97004e97b72f36a24dc2d91e19358a99">xcresample_hw.h</a><li>XCRE_IXR_EOF_MASK
: <a class="el" href="xcresample__hw_8h.html#8051673328a6111720b8566bb3cf1526">xcresample_hw.h</a><li>XCRE_IXR_PROCS_STARTED_MASK
: <a class="el" href="xcresample__hw_8h.html#dd6a498a6bc1c13fc01e91f510d342de">xcresample_hw.h</a><li>XCRE_IXR_SE_MASK
: <a class="el" href="xcresample__hw_8h.html#804ab6687773a6c4a87f1a0716000f19">xcresample_hw.h</a><li>XCRE_MAX_VALUE
: <a class="el" href="xcresample__hw_8h.html#344ef55f48597146bf99310cca308756">xcresample_hw.h</a><li>XCRE_NUM_HCOEFS
: <a class="el" href="xcresample_8h.html#9e78a3d9d7a6101968da7f61994ca07b">xcresample.h</a><li>XCRE_NUM_OF_PHASES
: <a class="el" href="xcresample_8h.html#200680a2c13a7b5fe0ebdcdd749fb529">xcresample.h</a><li>XCRE_NUM_VCOEFS
: <a class="el" href="xcresample_8h.html#769382097198ca3b9e289c17423f4474">xcresample.h</a><li>XCRE_OFFSET_DIFF
: <a class="el" href="xcresample_8h.html#130b1722acdea90f21b4b609413f045d">xcresample.h</a><li>XCRE_PARITY_EVEN
: <a class="el" href="xcresample_8h.html#de5ba0c5d3d48674a1353be0ef116e1a">xcresample.h</a><li>XCRE_PARITY_ODD
: <a class="el" href="xcresample_8h.html#494cc8b60107da468cb81b91257870c4">xcresample.h</a><li>XCRE_SIGN_MUL
: <a class="el" href="xcresample__hw_8h.html#00023e17dea7a5309d4f9119236654a5">xcresample_hw.h</a><li>XCRE_SIGNBIT_MASK
: <a class="el" href="xcresample__hw_8h.html#400cf6478aacc983fc48d21e0a5880ab">xcresample_hw.h</a><li>XCRE_STATUS_OFFSET
: <a class="el" href="xcresample__hw_8h.html#87730ba30704098d260a67036eaa6f01">xcresample_hw.h</a><li>XCRE_SYSDEBUG0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#388982bb23871efe6833330f79b12a94">xcresample_hw.h</a><li>XCRE_SYSDEBUG1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#f943cd6552984fa4ed43ecadab6035c0">xcresample_hw.h</a><li>XCRE_SYSDEBUG2_OFFSET
: <a class="el" href="xcresample__hw_8h.html#46bc8755667307701c57d998f9bccbde">xcresample_hw.h</a><li>XCRE_VER_INTERNAL_SHIFT
: <a class="el" href="xcresample__hw_8h.html#75692d332ef8386dd59f5ad60f72b7c7">xcresample_hw.h</a><li>XCRE_VER_MAJOR_MASK
: <a class="el" href="xcresample__hw_8h.html#5d8d09eb21e1e968c0450cb7dd5d516a">xcresample_hw.h</a><li>XCRE_VER_MAJOR_SHIFT
: <a class="el" href="xcresample__hw_8h.html#b39e2e1a51ac5b83405a1409f3ad334a">xcresample_hw.h</a><li>XCRE_VER_MINOR_MASK
: <a class="el" href="xcresample__hw_8h.html#744ff1670814ab8411605bd5610a37d4">xcresample_hw.h</a><li>XCRE_VER_MINOR_SHIFT
: <a class="el" href="xcresample__hw_8h.html#e2de0988a224c4f2c0ff2c8fb99c1edd">xcresample_hw.h</a><li>XCRE_VER_PID_MASK
: <a class="el" href="xcresample__hw_8h.html#ccd4dbc5d507c4b6f4073d012ccb3400">xcresample_hw.h</a><li>XCRE_VER_REV_MASK
: <a class="el" href="xcresample__hw_8h.html#3e27a69cfbd5cf9261e123ec223e59c3">xcresample_hw.h</a><li>XCRE_VER_REV_NUM_MASK
: <a class="el" href="xcresample__hw_8h.html#a63888a3741a78b6a5d226ea9be119a1">xcresample_hw.h</a><li>XCRE_VER_REV_SHIFT
: <a class="el" href="xcresample__hw_8h.html#4ad9bb0d2ce4b4a58e639c645e7bfb28">xcresample_hw.h</a><li>XCRE_VERSION_OFFSET
: <a class="el" href="xcresample__hw_8h.html#50dc699fde66f657be0e8a9713f78497">xcresample_hw.h</a><li>XCresample_CallBack
: <a class="el" href="xcresample_8h.html#cfcc5b01138710a38260b9ce921f491c">xcresample.h</a><li>XCresample_CfgInitialize()
: <a class="el" href="xcresample_8h.html#386a0f9c22e6409060fd966a66d8aa66">xcresample.h</a>, <a class="el" href="xcresample_8c.html#386a0f9c22e6409060fd966a66d8aa66">xcresample.c</a><li>XCresample_Clear_HCoef_Values()
: <a class="el" href="xcresample_8h.html#1d749808d07e3987e21fb3ec7b54c3a2">xcresample.h</a>, <a class="el" href="xcresample_8c.html#1d749808d07e3987e21fb3ec7b54c3a2">xcresample.c</a><li>XCresample_Clear_VCoef_Values()
: <a class="el" href="xcresample_8h.html#d3c15e9a7607730c4d6bab0bff8af610">xcresample.h</a>, <a class="el" href="xcresample_8c.html#d3c15e9a7607730c4d6bab0bff8af610">xcresample.c</a><li>XCresample_ConfigTable
: <a class="el" href="xcresample__g_8c.html#04119f88da6621ea0a82ff7ddabc5659">xcresample_g.c</a><li>XCresample_Disable
: <a class="el" href="xcresample_8h.html#538198323ff4ebdaad13c9dbd18a2c48">xcresample.h</a><li>XCresample_DisableDbgBypass()
: <a class="el" href="xcresample_8h.html#c15c402d317aea7dbcdabdae1c6d8e6c">xcresample.h</a>, <a class="el" href="xcresample_8c.html#c15c402d317aea7dbcdabdae1c6d8e6c">xcresample.c</a><li>XCresample_DisableDbgTestPattern()
: <a class="el" href="xcresample_8h.html#1f6adeb2af84970d6d20a70be30169dd">xcresample.h</a>, <a class="el" href="xcresample_8c.html#1f6adeb2af84970d6d20a70be30169dd">xcresample.c</a><li>XCresample_Enable
: <a class="el" href="xcresample_8h.html#3959dfbfb1df910ec834a2822f80ddb5">xcresample.h</a><li>XCresample_EnableDbgByPass()
: <a class="el" href="xcresample_8h.html#930ea9583c5dd76de763fae86d6b1eff">xcresample.h</a>, <a class="el" href="xcresample_8c.html#930ea9583c5dd76de763fae86d6b1eff">xcresample.c</a><li>XCresample_EnableDbgTestPattern()
: <a class="el" href="xcresample_8h.html#32b603c19c2afaee47a70dde41fdcaa1">xcresample.h</a>, <a class="el" href="xcresample_8c.html#32b603c19c2afaee47a70dde41fdcaa1">xcresample.c</a><li>XCresample_ErrorCallBack
: <a class="el" href="xcresample_8h.html#a909cac5656fedc4f0ea205c823140d1">xcresample.h</a><li>XCresample_GetActiveSize()
: <a class="el" href="xcresample_8h.html#d8b448647610e20e45f560ed50465d15">xcresample.h</a>, <a class="el" href="xcresample_8c.html#d8b448647610e20e45f560ed50465d15">xcresample.c</a><li>XCresample_GetChromaParity()
: <a class="el" href="xcresample_8h.html#2871e4a4446a101e00ace372810342ce">xcresample.h</a>, <a class="el" href="xcresample_8c.html#2871e4a4446a101e00ace372810342ce">xcresample.c</a><li>XCresample_GetDbgFrameCount()
: <a class="el" href="xcresample_8h.html#b4f2fab7cafe12c0dd55b63f8a4f9bb2">xcresample.h</a>, <a class="el" href="xcresample_8c.html#b4f2fab7cafe12c0dd55b63f8a4f9bb2">xcresample.c</a><li>XCresample_GetDbgLineCount()
: <a class="el" href="xcresample_8h.html#81ee6e5159f9173134f5203f079c19d6">xcresample.h</a>, <a class="el" href="xcresample_8c.html#81ee6e5159f9173134f5203f079c19d6">xcresample.c</a><li>XCresample_GetDbgPixelCount()
: <a class="el" href="xcresample_8h.html#dae07783fcaf65425e70d97648cbf04e">xcresample.h</a>, <a class="el" href="xcresample_8c.html#dae07783fcaf65425e70d97648cbf04e">xcresample.c</a><li>XCresample_GetFieldParity()
: <a class="el" href="xcresample_8h.html#3033cdcbecf61fea37bc9b1795636bf7">xcresample.h</a>, <a class="el" href="xcresample_8c.html#3033cdcbecf61fea37bc9b1795636bf7">xcresample.c</a><li>XCresample_GetHCoefs()
: <a class="el" href="xcresample_8h.html#676b8cfd788ad69cd9c622e2a4953bed">xcresample.h</a>, <a class="el" href="xcresample_8c.html#676b8cfd788ad69cd9c622e2a4953bed">xcresample.c</a><li>XCresample_GetVCoefs()
: <a class="el" href="xcresample_8h.html#81bd4ca76afc9607d8cc69afeb957b5f">xcresample.h</a>, <a class="el" href="xcresample_8c.html#81bd4ca76afc9607d8cc69afeb957b5f">xcresample.c</a><li>XCresample_GetVersion()
: <a class="el" href="xcresample_8h.html#759917fbb8599a22fdfe5619ce13a3b2">xcresample.h</a>, <a class="el" href="xcresample_8c.html#759917fbb8599a22fdfe5619ce13a3b2">xcresample.c</a><li>XCRESAMPLE_H_
: <a class="el" href="xcresample_8h.html#4b6e0fce9fca9a9a2de11d88c16c487f">xcresample.h</a><li>XCRESAMPLE_HW_H_
: <a class="el" href="xcresample__hw_8h.html#ed484ae65a37d6caf256fb3583b3f869">xcresample_hw.h</a><li>XCresample_In32
: <a class="el" href="xcresample__hw_8h.html#4bcf4304e9aaf163c07d8b27755f06c0">xcresample_hw.h</a><li>XCresample_IntrClear
: <a class="el" href="xcresample_8h.html#f3f4748686f455f741ad19935ab5ac26">xcresample.h</a><li>XCresample_IntrDisable
: <a class="el" href="xcresample_8h.html#f6cab4f4644f86807a3ff1c38057fb75">xcresample.h</a><li>XCresample_IntrEnable
: <a class="el" href="xcresample_8h.html#4dd2462144560958335ae4f3ca6980e4">xcresample.h</a><li>XCresample_IntrGetPending
: <a class="el" href="xcresample_8h.html#34d7b704fc70030c94820f5c59c764e3">xcresample.h</a><li>XCresample_IntrHandler()
: <a class="el" href="xcresample__intr_8c.html#d3db1c393abaf5003a47b95c7399d1b7">xcresample_intr.c</a>, <a class="el" href="xcresample_8h.html#d3db1c393abaf5003a47b95c7399d1b7">xcresample.h</a><li>XCresample_IsDbgByPassEnabled()
: <a class="el" href="xcresample_8h.html#e8267377a15da7e199a393c47baf42e1">xcresample.h</a>, <a class="el" href="xcresample_8c.html#e8267377a15da7e199a393c47baf42e1">xcresample.c</a><li>XCresample_IsDbgTestPatternEnabled()
: <a class="el" href="xcresample_8h.html#e8fb855ff8ece1b628d69f9cd0eebd5a">xcresample.h</a>, <a class="el" href="xcresample_8c.html#e8fb855ff8ece1b628d69f9cd0eebd5a">xcresample.c</a><li>XCresample_LookupConfig()
: <a class="el" href="xcresample__sinit_8c.html#5a31b77d26816fa1c1b5b37ff46207f6">xcresample_sinit.c</a>, <a class="el" href="xcresample_8h.html#5a31b77d26816fa1c1b5b37ff46207f6">xcresample.h</a><li>XCresample_Out32
: <a class="el" href="xcresample__hw_8h.html#b6f8306121516322a43ce0143ef94601">xcresample_hw.h</a><li>XCresample_ReadReg
: <a class="el" href="xcresample__hw_8h.html#383c98c6cf46b5c9e1c40124950e03e4">xcresample_hw.h</a><li>XCresample_RegUpdateDisable
: <a class="el" href="xcresample_8h.html#270b9455b25b2c28fc69609cc5c448d8">xcresample.h</a><li>XCresample_RegUpdateEnable
: <a class="el" href="xcresample_8h.html#dd46d2225bcce47d5fa206321bb8cab4">xcresample.h</a><li>XCresample_Reset
: <a class="el" href="xcresample_8h.html#98346f522e3aed9eb5b6e7c09416cdd7">xcresample.h</a><li>XCresample_SelfTest()
: <a class="el" href="xcresample__selftest_8c.html#120e094a3de7a49d4b5e3808ad7fadd2">xcresample_selftest.c</a>, <a class="el" href="xcresample_8h.html#120e094a3de7a49d4b5e3808ad7fadd2">xcresample.h</a><li>XCresample_SetActiveSize()
: <a class="el" href="xcresample_8h.html#a92fd02ee15f7f102dde33a7b2d904d3">xcresample.h</a>, <a class="el" href="xcresample_8c.html#a92fd02ee15f7f102dde33a7b2d904d3">xcresample.c</a><li>XCresample_SetCallBack()
: <a class="el" href="xcresample__intr_8c.html#b0eaff626a3784bde0d6ac0b9e168992">xcresample_intr.c</a>, <a class="el" href="xcresample_8h.html#b0eaff626a3784bde0d6ac0b9e168992">xcresample.h</a><li>XCresample_SetChromaParity()
: <a class="el" href="xcresample_8h.html#81bd9651d3634a4f93adc0c9aa377bd4">xcresample.h</a>, <a class="el" href="xcresample_8c.html#81bd9651d3634a4f93adc0c9aa377bd4">xcresample.c</a><li>XCresample_SetFieldParity()
: <a class="el" href="xcresample_8h.html#f88e4da9bfb514e7f31550e4763b5ff1">xcresample.h</a>, <a class="el" href="xcresample_8c.html#f88e4da9bfb514e7f31550e4763b5ff1">xcresample.c</a><li>XCresample_SetHCoefs()
: <a class="el" href="xcresample_8h.html#fe19dfb901944a21c9318301322075e6">xcresample.h</a>, <a class="el" href="xcresample_8c.html#fe19dfb901944a21c9318301322075e6">xcresample.c</a><li>XCresample_SetVCoefs()
: <a class="el" href="xcresample_8h.html#5f9ac7e61cd69dd5843a4a95eff0ba21">xcresample.h</a>, <a class="el" href="xcresample_8c.html#5f9ac7e61cd69dd5843a4a95eff0ba21">xcresample.c</a><li>XCresample_Start
: <a class="el" href="xcresample_8h.html#862c5f4fbabe14d1e123362c96338d79">xcresample.h</a><li>XCresample_StatusGetPending
: <a class="el" href="xcresample_8h.html#4d1cb2f8998ad720729b08fe8f927a51">xcresample.h</a><li>XCresample_Stop
: <a class="el" href="xcresample_8h.html#af714ddac2ad4276bc638c1ab7aacb68">xcresample.h</a><li>XCresample_SyncReset
: <a class="el" href="xcresample_8h.html#56d3a5b5c6a70eaba4a4bcb1bd9d5cb7">xcresample.h</a><li>XCresample_WriteReg
: <a class="el" href="xcresample__hw_8h.html#644ad0f957bb97d33f18cab706e145d5">xcresample_hw.h</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,128 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Class Members
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li id="current"><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li id="current"><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li id="current"><a href="globals_defs.html#index_c"><span>c</span></a></li>
<li><a href="globals_defs_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>CRESAMPLE_ACTIVE_SIZE
: <a class="el" href="xcresample__hw_8h.html#c703035cac182fd2215830d408eacc54">xcresample_hw.h</a><li>CRESAMPLE_COEF00_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#58a2d5bafad7d89982686b5c754e8166">xcresample_hw.h</a><li>CRESAMPLE_COEF00_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#9d679cdd9d361f383aed19349adfcaf9">xcresample_hw.h</a><li>CRESAMPLE_COEF00_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#6a0f203d694b3245cd5ab58d18620754">xcresample_hw.h</a><li>CRESAMPLE_COEF00_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#f7ebc9abb7a40ed2eb87a789d9778022">xcresample_hw.h</a><li>CRESAMPLE_COEF01_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#de7fe09fa42649144d200bba3b2a1bd0">xcresample_hw.h</a><li>CRESAMPLE_COEF01_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#6c733c32069a59e217665e18134ed958">xcresample_hw.h</a><li>CRESAMPLE_COEF01_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#7e8684756ddc04e43a1ba2e787fa327f">xcresample_hw.h</a><li>CRESAMPLE_COEF01_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#ccdb044b6a179361deffcd330d8c7730">xcresample_hw.h</a><li>CRESAMPLE_COEF02_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#b9bad685ccdf0a3bf926758dc30050aa">xcresample_hw.h</a><li>CRESAMPLE_COEF02_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#b0740fd31e82cdb986c0a0975b38b844">xcresample_hw.h</a><li>CRESAMPLE_COEF02_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#0a3e2ed5f9a01bf7898fe08a7fd70a0c">xcresample_hw.h</a><li>CRESAMPLE_COEF02_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#18644f4eb44a4a5fe36af75c7a223d23">xcresample_hw.h</a><li>CRESAMPLE_COEF03_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#6d06c46b21e20ba09e5b5dbeecaae9bd">xcresample_hw.h</a><li>CRESAMPLE_COEF03_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#5d820b6d1c1f36995db7cfe9464fa24d">xcresample_hw.h</a><li>CRESAMPLE_COEF03_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#62442986f7e8a87b4eb677d6aeb7db0e">xcresample_hw.h</a><li>CRESAMPLE_COEF03_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#0aec6a4f87741f24d6e90817d4fc42f1">xcresample_hw.h</a><li>CRESAMPLE_COEF04_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#ce98dcc7d246d6eac5c01d5d08fe9669">xcresample_hw.h</a><li>CRESAMPLE_COEF04_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#15737ed15f113665ce7c340c84cff080">xcresample_hw.h</a><li>CRESAMPLE_COEF04_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#c9ea19bd91242f9095fceb9a9ab5856b">xcresample_hw.h</a><li>CRESAMPLE_COEF04_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#1c53ba92aaea614aabdf26c303a34e3d">xcresample_hw.h</a><li>CRESAMPLE_COEF05_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#356cc228c722da4c2e5fdc435b6aa797">xcresample_hw.h</a><li>CRESAMPLE_COEF05_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#fa773f878b38a8b3b041b8f3038f0938">xcresample_hw.h</a><li>CRESAMPLE_COEF05_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#968617956977f6bb6daafc4cfca698a7">xcresample_hw.h</a><li>CRESAMPLE_COEF05_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#b296f983b821b5c4a40bc6ec2fd55cd2">xcresample_hw.h</a><li>CRESAMPLE_COEF06_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#69be42b208bc0a8beefbc5dfafd76089">xcresample_hw.h</a><li>CRESAMPLE_COEF06_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#cfa692d81c0ed80c58dae0aaec535b16">xcresample_hw.h</a><li>CRESAMPLE_COEF06_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#4d26375d0328799e08fa6349b2395aac">xcresample_hw.h</a><li>CRESAMPLE_COEF06_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#b28240af8f3267df647e726b221b5eea">xcresample_hw.h</a><li>CRESAMPLE_COEF07_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#dcf18fd321b5f52dd69dbc8b30483d21">xcresample_hw.h</a><li>CRESAMPLE_COEF07_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#6fb8daad56660992641a0c2e47b23f2b">xcresample_hw.h</a><li>CRESAMPLE_COEF07_VPHASE0
: <a class="el" href="xcresample__hw_8h.html#bf5bb3e698cd3c20a12302c2b9758e60">xcresample_hw.h</a><li>CRESAMPLE_COEF07_VPHASE1
: <a class="el" href="xcresample__hw_8h.html#3370822a5939706eaaf096c57ead38cc">xcresample_hw.h</a><li>CRESAMPLE_COEF08_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#d1a48f1f198af479afbb734aa2c8c1a3">xcresample_hw.h</a><li>CRESAMPLE_COEF08_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#9dfdce0d77d08c7d41e72060d90a86c2">xcresample_hw.h</a><li>CRESAMPLE_COEF09_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#7d20cda72b7833d92fba2379d33b5400">xcresample_hw.h</a><li>CRESAMPLE_COEF09_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#75060aa8b401c51308774ae9b470ad4a">xcresample_hw.h</a><li>CRESAMPLE_COEF10_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#86ee8b8be3deb3a57b47374a5baf23ac">xcresample_hw.h</a><li>CRESAMPLE_COEF10_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#73505356197f8c7eb27849f1cc4daf68">xcresample_hw.h</a><li>CRESAMPLE_COEF11_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#93b38d0a36ffb61e6974c49e491d15bc">xcresample_hw.h</a><li>CRESAMPLE_COEF11_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#92c7befe05425e106435a10035379f1d">xcresample_hw.h</a><li>CRESAMPLE_COEF12_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#d50675fb39c551dfe7dded9d956470a9">xcresample_hw.h</a><li>CRESAMPLE_COEF12_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#ec411c48c6198f849f1d807c7e6b9208">xcresample_hw.h</a><li>CRESAMPLE_COEF13_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#8de235a55513c790aecd0989d5ea9bfd">xcresample_hw.h</a><li>CRESAMPLE_COEF13_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#66f5d2abdd54b785f79f90c4db108985">xcresample_hw.h</a><li>CRESAMPLE_COEF14_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#0750e628d7492be4d46d1d092cf228ed">xcresample_hw.h</a><li>CRESAMPLE_COEF14_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#2d8f3b5f50900f385dddcfccf91669a1">xcresample_hw.h</a><li>CRESAMPLE_COEF15_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#d036ed6c7528f0411db5a928b33d501c">xcresample_hw.h</a><li>CRESAMPLE_COEF15_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#b4a945d8daf108b9dba32e42a4cf7232">xcresample_hw.h</a><li>CRESAMPLE_COEF16_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#170ad6c9041f9e144a66ec4ad019fbd5">xcresample_hw.h</a><li>CRESAMPLE_COEF16_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#33198b37d61e3e7eaf9306ef4aeaafa0">xcresample_hw.h</a><li>CRESAMPLE_COEF17_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#12a372af9724acc9d562d6ecd0bef7d6">xcresample_hw.h</a><li>CRESAMPLE_COEF17_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#b5b4561c86cbe3eec9dce98572a17204">xcresample_hw.h</a><li>CRESAMPLE_COEF18_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#8767db23b562090b06c7b4e8135778ea">xcresample_hw.h</a><li>CRESAMPLE_COEF18_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#06a8759fb0439ac3c1c1fed6544f208b">xcresample_hw.h</a><li>CRESAMPLE_COEF19_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#d411c23f6b247e5b0b55a15dd1de2051">xcresample_hw.h</a><li>CRESAMPLE_COEF19_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#16d4bebdcf6a2db2e1ade9b2e288695b">xcresample_hw.h</a><li>CRESAMPLE_COEF20_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#1f11e190ae24cec4fcf3eaef37647b8e">xcresample_hw.h</a><li>CRESAMPLE_COEF20_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#51bcc2784294d6b3cd3e923f2757ed85">xcresample_hw.h</a><li>CRESAMPLE_COEF21_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#d3c86795818d6c6c4f9b8c6dc62b7531">xcresample_hw.h</a><li>CRESAMPLE_COEF21_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#6695a5cf16a2280843307c5cb0b582bb">xcresample_hw.h</a><li>CRESAMPLE_COEF22_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#4abbf674f0e3428d9e85792c76234f9a">xcresample_hw.h</a><li>CRESAMPLE_COEF22_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#d32a48c7ed9532e3861769845f5623a3">xcresample_hw.h</a><li>CRESAMPLE_COEF23_HPHASE0
: <a class="el" href="xcresample__hw_8h.html#cbf41f95032ef849f8938acdebf60526">xcresample_hw.h</a><li>CRESAMPLE_COEF23_HPHASE1
: <a class="el" href="xcresample__hw_8h.html#5781c73b1e03b0d71ba3a0cf1060815d">xcresample_hw.h</a><li>CRESAMPLE_CONTROL
: <a class="el" href="xcresample__hw_8h.html#b08ae72b28eb517952669e8059a57438">xcresample_hw.h</a><li>CRESAMPLE_CTL_AUTORESET
: <a class="el" href="xcresample__hw_8h.html#691c9ac6cefcd547668b38377ff84260">xcresample_hw.h</a><li>CRESAMPLE_CTL_EN_MASK
: <a class="el" href="xcresample__hw_8h.html#70354a42b822594740d8818fe824a63e">xcresample_hw.h</a><li>CRESAMPLE_CTL_RESET
: <a class="el" href="xcresample__hw_8h.html#ba9734caaf6fa269d4b55f3bb61c01f5">xcresample_hw.h</a><li>CRESAMPLE_CTL_RU_MASK
: <a class="el" href="xcresample__hw_8h.html#2f7bf471ba2e40e7779478b174db2b68">xcresample_hw.h</a><li>CRESAMPLE_ENCODING
: <a class="el" href="xcresample__hw_8h.html#53d4ce09d2cec8a76533235dd257bfdc">xcresample_hw.h</a><li>CRESAMPLE_ERROR
: <a class="el" href="xcresample__hw_8h.html#554f66180e7658e5ddb6471f6636ae39">xcresample_hw.h</a><li>CRESAMPLE_In32
: <a class="el" href="xcresample__hw_8h.html#f34ea58cf368024bee82e2404ac0d080">xcresample_hw.h</a><li>CRESAMPLE_IRQ_ENABLE
: <a class="el" href="xcresample__hw_8h.html#95a95ab44d457cbddc71696a216a05fd">xcresample_hw.h</a><li>CRESAMPLE_Out32
: <a class="el" href="xcresample__hw_8h.html#e55ed56b7bf038abee926ecd55e57ba9">xcresample_hw.h</a><li>CRESAMPLE_ReadReg
: <a class="el" href="xcresample__hw_8h.html#dd3896f89a1b454e508386d07c4e1a86">xcresample_hw.h</a><li>CRESAMPLE_STATUS
: <a class="el" href="xcresample__hw_8h.html#a6f6b04b3cc0360a21ec4839cd4f03ec">xcresample_hw.h</a><li>CRESAMPLE_SYSDEBUG0
: <a class="el" href="xcresample__hw_8h.html#b82be2cd90cf13a336d10dd569c87837">xcresample_hw.h</a><li>CRESAMPLE_SYSDEBUG1
: <a class="el" href="xcresample__hw_8h.html#ee458faa4102e875ef0900c8f7f690e5">xcresample_hw.h</a><li>CRESAMPLE_SYSDEBUG2
: <a class="el" href="xcresample__hw_8h.html#72b81214f487f323fcdf3598f2bfe8b9">xcresample_hw.h</a><li>CRESAMPLE_VERSION
: <a class="el" href="xcresample__hw_8h.html#517507a6f422841239aa4b79c3106c78">xcresample_hw.h</a><li>CRESAMPLE_WriteReg
: <a class="el" href="xcresample__hw_8h.html#4c27441ddb04c2bb0ef40794fd8a821e">xcresample_hw.h</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,190 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Class Members
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li id="current"><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li id="current"><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals_defs.html#index_c"><span>c</span></a></li>
<li id="current"><a href="globals_defs_0x78.html#index_x"><span>x</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_x">- x -</a></h3><ul>
<li>XCRE_ACT_SIZE_FIRST
: <a class="el" href="xcresample_8h.html#f63af0982f1bd962ac5a312b828c8721">xcresample.h</a><li>XCRE_ACT_SIZE_LAST
: <a class="el" href="xcresample_8h.html#136d63a0178f60dde5ddac0364937cf4">xcresample.h</a><li>XCRE_ACTIVE_SIZE_OFFSET
: <a class="el" href="xcresample__hw_8h.html#2fabb0e08576485f3f54cd1f4531024a">xcresample_hw.h</a><li>XCRE_ACTSIZE_NUM_LINE_MASK
: <a class="el" href="xcresample__hw_8h.html#705f25b13c7ec6c14dbbab653e263fe6">xcresample_hw.h</a><li>XCRE_ACTSIZE_NUM_LINE_SHIFT
: <a class="el" href="xcresample__hw_8h.html#dea884db969de650a972cc4bd46ada60">xcresample_hw.h</a><li>XCRE_ACTSIZE_NUM_PIXEL_MASK
: <a class="el" href="xcresample__hw_8h.html#9f98cbfc1c9126ed40145387dc779b28">xcresample_hw.h</a><li>XCRE_COEF00_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#b08648fa4329ccb2f1f792c049d0d96e">xcresample_hw.h</a><li>XCRE_COEF00_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#1ad7438e92fb57b98c26f50645a9575f">xcresample_hw.h</a><li>XCRE_COEF00_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#7c618712800d861c59fb9deefd45a2b6">xcresample_hw.h</a><li>XCRE_COEF00_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#86669b482b630a76ab12288e10cf14a1">xcresample_hw.h</a><li>XCRE_COEF01_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#f45ea16c39ab86263617c9f72733a5ec">xcresample_hw.h</a><li>XCRE_COEF01_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#8f48d6fb21b46e73c7af5a0b9c01e155">xcresample_hw.h</a><li>XCRE_COEF01_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#ac06a91cdd2b2a82b72724082d82b42b">xcresample_hw.h</a><li>XCRE_COEF01_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#931197646d822c764861df2776be0167">xcresample_hw.h</a><li>XCRE_COEF02_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#e1c4e8aa886cb44126fb45f54d4d2561">xcresample_hw.h</a><li>XCRE_COEF02_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#faf168f142154b67616c59cf9827becb">xcresample_hw.h</a><li>XCRE_COEF02_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#e68fe139eec3456e8436d45d375f93fb">xcresample_hw.h</a><li>XCRE_COEF02_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#95a3917c8d4a42c3d6b899644f339450">xcresample_hw.h</a><li>XCRE_COEF03_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#a661ff07f1c20ab1839c9a85fca60571">xcresample_hw.h</a><li>XCRE_COEF03_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#34b5d6d0f4bb4d418788b19e5bda0a72">xcresample_hw.h</a><li>XCRE_COEF03_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#61fe2e129ee73467a333bde971a09ab1">xcresample_hw.h</a><li>XCRE_COEF03_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#40dd8790c5c98b49c7e432800abcbe6c">xcresample_hw.h</a><li>XCRE_COEF04_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#fdc160496035e2d1c64e1f6855356681">xcresample_hw.h</a><li>XCRE_COEF04_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#9d7be6ce93a5d3f38132fff3a3993398">xcresample_hw.h</a><li>XCRE_COEF04_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#960e2dce62f01924ee5a8082ba5a77f2">xcresample_hw.h</a><li>XCRE_COEF04_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#f0698f4c5311e2f9147c38905433bb66">xcresample_hw.h</a><li>XCRE_COEF05_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#02e0f97aa30b4805922757f17e0b12cd">xcresample_hw.h</a><li>XCRE_COEF05_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#ac9a0d2f1f791b58c0318170c9ff19c1">xcresample_hw.h</a><li>XCRE_COEF05_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#7adb9cc708f775c981b14d40fe66f017">xcresample_hw.h</a><li>XCRE_COEF05_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#10536f6834892f85f8f93059b4277a4a">xcresample_hw.h</a><li>XCRE_COEF06_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#9a56ac84b8403ceece66d68623c3a091">xcresample_hw.h</a><li>XCRE_COEF06_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#bde07b24b8a06faaa6afea4babf96cb4">xcresample_hw.h</a><li>XCRE_COEF06_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#bbeced8c7f115327ee61a961cfa80b72">xcresample_hw.h</a><li>XCRE_COEF06_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#20b5afe016e5879356b7e613c2fa4949">xcresample_hw.h</a><li>XCRE_COEF07_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#95a23cf13a13e9186541d1aaaae78966">xcresample_hw.h</a><li>XCRE_COEF07_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#39f483d811bfae7e47a81bcba344bc5d">xcresample_hw.h</a><li>XCRE_COEF07_VPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#cc053ddb351745bde479c15eaa65ef3c">xcresample_hw.h</a><li>XCRE_COEF07_VPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#101e8262084e88b2f8f7cff884fe06b7">xcresample_hw.h</a><li>XCRE_COEF08_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#06bd5b0189a2bfc254383e64e1b1ba70">xcresample_hw.h</a><li>XCRE_COEF08_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#b810d46329c8e8f94477fac3928f7bfe">xcresample_hw.h</a><li>XCRE_COEF09_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#45c917cbe5b9acdc47758738a71d08f9">xcresample_hw.h</a><li>XCRE_COEF09_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#f66dbe711e5a3bd1287fa19424151734">xcresample_hw.h</a><li>XCRE_COEF10_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#327a4b079f7630c0efc499590035d2f5">xcresample_hw.h</a><li>XCRE_COEF10_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#3981c2527addc4d02d56f31fd29672ff">xcresample_hw.h</a><li>XCRE_COEF11_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#7ccae86cacb8f7938a000ef7b2b340b3">xcresample_hw.h</a><li>XCRE_COEF11_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#ad22ec3304706b2f7bd65477092dcc48">xcresample_hw.h</a><li>XCRE_COEF12_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#add607ad747e8eced4dfa42c24f1b210">xcresample_hw.h</a><li>XCRE_COEF12_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#b3a93fd8d3b70b689aef9cb68b186dcb">xcresample_hw.h</a><li>XCRE_COEF13_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#14577474f7d7dea3726b0bd3bdcaaa8a">xcresample_hw.h</a><li>XCRE_COEF13_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#7658dbc810aa4b13f63121f26dc44ab2">xcresample_hw.h</a><li>XCRE_COEF14_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#eaf0e4311f3cec9a4dbfd4d0223d0bfd">xcresample_hw.h</a><li>XCRE_COEF14_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#e79641e31df71116fc605d5386a18df2">xcresample_hw.h</a><li>XCRE_COEF15_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#c849fad3963b4ccdb4df399ce89a0676">xcresample_hw.h</a><li>XCRE_COEF15_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#0c62d9914671287c36bf1da711dc391d">xcresample_hw.h</a><li>XCRE_COEF16_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#ed4c2f3e422cff8544d123b1f6c7d65d">xcresample_hw.h</a><li>XCRE_COEF16_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#3b47a1512cdb344615d915c6a453e882">xcresample_hw.h</a><li>XCRE_COEF17_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#f6ed3d2863457dc989f43b7a30be104c">xcresample_hw.h</a><li>XCRE_COEF17_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#aa62506d1e68b6f634d343a485b8f3fd">xcresample_hw.h</a><li>XCRE_COEF18_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#046c61c31ee39d736055df51e19e2938">xcresample_hw.h</a><li>XCRE_COEF18_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#801129c4f1f57a1ab118bc0e51bd9bf4">xcresample_hw.h</a><li>XCRE_COEF19_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#106e8fddab9ff751602884fbd58f9332">xcresample_hw.h</a><li>XCRE_COEF19_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#96f0a8dded48e008b0661bd45dffe388">xcresample_hw.h</a><li>XCRE_COEF20_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#98e024bc3a1c98c73e7858fcba25d8bb">xcresample_hw.h</a><li>XCRE_COEF20_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#cf7cb29773e11a645b50a551279a5bf5">xcresample_hw.h</a><li>XCRE_COEF21_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#0f9df4d920cc235338a1acd1f452ba8b">xcresample_hw.h</a><li>XCRE_COEF21_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#a49389e2a7506c092f1e21fc34001360">xcresample_hw.h</a><li>XCRE_COEF22_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#f80e94e18e368f0120b46986f9dfdad9">xcresample_hw.h</a><li>XCRE_COEF22_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#7270ab4cf94edeed371f32494e8c99d7">xcresample_hw.h</a><li>XCRE_COEF23_HPHASE0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#43f073717f0cd43bf75b3f51f927307f">xcresample_hw.h</a><li>XCRE_COEF23_HPHASE1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#ae4cbb76dfe9b462d729aea1f24b172c">xcresample_hw.h</a><li>XCRE_COEF_DECI_MASK
: <a class="el" href="xcresample__hw_8h.html#43ce2626e26ec592981c9fff31c4355e">xcresample_hw.h</a><li>XCRE_COEF_FIRST
: <a class="el" href="xcresample_8h.html#893c2ffc0ea9e190f79bd3e5f13f8252">xcresample.h</a><li>XCRE_COEF_LAST
: <a class="el" href="xcresample_8h.html#e176b747b4a9f942f04fd66d49588506">xcresample.h</a><li>XCRE_COEF_SIGN_MASK
: <a class="el" href="xcresample__hw_8h.html#feba8102493e8d68f3711c0de474215e">xcresample_hw.h</a><li>XCRE_COEFF_FRAC_MASK
: <a class="el" href="xcresample__hw_8h.html#8237f945f6c7bda0545995089bf6a5f6">xcresample_hw.h</a><li>XCRE_COEFF_MASK
: <a class="el" href="xcresample__hw_8h.html#6a0413d42fb2ca474c0887652e0b28d2">xcresample_hw.h</a><li>XCRE_COEFF_SHIFT
: <a class="el" href="xcresample__hw_8h.html#000906b27b64ea3a083b8dcf82d8cda6">xcresample_hw.h</a><li>XCRE_COEFF_SIGN_SHIFT
: <a class="el" href="xcresample__hw_8h.html#3b6c6d8486f87ee7e560f524905c18e6">xcresample_hw.h</a><li>XCRE_CONTROL_OFFSET
: <a class="el" href="xcresample__hw_8h.html#e36d057ec512e3bf6ad23aedeca87287">xcresample_hw.h</a><li>XCRE_CTL_AUTORESET_MASK
: <a class="el" href="xcresample__hw_8h.html#3cc43348b3242c3d57ec00b1d8a49f4b">xcresample_hw.h</a><li>XCRE_CTL_BPE_MASK
: <a class="el" href="xcresample__hw_8h.html#aa6df80e3d96127c39d26f776a692d67">xcresample_hw.h</a><li>XCRE_CTL_RESET_MASK
: <a class="el" href="xcresample__hw_8h.html#59a892889d7e272380b3187f143e2497">xcresample_hw.h</a><li>XCRE_CTL_RUE_MASK
: <a class="el" href="xcresample__hw_8h.html#236624032067fc6eab9b512945e4a1dc">xcresample_hw.h</a><li>XCRE_CTL_SW_EN_MASK
: <a class="el" href="xcresample__hw_8h.html#9f8f91473ed9544ea408ab041203f53c">xcresample_hw.h</a><li>XCRE_CTL_TPE_MASK
: <a class="el" href="xcresample__hw_8h.html#a66681b6d3d1c8d2d7901464355d323a">xcresample_hw.h</a><li>XCRE_ENCODING_CHROMA_MASK
: <a class="el" href="xcresample__hw_8h.html#df082abdad2a4087dd79c8e2fa86948b">xcresample_hw.h</a><li>XCRE_ENCODING_CHROMA_SHIFT
: <a class="el" href="xcresample__hw_8h.html#55f16d3c79938d89a5f0f0fa10621800">xcresample_hw.h</a><li>XCRE_ENCODING_FIELD_MASK
: <a class="el" href="xcresample__hw_8h.html#37fffbaea769fa911e7976283da2d7e1">xcresample_hw.h</a><li>XCRE_ENCODING_FIELD_SHIFT
: <a class="el" href="xcresample__hw_8h.html#20167cee94dcbf66c85a5390d489ffa6">xcresample_hw.h</a><li>XCRE_ENCODING_OFFSET
: <a class="el" href="xcresample__hw_8h.html#0b1a96d8791a35a4cbb98d7be3f27b5a">xcresample_hw.h</a><li>XCRE_ERR_EOL_EARLY_MASK
: <a class="el" href="xcresample__hw_8h.html#0aacdca8b7990a1d6a0e965b213bb9bc">xcresample_hw.h</a><li>XCRE_ERR_EOL_LATE_MASK
: <a class="el" href="xcresample__hw_8h.html#e1c7c77ababa0deda872bcf9585c1c13">xcresample_hw.h</a><li>XCRE_ERR_SOF_EARLY_MASK
: <a class="el" href="xcresample__hw_8h.html#a0df29969c8c503b72aa74ad6dbff8f5">xcresample_hw.h</a><li>XCRE_ERR_SOF_LATE_MASK
: <a class="el" href="xcresample__hw_8h.html#a4e7b99b55f7e72e3617c0fe3b9e3826">xcresample_hw.h</a><li>XCRE_ERROR_OFFSET
: <a class="el" href="xcresample__hw_8h.html#90090b9e9473a0bacec29831cd865434">xcresample_hw.h</a><li>XCRE_IER_OFFSET
: <a class="el" href="xcresample__hw_8h.html#e6f21d36c462bfb1d0bd91cfa72762aa">xcresample_hw.h</a><li>XCRE_IRQ_EN_OFFSET
: <a class="el" href="xcresample__hw_8h.html#18c102d15e143b84399c8795212975e8">xcresample_hw.h</a><li>XCRE_ISR_OFFSET
: <a class="el" href="xcresample__hw_8h.html#9a38a8abeb63a5dcfbce4e1f57cf7c97">xcresample_hw.h</a><li>XCRE_IXR_ALLINTR_MASK
: <a class="el" href="xcresample__hw_8h.html#97004e97b72f36a24dc2d91e19358a99">xcresample_hw.h</a><li>XCRE_IXR_EOF_MASK
: <a class="el" href="xcresample__hw_8h.html#8051673328a6111720b8566bb3cf1526">xcresample_hw.h</a><li>XCRE_IXR_PROCS_STARTED_MASK
: <a class="el" href="xcresample__hw_8h.html#dd6a498a6bc1c13fc01e91f510d342de">xcresample_hw.h</a><li>XCRE_IXR_SE_MASK
: <a class="el" href="xcresample__hw_8h.html#804ab6687773a6c4a87f1a0716000f19">xcresample_hw.h</a><li>XCRE_MAX_VALUE
: <a class="el" href="xcresample__hw_8h.html#344ef55f48597146bf99310cca308756">xcresample_hw.h</a><li>XCRE_NUM_HCOEFS
: <a class="el" href="xcresample_8h.html#9e78a3d9d7a6101968da7f61994ca07b">xcresample.h</a><li>XCRE_NUM_OF_PHASES
: <a class="el" href="xcresample_8h.html#200680a2c13a7b5fe0ebdcdd749fb529">xcresample.h</a><li>XCRE_NUM_VCOEFS
: <a class="el" href="xcresample_8h.html#769382097198ca3b9e289c17423f4474">xcresample.h</a><li>XCRE_OFFSET_DIFF
: <a class="el" href="xcresample_8h.html#130b1722acdea90f21b4b609413f045d">xcresample.h</a><li>XCRE_PARITY_EVEN
: <a class="el" href="xcresample_8h.html#de5ba0c5d3d48674a1353be0ef116e1a">xcresample.h</a><li>XCRE_PARITY_ODD
: <a class="el" href="xcresample_8h.html#494cc8b60107da468cb81b91257870c4">xcresample.h</a><li>XCRE_SIGN_MUL
: <a class="el" href="xcresample__hw_8h.html#00023e17dea7a5309d4f9119236654a5">xcresample_hw.h</a><li>XCRE_SIGNBIT_MASK
: <a class="el" href="xcresample__hw_8h.html#400cf6478aacc983fc48d21e0a5880ab">xcresample_hw.h</a><li>XCRE_STATUS_OFFSET
: <a class="el" href="xcresample__hw_8h.html#87730ba30704098d260a67036eaa6f01">xcresample_hw.h</a><li>XCRE_SYSDEBUG0_OFFSET
: <a class="el" href="xcresample__hw_8h.html#388982bb23871efe6833330f79b12a94">xcresample_hw.h</a><li>XCRE_SYSDEBUG1_OFFSET
: <a class="el" href="xcresample__hw_8h.html#f943cd6552984fa4ed43ecadab6035c0">xcresample_hw.h</a><li>XCRE_SYSDEBUG2_OFFSET
: <a class="el" href="xcresample__hw_8h.html#46bc8755667307701c57d998f9bccbde">xcresample_hw.h</a><li>XCRE_VER_INTERNAL_SHIFT
: <a class="el" href="xcresample__hw_8h.html#75692d332ef8386dd59f5ad60f72b7c7">xcresample_hw.h</a><li>XCRE_VER_MAJOR_MASK
: <a class="el" href="xcresample__hw_8h.html#5d8d09eb21e1e968c0450cb7dd5d516a">xcresample_hw.h</a><li>XCRE_VER_MAJOR_SHIFT
: <a class="el" href="xcresample__hw_8h.html#b39e2e1a51ac5b83405a1409f3ad334a">xcresample_hw.h</a><li>XCRE_VER_MINOR_MASK
: <a class="el" href="xcresample__hw_8h.html#744ff1670814ab8411605bd5610a37d4">xcresample_hw.h</a><li>XCRE_VER_MINOR_SHIFT
: <a class="el" href="xcresample__hw_8h.html#e2de0988a224c4f2c0ff2c8fb99c1edd">xcresample_hw.h</a><li>XCRE_VER_PID_MASK
: <a class="el" href="xcresample__hw_8h.html#ccd4dbc5d507c4b6f4073d012ccb3400">xcresample_hw.h</a><li>XCRE_VER_REV_MASK
: <a class="el" href="xcresample__hw_8h.html#3e27a69cfbd5cf9261e123ec223e59c3">xcresample_hw.h</a><li>XCRE_VER_REV_NUM_MASK
: <a class="el" href="xcresample__hw_8h.html#a63888a3741a78b6a5d226ea9be119a1">xcresample_hw.h</a><li>XCRE_VER_REV_SHIFT
: <a class="el" href="xcresample__hw_8h.html#4ad9bb0d2ce4b4a58e639c645e7bfb28">xcresample_hw.h</a><li>XCRE_VERSION_OFFSET
: <a class="el" href="xcresample__hw_8h.html#50dc699fde66f657be0e8a9713f78497">xcresample_hw.h</a><li>XCresample_Disable
: <a class="el" href="xcresample_8h.html#538198323ff4ebdaad13c9dbd18a2c48">xcresample.h</a><li>XCresample_Enable
: <a class="el" href="xcresample_8h.html#3959dfbfb1df910ec834a2822f80ddb5">xcresample.h</a><li>XCRESAMPLE_H_
: <a class="el" href="xcresample_8h.html#4b6e0fce9fca9a9a2de11d88c16c487f">xcresample.h</a><li>XCRESAMPLE_HW_H_
: <a class="el" href="xcresample__hw_8h.html#ed484ae65a37d6caf256fb3583b3f869">xcresample_hw.h</a><li>XCresample_In32
: <a class="el" href="xcresample__hw_8h.html#4bcf4304e9aaf163c07d8b27755f06c0">xcresample_hw.h</a><li>XCresample_IntrClear
: <a class="el" href="xcresample_8h.html#f3f4748686f455f741ad19935ab5ac26">xcresample.h</a><li>XCresample_IntrDisable
: <a class="el" href="xcresample_8h.html#f6cab4f4644f86807a3ff1c38057fb75">xcresample.h</a><li>XCresample_IntrEnable
: <a class="el" href="xcresample_8h.html#4dd2462144560958335ae4f3ca6980e4">xcresample.h</a><li>XCresample_IntrGetPending
: <a class="el" href="xcresample_8h.html#34d7b704fc70030c94820f5c59c764e3">xcresample.h</a><li>XCresample_Out32
: <a class="el" href="xcresample__hw_8h.html#b6f8306121516322a43ce0143ef94601">xcresample_hw.h</a><li>XCresample_ReadReg
: <a class="el" href="xcresample__hw_8h.html#383c98c6cf46b5c9e1c40124950e03e4">xcresample_hw.h</a><li>XCresample_RegUpdateDisable
: <a class="el" href="xcresample_8h.html#270b9455b25b2c28fc69609cc5c448d8">xcresample.h</a><li>XCresample_RegUpdateEnable
: <a class="el" href="xcresample_8h.html#dd46d2225bcce47d5fa206321bb8cab4">xcresample.h</a><li>XCresample_Reset
: <a class="el" href="xcresample_8h.html#98346f522e3aed9eb5b6e7c09416cdd7">xcresample.h</a><li>XCresample_Start
: <a class="el" href="xcresample_8h.html#862c5f4fbabe14d1e123362c96338d79">xcresample.h</a><li>XCresample_StatusGetPending
: <a class="el" href="xcresample_8h.html#4d1cb2f8998ad720729b08fe8f927a51">xcresample.h</a><li>XCresample_Stop
: <a class="el" href="xcresample_8h.html#af714ddac2ad4276bc638c1ab7aacb68">xcresample.h</a><li>XCresample_SyncReset
: <a class="el" href="xcresample_8h.html#56d3a5b5c6a70eaba4a4bcb1bd9d5cb7">xcresample.h</a><li>XCresample_WriteReg
: <a class="el" href="xcresample__hw_8h.html#644ad0f957bb97d33f18cab706e145d5">xcresample_hw.h</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,41 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Class Members
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li id="current"><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li id="current"><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
&nbsp;
<p>
<ul>
<li>XCRE_HANDLER_ERROR
: <a class="el" href="xcresample_8h.html#06fc87d81c62e9abb8790b6e5713c55b81213bb998c9b080628d6b4ba81fba82">xcresample.h</a><li>XCRE_HANDLER_FRAMEDONE
: <a class="el" href="xcresample_8h.html#06fc87d81c62e9abb8790b6e5713c55ba91551216aeabd02512d523ac8fb2c11">xcresample.h</a><li>XCRE_HANDLER_PROCSTART
: <a class="el" href="xcresample_8h.html#06fc87d81c62e9abb8790b6e5713c55b2e832b1f4fcf559e0f4332335af75f41">xcresample.h</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,65 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Class Members
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li id="current"><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li id="current"><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
&nbsp;
<p>
<ul>
<li>XCresample_CfgInitialize()
: <a class="el" href="xcresample_8h.html#386a0f9c22e6409060fd966a66d8aa66">xcresample.h</a>, <a class="el" href="xcresample_8c.html#386a0f9c22e6409060fd966a66d8aa66">xcresample.c</a><li>XCresample_Clear_HCoef_Values()
: <a class="el" href="xcresample_8h.html#1d749808d07e3987e21fb3ec7b54c3a2">xcresample.h</a>, <a class="el" href="xcresample_8c.html#1d749808d07e3987e21fb3ec7b54c3a2">xcresample.c</a><li>XCresample_Clear_VCoef_Values()
: <a class="el" href="xcresample_8h.html#d3c15e9a7607730c4d6bab0bff8af610">xcresample.h</a>, <a class="el" href="xcresample_8c.html#d3c15e9a7607730c4d6bab0bff8af610">xcresample.c</a><li>XCresample_DisableDbgBypass()
: <a class="el" href="xcresample_8h.html#c15c402d317aea7dbcdabdae1c6d8e6c">xcresample.h</a>, <a class="el" href="xcresample_8c.html#c15c402d317aea7dbcdabdae1c6d8e6c">xcresample.c</a><li>XCresample_DisableDbgTestPattern()
: <a class="el" href="xcresample_8h.html#1f6adeb2af84970d6d20a70be30169dd">xcresample.h</a>, <a class="el" href="xcresample_8c.html#1f6adeb2af84970d6d20a70be30169dd">xcresample.c</a><li>XCresample_EnableDbgByPass()
: <a class="el" href="xcresample_8h.html#930ea9583c5dd76de763fae86d6b1eff">xcresample.h</a>, <a class="el" href="xcresample_8c.html#930ea9583c5dd76de763fae86d6b1eff">xcresample.c</a><li>XCresample_EnableDbgTestPattern()
: <a class="el" href="xcresample_8h.html#32b603c19c2afaee47a70dde41fdcaa1">xcresample.h</a>, <a class="el" href="xcresample_8c.html#32b603c19c2afaee47a70dde41fdcaa1">xcresample.c</a><li>XCresample_GetActiveSize()
: <a class="el" href="xcresample_8h.html#d8b448647610e20e45f560ed50465d15">xcresample.h</a>, <a class="el" href="xcresample_8c.html#d8b448647610e20e45f560ed50465d15">xcresample.c</a><li>XCresample_GetChromaParity()
: <a class="el" href="xcresample_8h.html#2871e4a4446a101e00ace372810342ce">xcresample.h</a>, <a class="el" href="xcresample_8c.html#2871e4a4446a101e00ace372810342ce">xcresample.c</a><li>XCresample_GetDbgFrameCount()
: <a class="el" href="xcresample_8h.html#b4f2fab7cafe12c0dd55b63f8a4f9bb2">xcresample.h</a>, <a class="el" href="xcresample_8c.html#b4f2fab7cafe12c0dd55b63f8a4f9bb2">xcresample.c</a><li>XCresample_GetDbgLineCount()
: <a class="el" href="xcresample_8h.html#81ee6e5159f9173134f5203f079c19d6">xcresample.h</a>, <a class="el" href="xcresample_8c.html#81ee6e5159f9173134f5203f079c19d6">xcresample.c</a><li>XCresample_GetDbgPixelCount()
: <a class="el" href="xcresample_8h.html#dae07783fcaf65425e70d97648cbf04e">xcresample.h</a>, <a class="el" href="xcresample_8c.html#dae07783fcaf65425e70d97648cbf04e">xcresample.c</a><li>XCresample_GetFieldParity()
: <a class="el" href="xcresample_8h.html#3033cdcbecf61fea37bc9b1795636bf7">xcresample.h</a>, <a class="el" href="xcresample_8c.html#3033cdcbecf61fea37bc9b1795636bf7">xcresample.c</a><li>XCresample_GetHCoefs()
: <a class="el" href="xcresample_8h.html#676b8cfd788ad69cd9c622e2a4953bed">xcresample.h</a>, <a class="el" href="xcresample_8c.html#676b8cfd788ad69cd9c622e2a4953bed">xcresample.c</a><li>XCresample_GetVCoefs()
: <a class="el" href="xcresample_8h.html#81bd4ca76afc9607d8cc69afeb957b5f">xcresample.h</a>, <a class="el" href="xcresample_8c.html#81bd4ca76afc9607d8cc69afeb957b5f">xcresample.c</a><li>XCresample_GetVersion()
: <a class="el" href="xcresample_8h.html#759917fbb8599a22fdfe5619ce13a3b2">xcresample.h</a>, <a class="el" href="xcresample_8c.html#759917fbb8599a22fdfe5619ce13a3b2">xcresample.c</a><li>XCresample_IntrHandler()
: <a class="el" href="xcresample__intr_8c.html#d3db1c393abaf5003a47b95c7399d1b7">xcresample_intr.c</a>, <a class="el" href="xcresample_8h.html#d3db1c393abaf5003a47b95c7399d1b7">xcresample.h</a><li>XCresample_IsDbgByPassEnabled()
: <a class="el" href="xcresample_8h.html#e8267377a15da7e199a393c47baf42e1">xcresample.h</a>, <a class="el" href="xcresample_8c.html#e8267377a15da7e199a393c47baf42e1">xcresample.c</a><li>XCresample_IsDbgTestPatternEnabled()
: <a class="el" href="xcresample_8h.html#e8fb855ff8ece1b628d69f9cd0eebd5a">xcresample.h</a>, <a class="el" href="xcresample_8c.html#e8fb855ff8ece1b628d69f9cd0eebd5a">xcresample.c</a><li>XCresample_LookupConfig()
: <a class="el" href="xcresample__sinit_8c.html#5a31b77d26816fa1c1b5b37ff46207f6">xcresample_sinit.c</a>, <a class="el" href="xcresample_8h.html#5a31b77d26816fa1c1b5b37ff46207f6">xcresample.h</a><li>XCresample_SelfTest()
: <a class="el" href="xcresample__selftest_8c.html#120e094a3de7a49d4b5e3808ad7fadd2">xcresample_selftest.c</a>, <a class="el" href="xcresample_8h.html#120e094a3de7a49d4b5e3808ad7fadd2">xcresample.h</a><li>XCresample_SetActiveSize()
: <a class="el" href="xcresample_8h.html#a92fd02ee15f7f102dde33a7b2d904d3">xcresample.h</a>, <a class="el" href="xcresample_8c.html#a92fd02ee15f7f102dde33a7b2d904d3">xcresample.c</a><li>XCresample_SetCallBack()
: <a class="el" href="xcresample__intr_8c.html#b0eaff626a3784bde0d6ac0b9e168992">xcresample_intr.c</a>, <a class="el" href="xcresample_8h.html#b0eaff626a3784bde0d6ac0b9e168992">xcresample.h</a><li>XCresample_SetChromaParity()
: <a class="el" href="xcresample_8h.html#81bd9651d3634a4f93adc0c9aa377bd4">xcresample.h</a>, <a class="el" href="xcresample_8c.html#81bd9651d3634a4f93adc0c9aa377bd4">xcresample.c</a><li>XCresample_SetFieldParity()
: <a class="el" href="xcresample_8h.html#f88e4da9bfb514e7f31550e4763b5ff1">xcresample.h</a>, <a class="el" href="xcresample_8c.html#f88e4da9bfb514e7f31550e4763b5ff1">xcresample.c</a><li>XCresample_SetHCoefs()
: <a class="el" href="xcresample_8h.html#fe19dfb901944a21c9318301322075e6">xcresample.h</a>, <a class="el" href="xcresample_8c.html#fe19dfb901944a21c9318301322075e6">xcresample.c</a><li>XCresample_SetVCoefs()
: <a class="el" href="xcresample_8h.html#5f9ac7e61cd69dd5843a4a95eff0ba21">xcresample.h</a>, <a class="el" href="xcresample_8c.html#5f9ac7e61cd69dd5843a4a95eff0ba21">xcresample.c</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,40 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Class Members
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li id="current"><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li id="current"><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
&nbsp;
<p>
<ul>
<li>XCresample_CallBack
: <a class="el" href="xcresample_8h.html#cfcc5b01138710a38260b9ce921f491c">xcresample.h</a><li>XCresample_ErrorCallBack
: <a class="el" href="xcresample_8h.html#a909cac5656fedc4f0ea205c823140d1">xcresample.h</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,39 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Class Members
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li id="current"><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li id="current"><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
&nbsp;
<p>
<ul>
<li>XCresample_ConfigTable
: <a class="el" href="xcresample__g_8c.html#04119f88da6621ea0a82ff7ddabc5659">xcresample_g.c</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -9,14 +9,103 @@
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.5 -->
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li id="current"><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<h1>cresample v3_0</h1>
<h1>cresample v4_0</h1>
<p>
This header file contains identifiers and register-level driver functions (or macros) that can be used to access the Xilinx Chroma Resampler core instance.<p>
MODIFICATION HISTORY:<p>
Ver Who Date Changes ----- ---- -------- ------------------------------------------------------- 2.00a vy 04/24/12 Updated for version 2.00.a Converted from xio.h to xil_io.h, translating basic type, MB cache functions, exceptions and assertion to xil_io format. 1.00a vy 10/22/10 Initial version 3.0 adk 19/12/13 Updated as per the New Tcl API's Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.
This header file contains identifiers and register-level driver functions (or macros), that can be used to access the Xilinx Chroma Resampler (Cresample) core instance.<p>
The Chroma Resampler core converts between chroma sub-sampling formats of 4:4:4, 4:2:2,and 4:2:0. There are a total of six conversions available for the three supported sub-sampling formats. Conversion is achieved using a FIR filter approach. Some conversions require filtering in only the horizontal dimension, only the vertical dimension, or both. Interpolation operations are implemented using a two-phase polyphase FIR filter. Decimation operations are implemented using a low-pass FIR filter to suppress chroma aliasing.<p>
Features of Chroma Resampler core are<ul>
<li>Configurable filters sizes with programmable filter coefficients for high performance applications.</li><li>Replicate or drop pixels.</li><li>Static, predefined, powers-of-two coefficients for low-footprint applications</li><li>Converts between YCbCr: 4:4:4, 4:2:2,and 4:2:0.</li><li>Supports both progressive and interlaced video.</li></ul>
<p>
<b>Initialization &amp; Configuration</b><p>
The device driver enables higher layer software (e.g., an application) to communicate to the Cresample core.<p>
<a class="el" href="xcresample_8c.html#386a0f9c22e6409060fd966a66d8aa66">XCresample_CfgInitialize()</a> API is used to initialize the Cresample core. The user needs to first call the <a class="el" href="xcresample_8h.html#5a31b77d26816fa1c1b5b37ff46207f6">XCresample_LookupConfig()</a> API which returns the Configuration structure pointer which is passed as a parameter to the <a class="el" href="xcresample_8c.html#386a0f9c22e6409060fd966a66d8aa66">XCresample_CfgInitialize()</a> API.<p>
<b> Interrupts </b><p>
The driver provides an interrupt handler XCresample_IntrHandler for handling the interrupt from the Cresample core. The users of this driver have to register this handler with the interrupt system and provide the callback functions by using XCresample_SetCallBack API.<p>
<b> Virtual Memory </b><p>
This driver supports Virtual Memory. The RTOS is responsible for calculating the correct device base address in Virtual Memory space.<p>
<b> Threads </b><p>
This driver is not thread safe. Any needs for threads or thread mutual exclusion must be satisfied by the layer above this driver.<p>
<b> Asserts </b><p>
Asserts are used within all Xilinx drivers to enforce constraints on argument values. Asserts can be turned off on a system-wide basis by defining, at compile time, the NDEBUG identifier. By default, asserts are turned on and it is recommended that users leave asserts on during development.<p>
<b> Building the driver </b><p>
The Cresample driver is composed of several source files. This allows the user to build and link only those parts of the driver that are necessary.*<p>
<pre>
MODIFICATION HISTORY:</pre><p>
<pre> Ver Who Date Changes
----- ------- -------- -------------------------------------------------------
2.00a vy 04/24/12 Updated for version 2.00.a
Converted from xio.h to xil_io.h, translating
basic type, MB cache functions, exceptions and
assertion to xil_io format.
1.00a vy 10/22/10 Initial version
3.0 adk 19/12/13 Updated as per the New Tcl API's.
4.0 adk 03/12/14 Changed the file name cresample.h to <a class="el" href="xcresample_8h.html">xcresample.h</a>.
Macros of register offsets, bit definitions,
ReadReg and WriteReg macros which are the part of
xcresample_hw.h.were moved to <a class="el" href="xcresample__hw_8h.html">xcresample_hw.h</a>.
Removed file inclusion of Xil_io.h.</pre><p>
<pre> Removed the following functional macros:
CRESAMPLE_Enable, CRESAMPLE_Disable,
CRESAMPLE_RegUpdateEnable, CRESAMPLE_RegUpdateDisable,
CRESAMPLE_Reset, CRESAMPLE_ClearReset,
CRESAMPLe_AutoSyncReset.
Defined the following functional macros:
XCresample_Enable, XCresample_Disable,
XCresample_RegUpdateEnable,XCresample_RegUpdateDisable
XCresample_Reset, XCresample_ClearReset,
XCresample_SyncReset, XCresample_IntrDisable,
XCresample_IntrEnable, XCresample_StatusGetPending
XCresample_IntrGetPending, XCresample_IntrClear.
Declared following structures:
<a class="el" href="struct_x_cresample___config.html">XCresample_Config</a> and <a class="el" href="struct_x_cresample.html">XCresample</a> of Chroma Resampler.</pre><p>
<pre> Defined the following range macros:
XCRE_VSIZE_FIRST, XCRE_VSIZE_LAST, XCRE_HSIZE_FIRST,
XCRE_HSIZE_FIRST, XCRE_HSIZE_LAST, XCRE_PARITY_ODD,
XCRE_PARITY_EVEN, XCRE_COEF_FIRST, XCRE_COEF_LAST,
XCRE_OFFSET_DIFF, XCRE_NUM_OF_PHASES, XCRE_NUM_HCOEFS,
and XCRE_NUM_VCOEFS.</pre><p>
<pre> Modifications in the file <a class="el" href="xcresample__hw_8h.html">xcresample_hw.h</a> are:
Added the register offsets and bit masks for the
registers and added backward compatibility for macros.</pre><p>
<pre> Modifications in the file <a class="el" href="xcresample_8c.html">xcresample.c</a> are:
Changed the filename cresample.c to <a class="el" href="xcresample_8c.html">xcresample.c</a>.
The Following functions are removed:
clear_coef_values, configure_444_to_422,
configure_422_to_444, configure_422_to_420,
configure_420_to_422, configure_444_to_420 and
configure_420_to_444.
Implemented the following functions :
StubCallBack, StubErrorCallBack,
XCresample_CfgInitialize,
XCresample_GetVersion, XCresample_EnableDbgByPass,
XCresample_IsDbgByPassEnabled,
XCresample_DisableDbgByPass,
XCresample_SetDbgTestPattern,
XCresample_IsDbgTestPatternEnabled,
XCresample_DisableDbgTestPattern
XCresample_GetDbgFrameCount,
XCresample_GetDbgLineCount,
XCresample_GetDbgPixelCount,
XCresample_SetActiveSize, XCresample_GetActiveSize,
XCresample_SetFieldParity, XCresample_GetFieldParity,
XCresample_SetChromaParity,
XCresample_GetChromaParity
XCresample_SetHCoefs, XCresample_GetHCoefs,
XCresample_SetVCoefs, XCresample_GetVCoefs,
XCresample_Clear_HCoef_Values, and
XCresample_Clear_VCoef_Values.</pre><p>
<pre> Modifications in the file <a class="el" href="xcresample__intr_8c.html">xcresample_intr.c</a> are:
Implemented XCresample_IntrHandler and
XCresample_SetCallBack functions.</pre><p>
<pre> Modifications in the file <a class="el" href="xcresample__selftest_8c.html">xcresample_selftest.c</a> are:
Implemented XCresample_SelfTest function.</pre><p>
<pre> Modifications in the file <a class="el" href="xcresample__sinit_8c.html">xcresample_sinit.c</a> are:
Implemented XCresample_LookupConfig function.</pre><p>
<pre> </pre> Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,27 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Member List
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>XCoeffs Member List</h1>This is the complete list of members for <a class="el" href="struct_x_coeffs.html">XCoeffs</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="struct_x_coeffs.html#201b29baf773d11cb7f8aa306cd2091e">HCoeff</a></td><td><a class="el" href="struct_x_coeffs.html">XCoeffs</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_coeffs.html#6621adec9221774dcb3664005c961a57">VCoeff</a></td><td><a class="el" href="struct_x_coeffs.html">XCoeffs</a></td><td></td></tr>
</table>Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,70 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
XCoeffs Struct Reference
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>XCoeffs Struct Reference</h1><!-- doxytag: class="XCoeffs" --><code>#include &lt;xcresample.h&gt;</code>
<p>
<a href="struct_x_coeffs-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
The <a class="el" href="struct_x_coeffs.html">XCoeffs</a> is a structure contains predefined fixed coefficient values for both (Horizontal and Vertical filters) of two phases (phase 0 and phase 1). This can be used for setting or getting coefficient values from XCresample_SetHCoefs, XCresample_GetHCoefs, XCresample_SetVCoefs and XCresample_GetVCoefs APIs.
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_coeffs.html#201b29baf773d11cb7f8aa306cd2091e">HCoeff</a> [2][24]</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_coeffs.html#6621adec9221774dcb3664005c961a57">VCoeff</a> [2][8]</td></tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="201b29baf773d11cb7f8aa306cd2091e"></a><!-- doxytag: member="XCoeffs::HCoeff" ref="201b29baf773d11cb7f8aa306cd2091e" args="[2][24]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">float <a class="el" href="struct_x_coeffs.html#201b29baf773d11cb7f8aa306cd2091e">XCoeffs::HCoeff</a>[2][24] </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="6621adec9221774dcb3664005c961a57"></a><!-- doxytag: member="XCoeffs::VCoeff" ref="6621adec9221774dcb3664005c961a57" args="[2][8]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">float <a class="el" href="struct_x_coeffs.html#6621adec9221774dcb3664005c961a57">XCoeffs::VCoeff</a>[2][8] </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="xcresample_8h.html">xcresample.h</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,37 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Member List
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>XCresample Member List</h1>This is the complete list of members for <a class="el" href="struct_x_cresample.html">XCresample</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="struct_x_cresample.html#1192d1ccb0b56b161451511f19540bd4">CoefH</a></td><td><a class="el" href="struct_x_cresample.html">XCresample</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample.html#10c26fe38dd349efc894b35d2a6f8b36">CoefV</a></td><td><a class="el" href="struct_x_cresample.html">XCresample</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample.html#98a033d0adce5838ea29fa3adb198182">Config</a></td><td><a class="el" href="struct_x_cresample.html">XCresample</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample.html#befa847a6c4e6024d5599a39327e7edd">ErrCallBack</a></td><td><a class="el" href="struct_x_cresample.html">XCresample</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample.html#1bbaae9b2d16e5ad3d1ef1366416b585">ErrRef</a></td><td><a class="el" href="struct_x_cresample.html">XCresample</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample.html#52fb2b0e215f8ae565f5c5ce0d4d35d2">FrameDoneCallBack</a></td><td><a class="el" href="struct_x_cresample.html">XCresample</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample.html#26110f5de12e602613247c2df75e28ca">FrameDoneRef</a></td><td><a class="el" href="struct_x_cresample.html">XCresample</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample.html#55d6d323155e7433f7687a56db4bd4d7">HSize</a></td><td><a class="el" href="struct_x_cresample.html">XCresample</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample.html#58bae877cc325deacdd9969b1d9ba25f">IsReady</a></td><td><a class="el" href="struct_x_cresample.html">XCresample</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample.html#dc98c821796e334385bf460c74866e62">ProcStartCallBack</a></td><td><a class="el" href="struct_x_cresample.html">XCresample</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample.html#2ab4bb37fff547437c62111b3e74cafa">ProcStartRef</a></td><td><a class="el" href="struct_x_cresample.html">XCresample</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample.html#013befe17930a68e26aa53aa8123ff53">VSize</a></td><td><a class="el" href="struct_x_cresample.html">XCresample</a></td><td></td></tr>
</table>Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,240 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
XCresample Struct Reference
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>XCresample Struct Reference</h1><!-- doxytag: class="XCresample" --><code>#include &lt;xcresample.h&gt;</code>
<p>
<a href="struct_x_cresample-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
The <a class="el" href="struct_x_cresample.html">XCresample</a> driver instance data structure. A pointer to an instance data structure is passed around by functions to refer to a specific driver instance.
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample.html#98a033d0adce5838ea29fa3adb198182">Config</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample.html#58bae877cc325deacdd9969b1d9ba25f">IsReady</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u16&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample.html#55d6d323155e7433f7687a56db4bd4d7">HSize</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u16&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample.html#013befe17930a68e26aa53aa8123ff53">VSize</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="xcresample_8h.html#cfcc5b01138710a38260b9ce921f491c">XCresample_CallBack</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample.html#dc98c821796e334385bf460c74866e62">ProcStartCallBack</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample.html#2ab4bb37fff547437c62111b3e74cafa">ProcStartRef</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="xcresample_8h.html#cfcc5b01138710a38260b9ce921f491c">XCresample_CallBack</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample.html#52fb2b0e215f8ae565f5c5ce0d4d35d2">FrameDoneCallBack</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample.html#26110f5de12e602613247c2df75e28ca">FrameDoneRef</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="xcresample_8h.html#a909cac5656fedc4f0ea205c823140d1">XCresample_ErrorCallBack</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample.html#befa847a6c4e6024d5599a39327e7edd">ErrCallBack</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample.html#1bbaae9b2d16e5ad3d1ef1366416b585">ErrRef</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample.html#1192d1ccb0b56b161451511f19540bd4">CoefH</a> [XCRE_NUM_OF_PHASES][XCRE_NUM_HCOEFS]</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample.html#10c26fe38dd349efc894b35d2a6f8b36">CoefV</a> [XCRE_NUM_OF_PHASES][XCRE_NUM_VCOEFS]</td></tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="1192d1ccb0b56b161451511f19540bd4"></a><!-- doxytag: member="XCresample::CoefH" ref="1192d1ccb0b56b161451511f19540bd4" args="[XCRE_NUM_OF_PHASES][XCRE_NUM_HCOEFS]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample.html#1192d1ccb0b56b161451511f19540bd4">XCresample::CoefH</a>[XCRE_NUM_OF_PHASES][XCRE_NUM_HCOEFS] </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Horizontal filter coefficients
</div>
</div><p>
<a class="anchor" name="10c26fe38dd349efc894b35d2a6f8b36"></a><!-- doxytag: member="XCresample::CoefV" ref="10c26fe38dd349efc894b35d2a6f8b36" args="[XCRE_NUM_OF_PHASES][XCRE_NUM_VCOEFS]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample.html#10c26fe38dd349efc894b35d2a6f8b36">XCresample::CoefV</a>[XCRE_NUM_OF_PHASES][XCRE_NUM_VCOEFS] </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Vertical filter coefficients
</div>
</div><p>
<a class="anchor" name="98a033d0adce5838ea29fa3adb198182"></a><!-- doxytag: member="XCresample::Config" ref="98a033d0adce5838ea29fa3adb198182" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a> <a class="el" href="struct_x_cresample.html#98a033d0adce5838ea29fa3adb198182">XCresample::Config</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Hardware configuration
</div>
</div><p>
<a class="anchor" name="befa847a6c4e6024d5599a39327e7edd"></a><!-- doxytag: member="XCresample::ErrCallBack" ref="befa847a6c4e6024d5599a39327e7edd" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="xcresample_8h.html#a909cac5656fedc4f0ea205c823140d1">XCresample_ErrorCallBack</a> <a class="el" href="struct_x_cresample.html#befa847a6c4e6024d5599a39327e7edd">XCresample::ErrCallBack</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Call back for error interrupt
</div>
</div><p>
<a class="anchor" name="1bbaae9b2d16e5ad3d1ef1366416b585"></a><!-- doxytag: member="XCresample::ErrRef" ref="1bbaae9b2d16e5ad3d1ef1366416b585" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="struct_x_cresample.html#1bbaae9b2d16e5ad3d1ef1366416b585">XCresample::ErrRef</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
To be passed to the error interrupt callback
</div>
</div><p>
<a class="anchor" name="52fb2b0e215f8ae565f5c5ce0d4d35d2"></a><!-- doxytag: member="XCresample::FrameDoneCallBack" ref="52fb2b0e215f8ae565f5c5ce0d4d35d2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="xcresample_8h.html#cfcc5b01138710a38260b9ce921f491c">XCresample_CallBack</a> <a class="el" href="struct_x_cresample.html#52fb2b0e215f8ae565f5c5ce0d4d35d2">XCresample::FrameDoneCallBack</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Call back for frame done interrupt
</div>
</div><p>
<a class="anchor" name="26110f5de12e602613247c2df75e28ca"></a><!-- doxytag: member="XCresample::FrameDoneRef" ref="26110f5de12e602613247c2df75e28ca" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="struct_x_cresample.html#26110f5de12e602613247c2df75e28ca">XCresample::FrameDoneRef</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
To be passed to the frame done interrupt callback
</div>
</div><p>
<a class="anchor" name="55d6d323155e7433f7687a56db4bd4d7"></a><!-- doxytag: member="XCresample::HSize" ref="55d6d323155e7433f7687a56db4bd4d7" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u16 <a class="el" href="struct_x_cresample.html#55d6d323155e7433f7687a56db4bd4d7">XCresample::HSize</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Active video horizontal size
</div>
</div><p>
<a class="anchor" name="58bae877cc325deacdd9969b1d9ba25f"></a><!-- doxytag: member="XCresample::IsReady" ref="58bae877cc325deacdd9969b1d9ba25f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample.html#58bae877cc325deacdd9969b1d9ba25f">XCresample::IsReady</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Device and the driver instance are initialized
</div>
</div><p>
<a class="anchor" name="dc98c821796e334385bf460c74866e62"></a><!-- doxytag: member="XCresample::ProcStartCallBack" ref="dc98c821796e334385bf460c74866e62" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="xcresample_8h.html#cfcc5b01138710a38260b9ce921f491c">XCresample_CallBack</a> <a class="el" href="struct_x_cresample.html#dc98c821796e334385bf460c74866e62">XCresample::ProcStartCallBack</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Call back for processing start interrupt
</div>
</div><p>
<a class="anchor" name="2ab4bb37fff547437c62111b3e74cafa"></a><!-- doxytag: member="XCresample::ProcStartRef" ref="2ab4bb37fff547437c62111b3e74cafa" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="struct_x_cresample.html#2ab4bb37fff547437c62111b3e74cafa">XCresample::ProcStartRef</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
To be passed to the process start interrupt callback
</div>
</div><p>
<a class="anchor" name="013befe17930a68e26aa53aa8123ff53"></a><!-- doxytag: member="XCresample::VSize" ref="013befe17930a68e26aa53aa8123ff53" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u16 <a class="el" href="struct_x_cresample.html#013befe17930a68e26aa53aa8123ff53">XCresample::VSize</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Active video vertical size
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="xcresample_8h.html">xcresample.h</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,42 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Member List
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>XCresample_Config Member List</h1>This is the complete list of members for <a class="el" href="struct_x_cresample___config.html">XCresample_Config</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#6fe83411e3e93ec35fca75ee53161fc7">ActiveColumns</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#9ce9dacd5b4477bb1f360b66f5a74d4f">ActiveRows</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#6bfcf11135bb8d32ef192e93fa984f94">BaseAddress</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#2b7b1e04b4a4be68df5810aadd53a145">ChromaParity</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#ae9324f8591d1758e30a1d4772ab68e1">CoefWidth</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#d7770a24b27a65e412c76feddd9d1229">ConvertType</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#ff2213a79826f1240949bc13078934ff">DeviceId</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#d0404f1b9e7443bd26622e5b2a1112ff">FieldParity</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#c64969e14beedc5a55103a4a31d5125d">HasDebug</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#690d4849d20fb51f8feefb996f6e5c0e">HasIntcIf</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#55bc8db96f391ef59ff768278bb1a4d7">Interlaced</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#afa65abe8a45a71bede8ef32a736c099">MasterAxisVideoFormat</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#7e41e6b8420c404c3859cfa0cac67483">MaxColumns</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#83583af4b49a79b29959c98e20e9cc19">NumHTaps</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#ce9e00f898c595144dded4a166ea8b28">NumVTaps</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#fed773d663b2e9d0ff56078e31f0b714">SlaveAxiClkFreqHz</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_x_cresample___config.html#d4fa49683cc96e9f384b2d2c8f1b0b19">SlaveAxisVideoFormat</a></td><td><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a></td><td></td></tr>
</table>Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,325 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
XCresample_Config Struct Reference
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>XCresample_Config Struct Reference</h1><!-- doxytag: class="XCresample_Config" --><code>#include &lt;xcresample.h&gt;</code>
<p>
<a href="struct_x_cresample___config-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
This typedef contains configuration information for a Video device. Each Video device should have a configuration structure associated
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u16&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#ff2213a79826f1240949bc13078934ff">DeviceId</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#6bfcf11135bb8d32ef192e93fa984f94">BaseAddress</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#d4fa49683cc96e9f384b2d2c8f1b0b19">SlaveAxisVideoFormat</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#afa65abe8a45a71bede8ef32a736c099">MasterAxisVideoFormat</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#fed773d663b2e9d0ff56078e31f0b714">SlaveAxiClkFreqHz</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u16&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#690d4849d20fb51f8feefb996f6e5c0e">HasIntcIf</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u16&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#c64969e14beedc5a55103a4a31d5125d">HasDebug</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#7e41e6b8420c404c3859cfa0cac67483">MaxColumns</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#9ce9dacd5b4477bb1f360b66f5a74d4f">ActiveRows</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#6fe83411e3e93ec35fca75ee53161fc7">ActiveColumns</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u8&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#2b7b1e04b4a4be68df5810aadd53a145">ChromaParity</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u8&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#d0404f1b9e7443bd26622e5b2a1112ff">FieldParity</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#55bc8db96f391ef59ff768278bb1a4d7">Interlaced</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#83583af4b49a79b29959c98e20e9cc19">NumHTaps</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#ce9e00f898c595144dded4a166ea8b28">NumVTaps</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#d7770a24b27a65e412c76feddd9d1229">ConvertType</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_cresample___config.html#ae9324f8591d1758e30a1d4772ab68e1">CoefWidth</a></td></tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="6fe83411e3e93ec35fca75ee53161fc7"></a><!-- doxytag: member="XCresample_Config::ActiveColumns" ref="6fe83411e3e93ec35fca75ee53161fc7" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample___config.html#6fe83411e3e93ec35fca75ee53161fc7">XCresample_Config::ActiveColumns</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Active columns
</div>
</div><p>
<a class="anchor" name="9ce9dacd5b4477bb1f360b66f5a74d4f"></a><!-- doxytag: member="XCresample_Config::ActiveRows" ref="9ce9dacd5b4477bb1f360b66f5a74d4f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample___config.html#9ce9dacd5b4477bb1f360b66f5a74d4f">XCresample_Config::ActiveRows</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Active rows
</div>
</div><p>
<a class="anchor" name="6bfcf11135bb8d32ef192e93fa984f94"></a><!-- doxytag: member="XCresample_Config::BaseAddress" ref="6bfcf11135bb8d32ef192e93fa984f94" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample___config.html#6bfcf11135bb8d32ef192e93fa984f94">XCresample_Config::BaseAddress</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
BaseAddress is the physical base address of the device's registers
</div>
</div><p>
<a class="anchor" name="2b7b1e04b4a4be68df5810aadd53a145"></a><!-- doxytag: member="XCresample_Config::ChromaParity" ref="2b7b1e04b4a4be68df5810aadd53a145" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u8 <a class="el" href="struct_x_cresample___config.html#2b7b1e04b4a4be68df5810aadd53a145">XCresample_Config::ChromaParity</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Chroma parity
</div>
</div><p>
<a class="anchor" name="ae9324f8591d1758e30a1d4772ab68e1"></a><!-- doxytag: member="XCresample_Config::CoefWidth" ref="ae9324f8591d1758e30a1d4772ab68e1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample___config.html#ae9324f8591d1758e30a1d4772ab68e1">XCresample_Config::CoefWidth</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Coefficient width
</div>
</div><p>
<a class="anchor" name="d7770a24b27a65e412c76feddd9d1229"></a><!-- doxytag: member="XCresample_Config::ConvertType" ref="d7770a24b27a65e412c76feddd9d1229" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample___config.html#d7770a24b27a65e412c76feddd9d1229">XCresample_Config::ConvertType</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Convert type
</div>
</div><p>
<a class="anchor" name="ff2213a79826f1240949bc13078934ff"></a><!-- doxytag: member="XCresample_Config::DeviceId" ref="ff2213a79826f1240949bc13078934ff" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u16 <a class="el" href="struct_x_cresample___config.html#ff2213a79826f1240949bc13078934ff">XCresample_Config::DeviceId</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
DeviceId is the unique ID of the device
</div>
</div><p>
<a class="anchor" name="d0404f1b9e7443bd26622e5b2a1112ff"></a><!-- doxytag: member="XCresample_Config::FieldParity" ref="d0404f1b9e7443bd26622e5b2a1112ff" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u8 <a class="el" href="struct_x_cresample___config.html#d0404f1b9e7443bd26622e5b2a1112ff">XCresample_Config::FieldParity</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Chroma parity
</div>
</div><p>
<a class="anchor" name="c64969e14beedc5a55103a4a31d5125d"></a><!-- doxytag: member="XCresample_Config::HasDebug" ref="c64969e14beedc5a55103a4a31d5125d" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u16 <a class="el" href="struct_x_cresample___config.html#c64969e14beedc5a55103a4a31d5125d">XCresample_Config::HasDebug</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Has debug GUI specified
</div>
</div><p>
<a class="anchor" name="690d4849d20fb51f8feefb996f6e5c0e"></a><!-- doxytag: member="XCresample_Config::HasIntcIf" ref="690d4849d20fb51f8feefb996f6e5c0e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u16 <a class="el" href="struct_x_cresample___config.html#690d4849d20fb51f8feefb996f6e5c0e">XCresample_Config::HasIntcIf</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Has interrupt control
</div>
</div><p>
<a class="anchor" name="55bc8db96f391ef59ff768278bb1a4d7"></a><!-- doxytag: member="XCresample_Config::Interlaced" ref="55bc8db96f391ef59ff768278bb1a4d7" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample___config.html#55bc8db96f391ef59ff768278bb1a4d7">XCresample_Config::Interlaced</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Interlaced value
</div>
</div><p>
<a class="anchor" name="afa65abe8a45a71bede8ef32a736c099"></a><!-- doxytag: member="XCresample_Config::MasterAxisVideoFormat" ref="afa65abe8a45a71bede8ef32a736c099" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample___config.html#afa65abe8a45a71bede8ef32a736c099">XCresample_Config::MasterAxisVideoFormat</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Master axis video format
</div>
</div><p>
<a class="anchor" name="7e41e6b8420c404c3859cfa0cac67483"></a><!-- doxytag: member="XCresample_Config::MaxColumns" ref="7e41e6b8420c404c3859cfa0cac67483" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample___config.html#7e41e6b8420c404c3859cfa0cac67483">XCresample_Config::MaxColumns</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Maximum columns
</div>
</div><p>
<a class="anchor" name="83583af4b49a79b29959c98e20e9cc19"></a><!-- doxytag: member="XCresample_Config::NumHTaps" ref="83583af4b49a79b29959c98e20e9cc19" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample___config.html#83583af4b49a79b29959c98e20e9cc19">XCresample_Config::NumHTaps</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Horizontal taps
</div>
</div><p>
<a class="anchor" name="ce9e00f898c595144dded4a166ea8b28"></a><!-- doxytag: member="XCresample_Config::NumVTaps" ref="ce9e00f898c595144dded4a166ea8b28" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample___config.html#ce9e00f898c595144dded4a166ea8b28">XCresample_Config::NumVTaps</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Vertical taps
</div>
</div><p>
<a class="anchor" name="fed773d663b2e9d0ff56078e31f0b714"></a><!-- doxytag: member="XCresample_Config::SlaveAxiClkFreqHz" ref="fed773d663b2e9d0ff56078e31f0b714" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample___config.html#fed773d663b2e9d0ff56078e31f0b714">XCresample_Config::SlaveAxiClkFreqHz</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Slave clock frequency
</div>
</div><p>
<a class="anchor" name="d4fa49683cc96e9f384b2d2c8f1b0b19"></a><!-- doxytag: member="XCresample_Config::SlaveAxisVideoFormat" ref="d4fa49683cc96e9f384b2d2c8f1b0b19" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 <a class="el" href="struct_x_cresample___config.html#d4fa49683cc96e9f384b2d2c8f1b0b19">XCresample_Config::SlaveAxisVideoFormat</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Slave axis video format
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="xcresample_8h.html">xcresample.h</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,26 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Member List
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>XHorizontal_Coeffs Member List</h1>This is the complete list of members for <a class="el" href="struct_x_horizontal___coeffs.html">XHorizontal_Coeffs</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="struct_x_horizontal___coeffs.html#6cf2ea8c79713a413a7312787fe62bd7">HCoeff</a></td><td><a class="el" href="struct_x_horizontal___coeffs.html">XHorizontal_Coeffs</a></td><td></td></tr>
</table>Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,53 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
XHorizontal_Coeffs Struct Reference
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>XHorizontal_Coeffs Struct Reference</h1><!-- doxytag: class="XHorizontal_Coeffs" --><code>#include &lt;xcresample.h&gt;</code>
<p>
<a href="struct_x_horizontal___coeffs-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
The XCoeffs is a structure contains predefined fixed coefficient values for Horizontal filter of two phases (phase 0 and phase 1). This can be used for setting or getting coefficient values from XCresample_SetHCoefs and XCresample_GetHCoefs APIs.
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_horizontal___coeffs.html#6cf2ea8c79713a413a7312787fe62bd7">HCoeff</a> [XCRE_NUM_OF_PHASES][XCRE_NUM_HCOEFS]</td></tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="6cf2ea8c79713a413a7312787fe62bd7"></a><!-- doxytag: member="XHorizontal_Coeffs::HCoeff" ref="6cf2ea8c79713a413a7312787fe62bd7" args="[XCRE_NUM_OF_PHASES][XCRE_NUM_HCOEFS]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">float <a class="el" href="struct_x_horizontal___coeffs.html#6cf2ea8c79713a413a7312787fe62bd7">XHorizontal_Coeffs::HCoeff</a>[XCRE_NUM_OF_PHASES][XCRE_NUM_HCOEFS] </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Matrix for Horizontal Coefficients
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="xcresample_8h.html">xcresample.h</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,26 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
Member List
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>XVertical_Coeffs Member List</h1>This is the complete list of members for <a class="el" href="struct_x_vertical___coeffs.html">XVertical_Coeffs</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="struct_x_vertical___coeffs.html#50d76f9ae24dac89df7f8c726beff8e8">VCoeff</a></td><td><a class="el" href="struct_x_vertical___coeffs.html">XVertical_Coeffs</a></td><td></td></tr>
</table>Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,53 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
XVertical_Coeffs Struct Reference
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>XVertical_Coeffs Struct Reference</h1><!-- doxytag: class="XVertical_Coeffs" --><code>#include &lt;xcresample.h&gt;</code>
<p>
<a href="struct_x_vertical___coeffs-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
The XCoeffs is a structure contains predefined fixed coefficient values for Vertical filter of two phases (phase 0 and phase 1). This can be used for setting or getting coefficient values from XCresample_SetVCoefs and XCresample_GetVCoefs APIs.
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_vertical___coeffs.html#50d76f9ae24dac89df7f8c726beff8e8">VCoeff</a> [XCRE_NUM_OF_PHASES][XCRE_NUM_VCOEFS]</td></tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="50d76f9ae24dac89df7f8c726beff8e8"></a><!-- doxytag: member="XVertical_Coeffs::VCoeff" ref="50d76f9ae24dac89df7f8c726beff8e8" args="[XCRE_NUM_OF_PHASES][XCRE_NUM_VCOEFS]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">float <a class="el" href="struct_x_vertical___coeffs.html#50d76f9ae24dac89df7f8c726beff8e8">XVertical_Coeffs::VCoeff</a>[XCRE_NUM_OF_PHASES][XCRE_NUM_VCOEFS] </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Matrix for Vertical Coefficients
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="xcresample_8h.html">xcresample.h</a></ul>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,896 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
xcresample.c File Reference
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<h1>xcresample.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
This file contains the implementation of the interface functions for the Chroma Resampler core. Refer to the header file <a class="el" href="xcresample_8h.html">xcresample.h</a> for more detailed information. <pre>
MODIFICATION HISTORY:</pre><p>
<pre> Ver Who Date Changes
----- ------ -------- ----------------------------------------------------
1.00a gaborz 08/04/11 Updated for CRESAMPLE V1.0
2.00a vyc 04/24/12 Updated for CRESAMPLE V2.00.a
2.00a vyc 07/25/12 Switched from Xuu3232 to u32
2.00a vyc 10/16/12 Switch order of functions to remove compile warning
4.0 adk 03/12/14 Changed the filename cresample.c to <a class="el" href="xcresample_8c.html">xcresample.c</a>.
The Following functions are removed:
clear_coef_values, configure_444_to_422,
configure_422_to_444, configure_422_to_420,
configure_420_to_422, configure_444_to_420 and
configure_420_to_444.
Implemented the following functions :
StubCallBack, StubErrorCallBack,
XCresample_CfgInitialize,
XCresample_GetVersion, XCresample_EnableDbgByPass,
XCresample_IsDbgByPassEnabled,
XCresample_DisableDbgByPass,
XCresample_SetDbgTestPattern,
XCresample_IsDbgTestPatternEnabled,
XCresample_DisableDbgTestPattern
XCresample_GetDbgFrameCount,
XCresample_GetDbgLineCount,
XCresample_GetDbgPixelCount,
XCresample_SetActiveSize, XCresample_GetActiveSize,
XCresample_SetFieldParity, XCresample_GetFieldParity,
XCresample_SetChromaParity,
XCresample_GetChromaParity
XCresample_SetHCoefs, XCresample_GetHCoefs,
XCresample_SetVCoefs, XCresample_GetVCoefs,
XCresample_Clear_HCoef_Values, and
XCresample_Clear_VCoef_Values.</pre><p>
<pre> </pre>
<p>
<code>#include &quot;<a class="el" href="xcresample_8h.html">xcresample.h</a>&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#386a0f9c22e6409060fd966a66d8aa66">XCresample_CfgInitialize</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr, <a class="el" href="struct_x_cresample___config.html">XCresample_Config</a> *CfgPtr, u32 EffectiveAddr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#930ea9583c5dd76de763fae86d6b1eff">XCresample_EnableDbgByPass</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#e8267377a15da7e199a393c47baf42e1">XCresample_IsDbgByPassEnabled</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#c15c402d317aea7dbcdabdae1c6d8e6c">XCresample_DisableDbgBypass</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#32b603c19c2afaee47a70dde41fdcaa1">XCresample_EnableDbgTestPattern</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#e8fb855ff8ece1b628d69f9cd0eebd5a">XCresample_IsDbgTestPatternEnabled</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#1f6adeb2af84970d6d20a70be30169dd">XCresample_DisableDbgTestPattern</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#759917fbb8599a22fdfe5619ce13a3b2">XCresample_GetVersion</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#b4f2fab7cafe12c0dd55b63f8a4f9bb2">XCresample_GetDbgFrameCount</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#81ee6e5159f9173134f5203f079c19d6">XCresample_GetDbgLineCount</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#dae07783fcaf65425e70d97648cbf04e">XCresample_GetDbgPixelCount</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#a92fd02ee15f7f102dde33a7b2d904d3">XCresample_SetActiveSize</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr, u16 HSize, u16 VSize)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#d8b448647610e20e45f560ed50465d15">XCresample_GetActiveSize</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr, u16 *HSize, u16 *VSize)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#f88e4da9bfb514e7f31550e4763b5ff1">XCresample_SetFieldParity</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr, u8 FieldParity)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u8&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#3033cdcbecf61fea37bc9b1795636bf7">XCresample_GetFieldParity</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#81bd9651d3634a4f93adc0c9aa377bd4">XCresample_SetChromaParity</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr, u8 ChromaParity)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">u8&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#2871e4a4446a101e00ace372810342ce">XCresample_GetChromaParity</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#fe19dfb901944a21c9318301322075e6">XCresample_SetHCoefs</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr, <a class="el" href="struct_x_horizontal___coeffs.html">XHorizontal_Coeffs</a> *Coeff, u32 Phases)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#676b8cfd788ad69cd9c622e2a4953bed">XCresample_GetHCoefs</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr, <a class="el" href="struct_x_horizontal___coeffs.html">XHorizontal_Coeffs</a> *Coeff)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#5f9ac7e61cd69dd5843a4a95eff0ba21">XCresample_SetVCoefs</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr, <a class="el" href="struct_x_vertical___coeffs.html">XVertical_Coeffs</a> *Coeff, u32 Phases)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#81bd4ca76afc9607d8cc69afeb957b5f">XCresample_GetVCoefs</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr, <a class="el" href="struct_x_vertical___coeffs.html">XVertical_Coeffs</a> *Coeff)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#1d749808d07e3987e21fb3ec7b54c3a2">XCresample_Clear_HCoef_Values</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample_8c.html#d3c15e9a7607730c4d6bab0bff8af610">XCresample_Clear_VCoef_Values</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="386a0f9c22e6409060fd966a66d8aa66"></a><!-- doxytag: member="xcresample.c::XCresample_CfgInitialize" ref="386a0f9c22e6409060fd966a66d8aa66" args="(XCresample *InstancePtr, XCresample_Config *CfgPtr, u32 EffectiveAddr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int XCresample_CfgInitialize </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a> *&nbsp;</td>
<td class="paramname"> <em>CfgPtr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u32&nbsp;</td>
<td class="paramname"> <em>EffectiveAddr</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function initializes the Cresample core. This function must be called prior to using the Cresample core. Initialization of the Cresample includes setting up the instance data and ensuring the hardware is in a quiescent state.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>CfgPtr</em>&nbsp;</td><td>is a reference to a structure containing information about a specific Chroma Resampler driver. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>EffectiveAddr</em>&nbsp;</td><td>is the device base address in the virtual memory address space. The caller is responsible for keeping the address mapping from EffectiveAddr to the device physical base address unchanged once this function is invoked. Unexpected errors may occur if the address mapping changes after this function is called. If address translation is not used, pass in the physical address instead.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>- XST_SUCCESS if initialization was successful.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>None. </dd></dl>
</div>
</div><p>
<a class="anchor" name="1d749808d07e3987e21fb3ec7b54c3a2"></a><!-- doxytag: member="xcresample.c::XCresample_Clear_HCoef_Values" ref="1d749808d07e3987e21fb3ec7b54c3a2" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_Clear_HCoef_Values </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function clears all horizontal coefficients of the Chroma Resampler core which are previously set.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>None. </dd></dl>
</div>
</div><p>
<a class="anchor" name="d3c15e9a7607730c4d6bab0bff8af610"></a><!-- doxytag: member="xcresample.c::XCresample_Clear_VCoef_Values" ref="d3c15e9a7607730c4d6bab0bff8af610" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_Clear_VCoef_Values </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function clears all vertical coefficients of a the Chroma Resampler which are previously set.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>None. </dd></dl>
</div>
</div><p>
<a class="anchor" name="c15c402d317aea7dbcdabdae1c6d8e6c"></a><!-- doxytag: member="xcresample.c::XCresample_DisableDbgBypass" ref="c15c402d317aea7dbcdabdae1c6d8e6c" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_DisableDbgBypass </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function disables bypass mode of the Chroma Resampler core.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance to be worked on.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>Debug functionality should be enabled. </dd></dl>
</div>
</div><p>
<a class="anchor" name="1f6adeb2af84970d6d20a70be30169dd"></a><!-- doxytag: member="xcresample.c::XCresample_DisableDbgTestPattern" ref="1f6adeb2af84970d6d20a70be30169dd" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_DisableDbgTestPattern </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function disables debug test pattern mode in Control register of the Chroma Resampler core, if Debug feature is enabled.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance to be worked on.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>Debug functionality should be enabled. </dd></dl>
</div>
</div><p>
<a class="anchor" name="930ea9583c5dd76de763fae86d6b1eff"></a><!-- doxytag: member="xcresample.c::XCresample_EnableDbgByPass" ref="930ea9583c5dd76de763fae86d6b1eff" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_EnableDbgByPass </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function enables the bypass mode by setting bypass bit of the Control register to switch the core to bypass mode if debug feature is enabled in the core.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance to be worked on.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>Debug functionality should be enabled. </dd></dl>
</div>
</div><p>
<a class="anchor" name="32b603c19c2afaee47a70dde41fdcaa1"></a><!-- doxytag: member="xcresample.c::XCresample_EnableDbgTestPattern" ref="32b603c19c2afaee47a70dde41fdcaa1" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_EnableDbgTestPattern </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function enables the test-pattern mode if debug feature is enabled by setting test-pattern bit of the Control register of the Chroma Resampler core.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance to be worked on.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>Debug functionality should be enabled. </dd></dl>
</div>
</div><p>
<a class="anchor" name="d8b448647610e20e45f560ed50465d15"></a><!-- doxytag: member="xcresample.c::XCresample_GetActiveSize" ref="d8b448647610e20e45f560ed50465d15" args="(XCresample *InstancePtr, u16 *HSize, u16 *VSize)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_GetActiveSize </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u16 *&nbsp;</td>
<td class="paramname"> <em>HSize</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u16 *&nbsp;</td>
<td class="paramname"> <em>VSize</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function gets the number of Active Pixels per Scan line and number of Active Lines per Frame from the Active Size register.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>HSize</em>&nbsp;</td><td>is a pointer to 16-bit variable in which the number of Active Pixels per Scan Line is returned (Range is 32 to 7680). </td></tr>
<tr><td valign="top"></td><td valign="top"><em>VSize</em>&nbsp;</td><td>is a pointer to 16-bit variable in which the number of Active Lines per Frame is returned (Range is 32 to 7680).</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>None. </dd></dl>
</div>
</div><p>
<a class="anchor" name="2871e4a4446a101e00ace372810342ce"></a><!-- doxytag: member="xcresample.c::XCresample_GetChromaParity" ref="2871e4a4446a101e00ace372810342ce" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u8 XCresample_GetChromaParity </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function returns the value of chroma parity of the Chroma Resampler core from Encoding register.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>Chroma parity value is returned.<ul>
<li>0 - Chroma information on Odd or First line.</li><li>1 - Chroma information on Even lines.</li></ul>
</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>None. </dd></dl>
</div>
</div><p>
<a class="anchor" name="b4f2fab7cafe12c0dd55b63f8a4f9bb2"></a><!-- doxytag: member="xcresample.c::XCresample_GetDbgFrameCount" ref="b4f2fab7cafe12c0dd55b63f8a4f9bb2" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 XCresample_GetDbgFrameCount </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function returns the number of frames processed since power-up or last time the core is reset.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>FrameCount is the number of frames processed since power-up.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>Debug functionality should be enabled. </dd></dl>
</div>
</div><p>
<a class="anchor" name="81ee6e5159f9173134f5203f079c19d6"></a><!-- doxytag: member="xcresample.c::XCresample_GetDbgLineCount" ref="81ee6e5159f9173134f5203f079c19d6" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 XCresample_GetDbgLineCount </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function returns the number of lines processed since power-up or last time the core is reset.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>LineCount is the number of lines processed since power-up.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>Debug functionality should be enabled. </dd></dl>
</div>
</div><p>
<a class="anchor" name="dae07783fcaf65425e70d97648cbf04e"></a><!-- doxytag: member="xcresample.c::XCresample_GetDbgPixelCount" ref="dae07783fcaf65425e70d97648cbf04e" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 XCresample_GetDbgPixelCount </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function returns the number of pixels processed since power-up or last time the core is reset.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>PixelCount is the number of pixels processed since power-up.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>Debug functionality should be enabled. </dd></dl>
</div>
</div><p>
<a class="anchor" name="3033cdcbecf61fea37bc9b1795636bf7"></a><!-- doxytag: member="xcresample.c::XCresample_GetFieldParity" ref="3033cdcbecf61fea37bc9b1795636bf7" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u8 XCresample_GetFieldParity </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function returns the field parity value of the Chroma Resampler core from Encoding register.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>Field parity value is returned. 0 - for even or bottom field. 1 - for odd or top field.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>None. </dd></dl>
</div>
</div><p>
<a class="anchor" name="676b8cfd788ad69cd9c622e2a4953bed"></a><!-- doxytag: member="xcresample.c::XCresample_GetHCoefs" ref="676b8cfd788ad69cd9c622e2a4953bed" args="(XCresample *InstancePtr, XHorizontal_Coeffs *Coeff)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_GetHCoefs </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="struct_x_horizontal___coeffs.html">XHorizontal_Coeffs</a> *&nbsp;</td>
<td class="paramname"> <em>Coeff</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function gets the coefficient values from all the Horizontal Coefficient registers of phase0 and phase1 of the Chroma Resampler core.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>Coeff</em>&nbsp;</td><td>is a pointer to the structure <a class="el" href="struct_x_horizontal___coeffs.html">XHorizontal_Coeffs</a> which has horizontal coefficients of both phases.(Phase 0 and Phase 1) in which coefficients are updated. Range of coefficient values is [-2, 2).</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>For pre defined fixed coefficients filter values, ConvertType should be set with 1. </dd></dl>
</div>
</div><p>
<a class="anchor" name="81bd4ca76afc9607d8cc69afeb957b5f"></a><!-- doxytag: member="xcresample.c::XCresample_GetVCoefs" ref="81bd4ca76afc9607d8cc69afeb957b5f" args="(XCresample *InstancePtr, XVertical_Coeffs *Coeff)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_GetVCoefs </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="struct_x_vertical___coeffs.html">XVertical_Coeffs</a> *&nbsp;</td>
<td class="paramname"> <em>Coeff</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function gets the vertical coefficient values of the Chroma Resampler core from all Vertical Coefficient registers of phase0 and phase1.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>Coeff</em>&nbsp;</td><td>is a pointer to the structure <a class="el" href="struct_x_vertical___coeffs.html">XVertical_Coeffs</a> which has vertical coefficients of both phases.(Phase 0 and Phase 1) in which coefficients are updated. Range of coefficient values is [-2, 2).</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>For pre defined fixed coefficients filter values, ConvertType should be set with 1. </dd></dl>
</div>
</div><p>
<a class="anchor" name="759917fbb8599a22fdfe5619ce13a3b2"></a><!-- doxytag: member="xcresample.c::XCresample_GetVersion" ref="759917fbb8599a22fdfe5619ce13a3b2" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">u32 XCresample_GetVersion </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function returns the version of the Chroma Resampler core.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>Content of Version register is returned..</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>None. </dd></dl>
</div>
</div><p>
<a class="anchor" name="e8267377a15da7e199a393c47baf42e1"></a><!-- doxytag: member="xcresample.c::XCresample_IsDbgByPassEnabled" ref="e8267377a15da7e199a393c47baf42e1" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int XCresample_IsDbgByPassEnabled </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function returns the current bypass mode settings from Control register of the Chroma Resampler core.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance to be worked on.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>Core debug bypass mode.<ul>
<li>TRUE = Bypass mode is enabled.</li><li>FALSE = Bypass mode is not enabled.</li></ul>
</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>Debug functionality should be enabled. </dd></dl>
</div>
</div><p>
<a class="anchor" name="e8fb855ff8ece1b628d69f9cd0eebd5a"></a><!-- doxytag: member="xcresample.c::XCresample_IsDbgTestPatternEnabled" ref="e8fb855ff8ece1b628d69f9cd0eebd5a" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int XCresample_IsDbgTestPatternEnabled </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function returns the test-pattern mode (enabled or not) from Control register of the Chroma Resampler core.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance to be worked on.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>Test-pattern generator mode.<ul>
<li>TRUE = Test-pattern mode is enabled.</li><li>FALSE = Test-pattern mode is not enabled.</li></ul>
</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>Debug functionality should be enabled. </dd></dl>
</div>
</div><p>
<a class="anchor" name="a92fd02ee15f7f102dde33a7b2d904d3"></a><!-- doxytag: member="xcresample.c::XCresample_SetActiveSize" ref="a92fd02ee15f7f102dde33a7b2d904d3" args="(XCresample *InstancePtr, u16 HSize, u16 VSize)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_SetActiveSize </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u16&nbsp;</td>
<td class="paramname"> <em>HSize</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u16&nbsp;</td>
<td class="paramname"> <em>VSize</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function sets the active H/V sizes in the Active Size register.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>HSize</em>&nbsp;</td><td>specifies the number of Active Pixels per Scan Line that needs to be set (Range is 32 to 7680). </td></tr>
<tr><td valign="top"></td><td valign="top"><em>VSize</em>&nbsp;</td><td>specifies the number of Active Lines per Frame that needs to be set (Range is 32 to 7680).</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>None. </dd></dl>
</div>
</div><p>
<a class="anchor" name="81bd9651d3634a4f93adc0c9aa377bd4"></a><!-- doxytag: member="xcresample.c::XCresample_SetChromaParity" ref="81bd9651d3634a4f93adc0c9aa377bd4" args="(XCresample *InstancePtr, u8 ChromaParity)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_SetChromaParity </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u8&nbsp;</td>
<td class="paramname"> <em>ChromaParity</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This functions sets the Chroma parity value of the Chroma Resampler core in the Encoding register.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>ChromaParity</em>&nbsp;</td><td>specifies the parity value which needs to be set.(0 or 1).<ul>
<li>0 - Chroma information on Odd or First line.</li><li>1 - Chroma information on Even lines.</li></ul>
</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>None. </dd></dl>
</div>
</div><p>
<a class="anchor" name="f88e4da9bfb514e7f31550e4763b5ff1"></a><!-- doxytag: member="xcresample.c::XCresample_SetFieldParity" ref="f88e4da9bfb514e7f31550e4763b5ff1" args="(XCresample *InstancePtr, u8 FieldParity)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_SetFieldParity </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u8&nbsp;</td>
<td class="paramname"> <em>FieldParity</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This functions sets the field parity value of the Chroma Resampler core in the Encoding register.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>FieldParity</em>&nbsp;</td><td>specifies the parity value which needs to be set.(0 or 1).<ul>
<li>0 - for even or bottom field.</li><li>1 - for odd or top field.</li></ul>
</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>To this feature need to use interlaced video. </dd></dl>
</div>
</div><p>
<a class="anchor" name="fe19dfb901944a21c9318301322075e6"></a><!-- doxytag: member="xcresample.c::XCresample_SetHCoefs" ref="fe19dfb901944a21c9318301322075e6" args="(XCresample *InstancePtr, XHorizontal_Coeffs *Coeff, u32 Phases)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_SetHCoefs </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="struct_x_horizontal___coeffs.html">XHorizontal_Coeffs</a> *&nbsp;</td>
<td class="paramname"> <em>Coeff</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u32&nbsp;</td>
<td class="paramname"> <em>Phases</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function sets the horizontal coefficient values of the Chroma Resampler core for phase 0 or phase 1 or both phases.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>Coeff</em>&nbsp;</td><td>is a pointer to the structure <a class="el" href="struct_x_horizontal___coeffs.html">XHorizontal_Coeffs</a> which has horizontal coefficients of both phases (Phase 0 and Phase 1) which needs to be set. Range of coefficient values is [-2, 2). </td></tr>
<tr><td valign="top"></td><td valign="top"><em>Phases</em>&nbsp;</td><td>specifies number of phases needs to be set.<ul>
<li>0 - Phase 0.</li><li>1 - Phase 1.</li><li>2 - Phase 0 and Phase 1.</li></ul>
</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>For pre defined fixed coefficients filter values, ConvertType should be set with 1. </dd></dl>
</div>
</div><p>
<a class="anchor" name="5f9ac7e61cd69dd5843a4a95eff0ba21"></a><!-- doxytag: member="xcresample.c::XCresample_SetVCoefs" ref="5f9ac7e61cd69dd5843a4a95eff0ba21" args="(XCresample *InstancePtr, XVertical_Coeffs *Coeff, u32 Phases)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_SetVCoefs </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="struct_x_vertical___coeffs.html">XVertical_Coeffs</a> *&nbsp;</td>
<td class="paramname"> <em>Coeff</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u32&nbsp;</td>
<td class="paramname"> <em>Phases</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function sets the vertical coefficient values of the Chroma Resampler for phase 0 or for phase 1 or for both phases.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>Coeff</em>&nbsp;</td><td>is a pointer to the structure <a class="el" href="struct_x_horizontal___coeffs.html">XHorizontal_Coeffs</a> which has vertical coefficients of both phases (Phase 0 and Phase 1) which needs to be set. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>Phases</em>&nbsp;</td><td>specifies number of phases needs to be set.<ul>
<li>0 - Phase 0.</li><li>1 - Phase 1.</li><li>2 - Phase 0 and Phase 1.</li></ul>
</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>For pre defined fixed coefficients filter values, ConvertType should be set with 1. </dd></dl>
</div>
</div><p>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,50 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
xcresample_g.c File Reference
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<h1>xcresample_g.c File Reference</h1>
<p>
<code>#include &quot;xparameters.h&quot;</code><br>
<code>#include &quot;<a class="el" href="xcresample_8h.html">xcresample.h</a>&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample__g_8c.html#04119f88da6621ea0a82ff7ddabc5659">XCresample_ConfigTable</a> []</td></tr>
</table>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="04119f88da6621ea0a82ff7ddabc5659"></a><!-- doxytag: member="xcresample_g.c::XCresample_ConfigTable" ref="04119f88da6621ea0a82ff7ddabc5659" args="[]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a> <a class="el" href="xcresample__g_8c.html#04119f88da6621ea0a82ff7ddabc5659">XCresample_ConfigTable</a>[] </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,136 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
xcresample_intr.c File Reference
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<h1>xcresample_intr.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
This file contains interrupt related functions of Chroma Resampler core Please see <a class="el" href="xcresample_8h.html">xcresample.h</a> for more details of the core.<p>
<pre>
MODIFICATION HISTORY:</pre><p>
<pre> Ver Who Date Changes
----- ------- -------- ---------------------------------------------------
4.0 adk 03/12/14 First Release.
Implemented XCresample_IntrHandler and
XCresample_SetCallBack functions.</pre><p>
<pre> </pre>
<p>
<code>#include &quot;<a class="el" href="xcresample_8h.html">xcresample.h</a>&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample__intr_8c.html#d3db1c393abaf5003a47b95c7399d1b7">XCresample_IntrHandler</a> (void *InstancePtr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample__intr_8c.html#b0eaff626a3784bde0d6ac0b9e168992">XCresample_SetCallBack</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr, u32 HandlerType, void *CallBackFunc, void *CallBackRef)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="d3db1c393abaf5003a47b95c7399d1b7"></a><!-- doxytag: member="xcresample_intr.c::XCresample_IntrHandler" ref="d3db1c393abaf5003a47b95c7399d1b7" args="(void *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void XCresample_IntrHandler </td>
<td>(</td>
<td class="paramtype">void *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function is the interrupt handler for the Chroma Resampler driver.<p>
This handler reads the pending interrupt from the STATUS register, determines the source of the interrupts and calls the respective callbacks for the interrupts that are enabled in IRQ_ENABLE register, and finally clears the interrupts.<p>
The application is responsible for connecting this function to the interrupt system. Application beyond this driver is also responsible for providing callbacks to handle interrupts and installing the callbacks using Xcresample_SetCallBack() during initialization phase.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance that just interrupted.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>None.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>Interrupt interface should be enabled. </dd></dl>
</div>
</div><p>
<a class="anchor" name="b0eaff626a3784bde0d6ac0b9e168992"></a><!-- doxytag: member="xcresample_intr.c::XCresample_SetCallBack" ref="b0eaff626a3784bde0d6ac0b9e168992" args="(XCresample *InstancePtr, u32 HandlerType, void *CallBackFunc, void *CallBackRef)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int XCresample_SetCallBack </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">u32&nbsp;</td>
<td class="paramname"> <em>HandlerType</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void *&nbsp;</td>
<td class="paramname"> <em>CallBackFunc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void *&nbsp;</td>
<td class="paramname"> <em>CallBackRef</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This routine installs an asynchronous callback function for the given HandlerType:<p>
<pre>
HandlerType Callback Function Type
----------------------- --------------------------------------------------
XCRE_HANDLER_FRAMEDONE FrameDoneCallBack
XCRE_HANDLER_PROCSTART ProcStartCallBack
XCRE_HANDLER_ERROR ErrCallBack</pre><p>
<pre> </pre><p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance to be worked on. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>HandlerType</em>&nbsp;</td><td>specifies which callback is to be attached. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>CallBackFunc</em>&nbsp;</td><td>is the address of the callback function. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>CallBackRef</em>&nbsp;</td><td>is a user data item that will be passed to the callback function when it is invoked.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd><ul>
<li>XST_SUCCESS when handler is installed.</li><li>XST_INVALID_PARAM when HandlerType is invalid.</li></ul>
</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>Invoking this function for a handler that already has been installed replaces it with the new handler. </dd></dl>
</div>
</div><p>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,73 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
xcresample_selftest.c File Reference
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<h1>xcresample_selftest.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
This file contains the self-test functions for the Chroma Resampler core.<p>
<pre>
MODIFICATION HISTORY:</pre><p>
<pre> Ver Who Date Changes
----- ------ -------- -------------------------------------------------
4.0 adk 03/12/14 First release
Implemented XCresample_SelfTest function.</pre><p>
<pre> </pre>
<p>
<code>#include &quot;<a class="el" href="xcresample_8h.html">xcresample.h</a>&quot;</code><br>
<code>#include &quot;xstatus.h&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample__selftest_8c.html#120e094a3de7a49d4b5e3808ad7fadd2">XCresample_SelfTest</a> (<a class="el" href="struct_x_cresample.html">XCresample</a> *InstancePtr)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="120e094a3de7a49d4b5e3808ad7fadd2"></a><!-- doxytag: member="xcresample_selftest.c::XCresample_SelfTest" ref="120e094a3de7a49d4b5e3808ad7fadd2" args="(XCresample *InstancePtr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int XCresample_SelfTest </td>
<td>(</td>
<td class="paramtype"><a class="el" href="struct_x_cresample.html">XCresample</a> *&nbsp;</td>
<td class="paramname"> <em>InstancePtr</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function reads version register of Chroma Resampler core and compares with zero as part of self test.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>InstancePtr</em>&nbsp;</td><td>is a pointer to the <a class="el" href="struct_x_cresample.html">XCresample</a> instance.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd><ul>
<li>XST_SUCCESS if the test is successful.</li><li>XST_FAILURE if the test is failed.</li></ul>
</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>None. </dd></dl>
</div>
</div><p>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.

View file

@ -0,0 +1,71 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>
xcresample_sinit.c File Reference
</title>
<link href="$DriverApiDocsCssPath" rel="stylesheet" type="text/css">
</head>
<h3 class="PageHeader">Xilinx Processor IP Library</h3>
<hl>Software Drivers</hl>
<hr class="whs1">
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<h1>xcresample_sinit.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
This file contains initialization methods for Xilinx Chroma Resampler core.<p>
<pre>
MODIFICATION HISTORY:</pre><p>
<pre> Ver Who Date Changes
----- ------- -------- --------------------------------------------------
4.0 adk 03/12/14 First release.
Implemented XCresample_LookupConfig function.</pre><p>
<pre> </pre>
<p>
<code>#include &quot;xparameters.h&quot;</code><br>
<code>#include &quot;<a class="el" href="xcresample_8h.html">xcresample.h</a>&quot;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="xcresample__sinit_8c.html#5a31b77d26816fa1c1b5b37ff46207f6">XCresample_LookupConfig</a> (u16 DeviceId)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="5a31b77d26816fa1c1b5b37ff46207f6"></a><!-- doxytag: member="xcresample_sinit.c::XCresample_LookupConfig" ref="5a31b77d26816fa1c1b5b37ff46207f6" args="(u16 DeviceId)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_x_cresample___config.html">XCresample_Config</a>* XCresample_LookupConfig </td>
<td>(</td>
<td class="paramtype">u16&nbsp;</td>
<td class="paramname"> <em>DeviceId</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
This function returns a reference to an <a class="el" href="struct_x_cresample___config.html">XCresample_Config</a> structure based on the unique device id, <em>DeviceId</em>. The return value will refer to an entry in the device configuration table defined in the <a class="el" href="xcresample__g_8c.html">xcresample_g.c</a> file.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>DeviceId</em>&nbsp;</td><td>is the unique device ID of the device for the lookup operation.</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>XCresample_LookupConfig returns a reference to a config record in the configuration table (in <a class="el" href="xcresample__g_8c.html">xcresample_g.c</a>) corresponding to <em>DeviceId</em>, or NULL if no match is found.</dd></dl>
<dl compact><dt><b>Note:</b></dt><dd>None. </dd></dl>
</div>
</div><p>
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.