From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id D2ACD43E15 for ; Wed, 14 Sep 2022 19:54:23 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3272268BB46; Wed, 14 Sep 2022 22:54:21 +0300 (EEST) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8E9F468B6AC for ; Wed, 14 Sep 2022 22:54:15 +0300 (EEST) Received: by mail-wr1-f45.google.com with SMTP id k9so27429745wri.0 for ; Wed, 14 Sep 2022 12:54:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ylo-ph.20210112.gappssmtp.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date; bh=QG/lZ3m9ItaD+58ECU6NKAWmxYNHe4GQ5qAlbLsKJo8=; b=ZsD/LY14YzmVa8VvrlR8UzzfTZJKY84hp+dlULX6A1ovtmzs6Hq1Q8ISGooluMvmK9 6KByog3NJsmKmceMF89tEBPT7TtW8twkDYzLL7YHItLZWtEcmcJFaZkKIoEd4TrPeCQk J50eiIfa5U/bw3/kjYC3XYBvjC3qIYBZYcc6DTrsEH+7ZPC99jDg8+znSqByq7rkTHv0 53nkQuwfm96HydX9Kdko1gxI/e9u18Zg3sURx6Wd7+s/njVO9mSmYi15NOqgg436q1F1 T0HTivA3teF0K4xS5zOYRn5bnVACNUBgFJf3N7sFHG0bYwzHt2BG5A4HJetueOeL+WQQ WYbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date; bh=QG/lZ3m9ItaD+58ECU6NKAWmxYNHe4GQ5qAlbLsKJo8=; b=XJMJKyI19F3ScMWmv8iyjVe12I9TIrQLJrRyP9neDJOi/Enov8KS9QXUQZiqmu1IRe eEkCYjZ+AgLH/opbL7UjIehXBN9/5Nww/hfUj5qUcjgVjpnJ8W2mJXvAJ+oHv1QOB9El AEgOpw3HYayvXJPh2gYGMaPwsanWR4szZL6YmSstohNmfDCjoh0Y+crqI2PuM74Nutvm +bxC++Uoavlt+8O1OhqpUPr1RQHPPKKQguMfWBE0qVyjTpuZtIt6V/L6dVd4RMc5Qqdb d2xOMZpmLTgncbnMw7mfohqssVYEi1xRnB3Ja0w8ixn/h3AZ/DHiEMu6qnOHspF3NRXW WXkw== X-Gm-Message-State: ACgBeo1LeR+v6ebpTQmRWA97EoPp+VmsdUGUuZU9tJeuRXLGB+meIHbX phot2wPgJe3OR8Z+V+Xgkyl2oDHq/xgdrf0l/3dXnaSLzsc= X-Google-Smtp-Source: AA6agR6Diev6AA9JjUysvi/5JQbq8vZ7ivS9vZPci9rmsguGzdGymwx2W0jD+s4mNRH1XeYUFsNyHIy1WghxuOmiIug= X-Received: by 2002:a5d:4882:0:b0:225:3148:9f85 with SMTP id g2-20020a5d4882000000b0022531489f85mr22050477wrq.224.1663185254653; Wed, 14 Sep 2022 12:54:14 -0700 (PDT) MIME-Version: 1.0 References: <032c01d8c855$10d7c0a0$328741e0$@gmx.de> <033b01d8c85a$5d741490$185c3db0$@gmx.de> In-Reply-To: From: Kyle Swanson Date: Wed, 14 Sep 2022 12:54:03 -0700 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] Bug in VMAF calculation for 10 bit comparison X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Wed, Sep 14, 2022 at 12:02 PM Andreas Rheinhardt < andreas.rheinhardt@outlook.com> wrote: > Would it actually be possible to avoid the memcpy altogether? > There's no libvmaf API for user buffers yet, so no, not at this moment. _______________________________________________ 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".