[x265] [PATCH]RDLevel: Disable RDOQTS when RDO and/or TS are disabled.

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Sep 16 11:31:24 CEST 2013


On Mon, Sep 16, 2013 at 7:11 AM, Deepthi Nandakumar
<deepthi at multicorewareinc.com> wrote:
> # HG changeset patch
> # User Deepthi Nandakumar <deepthi at multicorewareinc.com>
> # Date 1379311811 -19800
> # Node ID c1ec5b8a6752529368753c110d626f1c53d90f3e
> # Parent  22c4e67c7246cd77968a86e967377e4a18b47b31
> RDLevel: Disable RDOQTS when RDO and/or TS are disabled.

[...]

> +    else
> +    {
> +        _param->bEnableRDOQTS = 0;
> +    }

Is the param structure not zero-allocated with something like calloc
or malloc+memset?

- Derek


More information about the x265-devel mailing list