comparison cdg211/prim/cci.pdf @ 4:56abf6cf8a0b

cdg211: cdginc/mdf/pdf files from TCS211-20070608
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2016 01:11:35 +0000
parents
children
comparison
equal deleted inserted replaced
3:93999a60b835 4:56abf6cf8a0b
1 ;********************************************************************************
2 ;*** File : cci.pdf
3 ;*** Creation : Fri Jun 08 13:57:04 CST 2007
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 "Wed Mar 2 15:05:54 2005"
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