OpenCores
URL https://opencores.org/ocsvn/funbase_ip_library/funbase_ip_library/trunk

Subversion Repositories funbase_ip_library

[/] [funbase_ip_library/] [trunk/] [TUT/] [ip.application/] [h.263_encoder_main/] [1.0/] [h.263_encoder_main.1.0.xml] - Blame information for rev 145

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 lanttu
2
3
4
5
6
7
        TUT
8
        ip.application
9
        h.263_encoder_main
10
        1.0
11
        Notes:    This encoder code implements only a part of H.263 features.
12
 *            As you know, H.263 standard defines only the decoder - not
13
 *            the encoder. Thus, this encoder code produces bitstream that
14
 *            any H.263 compliant decoder is able to decode.
15
 *
16
 *            This implementation is an extremely simplified version
17
 *            H.263 video encoder. For instance, parallel execution and
18
 *            motion estimation is not applied at all in these codes.
19
 *            Limitations:
20
 *            - Only INTRA coding mode is supported
21
 *            - Only QCIF picture format supported
22
 *            - None of the optional coding modes supported
23
 *
24
        
25
        
26
                
27
                        cSources
28
                        
29
                                src/bitstream.c
30
                                cSource
31
                                false
32
                        
33
                        
34
                                src/code.c
35
                                cSource
36
                                false
37
                        
38
                        
39
                                src/linux_init_main.c
40
                                cSource
41
                                false
42
                        
43
                        
44
                                src/main.c
45
                                cSource
46
                                false
47
                        
48
                        
49
                                src/memory.c
50
                                cSource
51
                                false
52
                        
53
                        
54
                                src/quantize.c
55
                                cSource
56
                                false
57
                        
58
                        
59
                                src/vlc.c
60
                                cSource
61
                                false
62
                        
63
                        
64
                                src/yuv.c
65
                                cSource
66
                                false
67
                        
68
                
69
                
70
                        wScripts
71
                        waf compile script
72
                        Double_click_to_add_new_item.
73
                        
74
                                src/wscript
75
                                wafScript
76
                                false
77
                        
78
                
79
        
80
        
81
                
82
                        
83
                                SW
84
                        
85
                        
86
                                
87
                        
88
                        
89
                                
90
                                        dct_data_in
91
                                        
92
                                        Input MCAPI endpoint for receiving transformed macroblocks
93
                                        
94
                                        packet
95
                                        in
96
                                        
97
                                                
98
                                                
99
                                                
100
                                        
101
                                
102
                                
103
                                        dct_data_out
104
                                        
105
                                        Output MCAPI endpoint for transmiting macroblocks to DCT
106
                                        
107
                                        packet
108
                                        out
109
                                        
110
                                                
111
                                                
112
                                                
113
                                        
114
                                
115
                                
116
                                        block_count_out
117
                                        
118
                                        Output endpoint to send macro block count information to DCT
119
                                        
120
                                        message
121
                                        out
122
                                        
123
                                                
124
                                                
125
                                                
126
                                        
127
                                
128
                        
129
                        
130
                                
131
                                        mcapi
132
                                        
133
                                        MCAPI interface requester
134
                                        
135
                                        requester
136
                                
137
                        
138
                
139
        
140

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.