Displaying 20 results from an estimated 22 matches for "l13".
Did you mean:
13
2018 Dec 10
0
NHW Project - good improvement of very high compression (-l8 to -l13 quality settings)
Hello,
Just a quick message to let you know that I have really improved very high
compression of the NHW Project
from -l8 to -l13 quality settings, and we can still save 2.5KB per .nhw
compressed file.
Actually I am new to very high compression, it is just 3 months that I am
working on it (I put on pause the NHW Project from August 2013 to February
2018 )... And I realize that very high compression is quite difficult
because...
2018 Dec 08
0
NHW Project - new -l13 very high compression quality setting
Hello,
I wanted to let you know that I have released a new -l13 very high
compression quality setting for the NHW Project (and we can still save
2.5KB per .nhw compressed file).
I find this -l13 quality setting very competitive (I will maybe use some of
its processing to improve -l12 setting).Compared to x265 (HEVC), I have
tested on 15 rather good quality ima...
2000 Mar 31
1
R: one bananna aov() question
...L4 23 1.86473558331119
4 L5 24 -0.090884932234919
5 L6 25 -2.09088493223492
6 L7 26 3.36473558331119
7 L9 27 -0.559327664097794
8 L10 2 0.181304809992027
9 L12 4 -3.05932766409779
10 L13 5 3.94067233590221
11 L16 7 1.68130480999203
12 L17 8 -1.31869519000797
13 L18 9 -2.05932766409779
14 L19 10 2.44067233590221
15 L21 13 -1.66682168482594
16 L22 14 0.0925458410842417
17 L23...
2018 Dec 11
0
NHW Project - speed measurement 2 - very high compression
Hello,
If it could be of interest, here are new speed measurement for -l13 very
high compression setting.
For x265 (HEVC), I use BPG codec, and this time I use -m 0 setting which
uses the fastest encoding setting of x265.I run the .exe 10x times and I
pick the best scores.
So here are the timings at -l13 very high compression:
Encode time: x265 (BPG -m 0): 80ms NHW: 2...
2010 Dec 06
3
[plyr] Question regarding ddply: use of .(as.name(varname)) and varname in ddply function
...:
structure(list(g10 = c(1L, 1L, 1L, 10L, 10L, 10L), l1 =
c(0.410077661080032,
0.607497980054711, 0.640488621149069, -1.47837849145189, -1.48199933642397,
-1.42815840788069), d1 = c(0.917769870675383, 0.959256755797054,
0.772928570498006, 0.473545787883884, 0.590580940273922, 0.0448629265021484
), l13 = c(0.0803696045647364, -0.291741079837731, -0.00191015929550312,
0.295889063381279, 0.615383505686296, 0.71991154637985), d13 =
c(-1.40821713632015,
-1.27501365601403, -1.41150703235157, 0.708943640186729, 0.276034890463749,
0.663383934998686)), .Names = c("g10", "l1", "d1...
2020 Oct 26
2
Can't get CyberPower UPS to work with Raspberry Pi 4
...tage returned by the UPS is a constant 24.0 V, regardless of the actual battery voltage.
Here's what I was thinking of:
https://github.com/networkupstools/nut-ddl/blob/8995562a0253e980d36f6bdddfe09c9f2c866657/Cyber_Power_Systems/Cyber_Power_Systems__CP1500PFCLCD__usbhid-ups__2.7.1__01.dev#L11-L13
"CyberPower states that battery voltage is not supported in this model of UPS. [CP1500PFCLCD; circa 2014]
It's not even shown in their 'PowerPanel' software."
2017 Mar 23
4
[LLD] Can't create dynamic relocation R_X86_64_64 against local symbol in readonly segment
Hi,
the attached example works with bfd-ld and with gold, but not with lld:
$ cat rodatareloc.s
...
.align 16
leaq .JTab(%rip), %r10
jmp *(%r10, %rdx, 8)
...
.section .rodata
.JTab:
.quad .L00, .L01, .L02, .L03, .L04, .L05, .L06, .L07
.quad .L08, .L09, .L10, .L11, .L12, .L13, .L14, .L15, .L16
$ gcc -o rodatareloc.s.o -c rodatareloc.s
$ lld -o rodatareloc.so -shared rodatareloc.s.o
ld: error: rodatareloc.s.o:(.rodata+0x0): can't create dynamic relocation
R_X86_64_64 against local symbol in readonly segment defined in
rodatareloc.s.o
Changing the section from .ro...
2010 Apr 30
5
Using classes from extnode to define config files?
Hi all,
I''m using cobbler as our external node manager and it''s working really
well (including deployment of ActiveMQ from RI''s RPMS and Mcollective -
blog post coming soon!) however I''ve run into a problem with exim
configuration files.
We use exim in a number of different configurations depending on the
role of the server (webserver/antivirus/outbound
2017 Jul 28
3
Test Error Paths for Expected & ErrorOr
...tion call hierarchies in more complex
>> scenarios.
>> For this I should point to the other example in the code, where it's
>> applied to llvm::object::createBinary():
>> https://github.com/weliveindetail/ForceAllErrors-
>> in-LLVM/blob/master/test/TestLLVMObject.h#L13
>>
>> Here it detects and runs 44 different control paths, that can hardly be
>> covered by a unit test altogether, because they don't depend on the input
>> to creatBinary() but rather on the environment the test runs in.
>>
> Yep, testing OS level environment...
2017 Jul 27
2
Test Error Paths for Expected & ErrorOr
...correct handling
of errors passed between function call hierarchies in more complex
scenarios.
For this I should point to the other example in the code, where it's
applied to llvm::object::createBinary():
https://github.com/weliveindetail/ForceAllErrors-in-LLVM/blob/master/test/TestLLVMObject.h#L13
Here it detects and runs 44 different control paths, that can hardly be
covered by a unit test altogether, because they don't depend on the
input to creatBinary() but rather on the environment the test runs in.
Am 27.07.17 um 16:46 schrieb David Blaikie:
> I /kind/ of like the idea - but i...
2010 Sep 17
1
Question: how to obtain the clusters of genes (basically the ones in the row dendrograms) from an object obtained by heatmap.2 function
...lr1603",
"slr1634", "slr1675", "slr1930", "slr1984", "smr0003",
"ssl2148",
"ssl2245", "ssr0390", "ssr1251"), c("l1", "d1", "l13",
"d13")))
[[alternative HTML version deleted]]
2020 Oct 27
0
Can't get CyberPower UPS to work with Raspberry Pi 4
...a constant 24.0 V, regardless of
> the actual battery voltage.
>
> Here's what I was thinking of:
>
>
> https://github.com/networkupstools/nut-ddl/blob/8995562a0253e980d36f6bdddfe09c9f2c866657/Cyber_Power_Systems/Cyber_Power_Systems__CP1500PFCLCD__usbhid-ups__2.7.1__01.dev#L11-L13
>
> "CyberPower states that battery voltage is not supported in this model of
> UPS. [CP1500PFCLCD; circa 2014]
> It's not even shown in their 'PowerPanel' software."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-...
2018 Dec 12
0
NHW Project - good quality improvement & new -l14 very high compression quality setting
Hello,
I am still progressing with very high compression and I have corrected a
processing, so now very high compression (-l10 to -l13 quality settings)
has really better precision and so better quality.
I have also released a first draft of a new -l14 very high compression
quality setting.
More at: http://nhwcodec.blogspot.com/
Just a remark, the entropy coding schemes start to be less efficient at
-l14 very high compression,...
2020 Mar 23
2
NHW Project - some news
...other codecs on my spare time.
Based on my visual comparison tests and subjective opinion, I can confirm
that I still find the NHW Project visually more pleasant than other codecs
like AOM AV1, HEVC, x265, JPEG XL,... because it has more neatness, for
high quality to very high compression, up to -l13 quality setting for
now.-As I also told you (many times!...), the NHW Project is extremely fast
to encode/decode, a lot faster than these codecs, and is royalty-free.
Unfortunately what I can also confirm, is that the industry is definitely
not interested in the NHW Project (some major big compani...
2017 Jul 31
2
Test Error Paths for Expected & ErrorOr
...es in more complex
>>> scenarios.
>>> For this I should point to the other example in the code, where it's
>>> applied to llvm::object::createBinary():
>>>
>>> https://github.com/weliveindetail/ForceAllErrors-in-LLVM/blob/master/test/TestLLVMObject.h#L13
>>>
>>> Here it detects and runs 44 different control paths, that can hardly be
>>> covered by a unit test altogether, because they don't depend on the input
>>> to creatBinary() but rather on the environment the test runs in.
>>>
>> Yep, test...
2008 Jan 12
1
[LLVMdev] Labels
...pos0, i32 * @yythunkpos
ret i32 0
}define internal i32 @yy_start()
{
%yypos0 = load i32* @yypos
%yythunkpos0 = load i32* @yythunkpos
%tmp68 = call i32 %yy_body()
%tmp69 = icmp ne i32 %tmp143080904, 0
br i1 %tmp69, label %NameNotEqualZero0, label %NameEqualZero0
NameNotEqualZero0:
br label %l13
NameEqualZero0:
%tmp70 = call i32 @yymatchChar(i8 46)
%tmp71 = icmp ne i32 %tmp46, 0
br i1 %tmp71, label %StringNotEqualZero17, label %StringEqualZero17
StringNotEqualZero17:
br label %l13
StringEqualZero17:
%tmp72 = load i32* @yybegin, align 4
%tmp73 = load i32* @yyend, align 4
call void @y...
2017 Jul 27
2
Test Error Paths for Expected & ErrorOr
Hello, this is a call for feedback: opinions, improvements, testers..
I use the support classes Expected<T> and ErrorOr<T> quite often
recently and I like the concept a lot! Thanks Lang btw!
However, from time to time I found issues in the execution paths of my
error cases and got annoyed by their naturally low test coverage.
So I started sketching a test that runs all error paths
2020 Oct 25
4
Can't get CyberPower UPS to work with Raspberry Pi 4
This was very helpful for me, thank you!
On Sat, Oct 24, 2020 at 9:06 AM Charles Lepple <clepple at gmail.com> wrote:
> The easiest way to tell if upsd is working is to run "upsc -l" on the same
> system, which will list the NUT UPS names, and then run e.g. "upsc mge"
> (replacing "mge" with the name returned by "upsc -l")
>
Here was the
2012 Sep 30
22
in-module data with hiera
hello,
Till now hiera-puppet was the only way I know that allowed hiera data to
be loaded from inside a module.
The problem with this was that it was still subject to the site specific
hierarchy which means a module author had a pretty hard time to store
his data in a proper way in his module thus perpetuating the use of the
params classes pattern.
Now that Puppet 3 is out and it''s gem
2017 May 30
3
[frontend-dev][beginner] Allocation of structures
Hi all,
I’m pretty new to the list, and to LLVM in general, so please excuse my extreme newbiesness.
I’m trying to figure out what would be the appropriate way to implement move semantics.
I’ve been trying to dump the IR produced by clang with some basic C++ snippet, but I’m afraid it didn’t help me much.
Here’s the example I’ve been playing with (in C++):
struct S {
S() noexcept: x(new int)