On Thu, May 15, 2014 at 3:44 PM, Steve Borho <[email protected]> wrote:
> On Thu, May 15, 2014 at 4:44 AM, <[email protected]> wrote: > > # HG changeset patch > > # User Gopu Govindaswamy > > # Date 1400146948 -19800 > > # Thu May 15 15:12:28 2014 +0530 > > # Node ID 794b7d744a14c653f76748b4ec3033b040c3e783 > > # Parent 6ca880d7e68361e5b9e2353f05369d9e5c40a29f > > cutree: adjust the rowSatd with qpoffset only for reference frames > > these two are queued, is there one more for loglevel? > yes i am pushing on that too > > > diff -r 6ca880d7e683 -r 794b7d744a14 source/encoder/slicetype.cpp > > --- a/source/encoder/slicetype.cpp Thu May 15 12:31:06 2014 +0530 > > +++ b/source/encoder/slicetype.cpp Thu May 15 15:12:28 2014 +0530 > > @@ -1148,7 +1148,7 @@ > > { > > int64_t score = 0; > > int *rowSatd = frames[b]->rowSatds[b - p0][p1 - b]; > > - double *qp_offset = IS_X265_TYPE_B(frames[b]->sliceType) ? > frames[b]->qpAqOffset : frames[b]->qpOffset; > > + double *qp_offset = (frames[b]->sliceType = X265_TYPE_B) ? > frames[b]->qpAqOffset : frames[b]->qpOffset; > > > > x265_emms(); > > for (int cuy = heightInCU - 1; cuy >= 0; cuy--) > > _______________________________________________ > > x265-devel mailing list > > [email protected] > > https://mailman.videolan.org/listinfo/x265-devel > > > > -- > Steve Borho > _______________________________________________ > x265-devel mailing list > [email protected] > https://mailman.videolan.org/listinfo/x265-devel > -- Thanks & Regards Gopu G Multicoreware Inc
_______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
