[FFmpeg-devel] [PATCH] Common ACELP code & G.729 [2/7] - pitch lag decoding

Vladimir Voroshilov voroshil
Mon Jun 30 20:04:20 CEST 2008


2008/6/29 Vladimir Voroshilov <voroshil at gmail.com>:
> 2008/6/29 Michael Niedermayer <michaelni at gmx.at>:
>> On Sat, Jun 28, 2008 at 08:09:38AM +0700, Vladimir Voroshilov wrote:
>>> 2008/6/28 Michael Niedermayer <michaelni at gmx.at>:
>>> > On Fri, Jun 27, 2008 at 09:59:49PM +0700, Vladimir Voroshilov wrote:
>>>
>>> [...]
>>>
>>> >> I have question about rounding. What is better:
>>> >> (a >> 13)<<10
>>> >> or
>>> >> (a>>3) & ~0x3ff
>>> >> ?
>>> >> Such code is required for bitexactness.
>>> >
>>> >
>>> > i prefer the &~ variant
>>>
>>> Here is it.
>>
>> looks ok
>
> nice. will commit soon.
>

Applied.

-- 
Regards,
Vladimir Voroshilov mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719




More information about the ffmpeg-devel mailing list