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 6B54549457 for ; Sun, 11 Feb 2024 12:41:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B163E68D143; Sun, 11 Feb 2024 14:41:41 +0200 (EET) Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CE4EE68CAAB for ; Sun, 11 Feb 2024 14:41:35 +0200 (EET) Received: by mail-ed1-f49.google.com with SMTP id 4fb4d7f45d1cf-5610b9855a8so5675262a12.0 for ; Sun, 11 Feb 2024 04:41:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707655295; x=1708260095; darn=ffmpeg.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=aLfZf4guugPC+TqcBs9WwvqlBaFBlf8+zVNDXTu9hmE=; b=N/Ao6m3lpnvinJnLUMGNlLGMo+3UyzJO00Xeq7q7Fl9LOjKBVMZuGpzn4RfNfubiiz UXy5PqXiQVqWniv2IpVGpmvL2i44vYqdEBzStXiWlDSatHt5d2jZjNX2XS8T8mYO42Zg bG+lSDXADPSt298VIz1jzlsMEM8y54d5eTkGqSDjcU0sElLmzjUAzE025jVoj864/PHj xMAzt6/6laowD3sRVGrh60pJlwitXUX7enUUNh3uKLESE5/jesKs/TocJefgqoNs7mux RLwcSfsDcOe6r1YR57EbINGJFoBrXX7uPw97ECOyjt1Cwuj23L4iuoDA51Xq0Veh+34H e60g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707655295; x=1708260095; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=aLfZf4guugPC+TqcBs9WwvqlBaFBlf8+zVNDXTu9hmE=; b=o4dXXEjD39tMd4uKpS/5aUPhGWngRR1ssQrROm/CCzEcnz2da6+RlDrsfGfeaGvqMg OEydj/4evS+KZ5Czfb+BZt+H/w3UWhpN9snElkDZOLp0qn0eU+sA1SAstA8UZLwjPotC 0PMOSSg7r8FAr4SbVO3OomyW8jZC9MZQbcUrp6pm4jeZL6KwgRjEFm11urZUBfd0nEAu e3HQ5dfKmWNeZNeY/IicDZChFlrPxJJUFfvpn7g7tRAbpKNeygStLMyO2u0KkSPTflde mtGZReOqMZYtW4rvC0zGE6OXFg76NX51QzVVYlEYgafcVJWkJYB1327DF10hnYQSdcJj CyAA== X-Gm-Message-State: AOJu0Yw9f898K691ydrTpM7BVyXTO3Z8o8lPy8uDm7OpPEuZUKoDk6za BPIXQQIDCHrw7dpMKhvWtqFFS2ABHgb8jSftqOjiNLl5kjRj62P+z5NNHTfu8u/JpVClY9No3DH t313tXYduPNZFbSt6P1bpZ1UiBoIu7sARdfw= X-Google-Smtp-Source: AGHT+IFZVU6sUND9rNJPMmjH83j47LFu6Sjtmw7dqck3XgVLQBWOwRxzgyuKXi8CJuYx9hy2fp/SAqRw0+dsia60Jxo= X-Received: by 2002:a50:d696:0:b0:561:88e2:9ec0 with SMTP id r22-20020a50d696000000b0056188e29ec0mr2159919edi.18.1707655294645; Sun, 11 Feb 2024 04:41:34 -0800 (PST) MIME-Version: 1.0 References: <20240210225847.53228-1-connorbworley@gmail.com> <20240210225847.53228-3-connorbworley@gmail.com> In-Reply-To: From: Connor Worley Date: Sun, 11 Feb 2024 04:41:24 -0800 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v2 3/3] lavc/dxv: remove ctx fields that can be derived from texdsp ctxs 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: "or less than" is wrong -- rather tex_step seems to have been larger than necessary in some cases. With the minimal tex_step in those cases, the new tex_size should be equal to the LHS. _______________________________________________ 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".