[x265] [PATCH] dct.inc: Added name to contributed file
praveen at multicorewareinc.com
praveen at multicorewareinc.com
Fri Aug 9 07:37:22 CEST 2013
# HG changeset patch
# User praveentiwari
# Date 1376026611 -19800
# Node ID ac6774e4648fac93f4fb6cb150a533c33bb4b54d
# Parent 14e5d42ea283fcd95c0fa49258e88aa1c030792d
dct.inc: Added name to contributed file
diff -r 14e5d42ea283 -r ac6774e4648f source/common/vec/dct.inc
--- a/source/common/vec/dct.inc Thu Aug 08 22:42:42 2013 -0500
+++ b/source/common/vec/dct.inc Fri Aug 09 11:06:51 2013 +0530
@@ -7,6 +7,8 @@
* Mahesh Pittala <mahesh at multicorewareinc.com>
* Rajesh Paulraj <rajesh at multicorewareinc.com>
* Min Chen <min.chen at multicorewareinc.com>
+ * Praveen Kumar Tiwari <praveen at multicorewareinc.com>
+ * Nabajit Deka <nabajit at multicorewareinc.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -40,7 +42,6 @@
#endif
namespace {
-
void dequant(const int* quantCoef, int* coef, int width, int height, int per, int rem, bool useScalingList, unsigned int log2TrSize, int *deQuantCoef)
{
int invQuantScales[6] = { 40, 45, 51, 57, 64, 72 };
More information about the x265-devel
mailing list