From: "Rémi Denis-Courmont" <remi@remlab.net> To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [PATCHv5 1/4] lavc/h263dsp: add DCT dequantisation functions Date: Thu, 13 Jun 2024 22:22:18 +0300 Message-ID: <1969832.PYKUYFuaPT@basile.remlab.net> (raw) In-Reply-To: <AS8P250MB0744E473342FF2BD5623A3B18FC12@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM> Le torstaina 13. kesäkuuta 2024, 5.23.12 EEST Andreas Rheinhardt a écrit : > Rémi Denis-Courmont: > > Note that optimised implementations of these functions will be taken > > into actual use only if MpegEncContext.dct_unquantize_h263_{inter,intra} > > are *not* overloaded by existing optimisations. > > > > --- > > This adds the plus ones back, saving two branch instructions in C and > > one in assembler (at the cost of two unconditional adds). > > I don't see how this saves branch instructions: You can compare versions 4 and 5. The C had the extra if() that you complained about and the assembler had an explicit extra branch. That being said, if someone wants to microoptimise the C version of DSP function, there are much greater and much less debatable savings to be had elsewhere - for instance adding missing restrict keywords (I don't mean in this particular case). The point of this patchset is not to optimise the C code, rather to enable checkasm and avoid copying the same scalar prologues in RVV and SSE2. > It seems to me that your intra assembly simply ignores [that] len -1 is > allowed to be 0. > If you were to check for the case of nCoeffs == 0 in > dct_unquantize_h263_intra_c (before the call!), you could write assembly > with this restriction in mind. If it really is a common case worth optimising for, then indeed it could be checked in the common C calling code. But that is not a call that I can credibly make, and is outside the scope of this MR. If someone has data to back that optimisation, they are welcome to submit it as a separate patch. The assembler works fine with 0 length. The only assumption is that the length is the actual and unsigned length. > It would also allow the compiler to avoid > the branch in case it is known that nCoeffs == 63. -- Rémi Denis-Courmont http://www.remlab.net/ _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
prev parent reply other threads:[~2024-06-13 19:22 UTC|newest] Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-06-12 4:47 Rémi Denis-Courmont 2024-06-12 4:47 ` [FFmpeg-devel] [PATCH 2/4] lavc/mpegvideo: use H263DSP dequant function Rémi Denis-Courmont 2024-06-14 14:33 ` James Almer 2024-06-14 14:45 ` Rémi Denis-Courmont 2024-06-14 15:11 ` Rémi Denis-Courmont 2024-06-14 15:41 ` James Almer 2024-06-14 19:03 ` Rémi Denis-Courmont 2024-06-12 4:47 ` [FFmpeg-devel] [PATCH 3/4] checkasm/h263dsp: test dct_unquantize_{intra, inter} Rémi Denis-Courmont 2024-06-12 18:39 ` James Almer 2024-06-12 19:15 ` Rémi Denis-Courmont 2024-06-12 19:39 ` James Almer 2024-06-12 19:52 ` Rémi Denis-Courmont 2024-06-13 19:41 ` [FFmpeg-devel] [PATCHv6 " Rémi Denis-Courmont 2024-06-12 4:47 ` [FFmpeg-devel] [PATCH 4/4] lavc/h263dsp: R-V V " Rémi Denis-Courmont 2024-06-13 19:41 ` [FFmpeg-devel] [PATCHv6 " Rémi Denis-Courmont 2024-06-12 17:40 ` [FFmpeg-devel] [PATCHv5 1/4] lavc/h263dsp: add DCT dequantisation functions James Almer 2024-06-12 18:10 ` Rémi Denis-Courmont 2024-06-13 2:23 ` Andreas Rheinhardt 2024-06-13 19:22 ` Rémi Denis-Courmont [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1969832.PYKUYFuaPT@basile.remlab.net \ --to=remi@remlab.net \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git