Martin Storsjö
|
764793d74b
|
Remove tabs in struct and class definitions
|
2015-06-10 10:22:01 +03:00 |
|
huili2
|
c3cfce5223
|
modify some functions extending to sub8x8 usage, especially in ME part
|
2015-06-02 13:39:38 +08:00 |
|
Martin Storsjö
|
d152c25485
|
Remove tabs from the copyright/license section in file headers
|
2015-05-14 13:58:40 +03:00 |
|
Sijia Chen
|
63926a3d10
|
put a flag calculation in higher-level to save calculation in MB level
|
2015-03-02 17:36:55 +08:00 |
|
Sijia Chen
|
303bf77e42
|
replace conditional judgements with function pointer for acceleration
|
2015-03-02 17:11:11 +08:00 |
|
ruil2
|
f7cd6e7aad
|
use WelsEnc namespace instead of WelsSVCEnc
|
2014-08-11 16:08:49 +08:00 |
|
huili2
|
dc3fae4477
|
astyle all
|
2014-06-25 18:50:41 -07:00 |
|
sijchen
|
4bd6a3a6e8
|
[Encoder MD] Add Inter Psub16 MD for screen content coding
|
2014-05-12 14:21:40 +08:00 |
|
huili2
|
5ed24f216b
|
astyle all files
|
2014-05-05 19:30:21 -07:00 |
|
sijchen
|
7f0c7daad9
|
expand structure of MD and ME
|
2014-03-18 09:47:05 +08:00 |
|
Martin Storsjö
|
1a1b78e9c5
|
Remove unnecessary declarations of static functions
These functions don't need to be declared in advance at all.
|
2014-02-19 09:25:27 +02:00 |
|
Martin Storsjö
|
2b77fe7f49
|
Use bool instead of bool_t
bool is one of the built in, standard types in C++, there's no need
for a typedef for it.
|
2014-02-10 08:05:09 +02:00 |
|
Martin Storsjö
|
17d7b5d72e
|
Use bool_t instead of BOOL_T
One bool typedef is already more than enough, two is too many.
|
2014-02-10 08:05:09 +02:00 |
|
Ethan Hugg
|
ff6b669176
|
Pretty printed the C++ code with astyle
|
2013-12-12 14:21:12 -08:00 |
|
Ethan Hugg
|
70e5e62f3d
|
Initial Commit
|
2013-12-09 04:51:09 -08:00 |
|