search for: qindex

Displaying 3 results from an estimated 3 matches for "qindex".

Did you mean: index
2005 Feb 17
1
Fix a bug that causes the encoder to spend way to many bits on keyframes
...sults look good so far, but I want to do more testing on various source content to make sure this is a good change. Index: misc_common.c =================================================================== --- misc_common.c (revision 8940) +++ misc_common.c (working copy) @@ -255,14 +255,6 @@ /* QIndex should now indicate the optimal Q. */ cpi->pb.ThisFrameQualityValue = cpi->pb.QThreshTable[QIndex]; - /* Apply range restrictions for key frames. */ - if ( GetFrameType(&cpi->pb) == BASE_FRAME ) { - if ( cpi->pb.ThisFrameQualityValue > cpi->pb.QThreshTable[20] ) -...
2023 Apr 30
5
[RFC PATCH net 0/3] virtio-net: allow usage of small vrings
At the moment, if a virtio network device uses vrings with less than MAX_SKB_FRAGS + 2 entries, the device won't be functional. The following condition vq->num_free >= 2 + MAX_SKB_FRAGS will always evaluate to false, leading to TX timeouts. This patchset attempts this fix this bug, and to allow small rings down to 4 entries. The first patch introduces a new mechanism in virtio core -
2018 Nov 03
5
reading old dump backups from 2009
...09_md1.dump ? DUMP: Label: /u1 ? DUMP: Writing 10 Kilobyte records ? DUMP: Compressing output at compression level 2 (bzlib) ? DUMP: mapping (Pass I) [regular files] ? DUMP: mapping (Pass II) [directories] ? DUMP: estimated 95176885 blocks. ? DUMP: writing QFA positions to u1_l0_04-29-09_md1.qindex ? DUMP: Volume 1 started with block 1 at: Wed Apr 29 09:25:05 2009 ? DUMP: dumping (Pass III) [directories] ? DUMP: dumping (Pass IV) [regular files] ? DUMP: 0.96% done at 3032 kB/s, finished in 8:38 ????? . ????? . ????? . ?DUMP: 100.00% done at 4075 kB/s, finished in 0:00 ? DUMP: Clos...