comparison cdg-hybrid/sap/cci.pdf @ 14:35f7a1dc9f7d

cdg-hybrid: import from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 07:15:38 +0000
parents
children
comparison
equal deleted inserted replaced
13:83146a4ae927 14:35f7a1dc9f7d
1 ;********************************************************************************
2 ;*** File : cci.pdf
3 ;*** Creation : Wed Mar 11 09:57:44 CST 2009
4 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1
5 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002
6 ;********************************************************************************
7 ;*** Document Type : Service Access Point Specification
8 ;*** Document Name : cci
9 ;*** Document No. : 8441.118.00.017
10 ;*** Document Date : 2003-01-13
11 ;*** Document Status: BEING_PROCESSED
12 ;*** Document Author: UT
13 ;********************************************************************************
14
15
16
17 PRAGMA SRC_FILE_TIME "Thu Nov 29 09:37:42 2007"
18 PRAGMA LAST_MODIFIED "2003-01-13"
19 PRAGMA ID_AND_VERSION "8441.118.00.017"
20
21
22
23
24
25
26 VALTAB VAL_algo_type
27 VAL 0 CCI_ALGO_V42 "V42bis algorithm"
28
29 VALTAB VAL_comp_inst
30 VAL 0 CCI_COMP_INST_V42_0 "first instance for V42bis"
31
32
33
34
35 VAR algo_type "algorithm type" B
36
37 VAL @p_cci - VAL_algo_type@
38
39 VAR comp_inst "compressor instance" B
40
41 VAL @p_cci - VAL_comp_inst@
42
43
44
45
46
47
48
49 ; CCI_INIT_REQ 0x3604
50
51
52
53 PRIM CCI_INIT_REQ 0x3604
54 {
55 algo_type ; algorithm type
56 comp_inst ; compressor instance
57 }
58
59
60
61
62
63
64
65
66