merge in jb-mr0-release history after reset to jb-dev
diff --git a/lib/ScriptCRT/rs_sample.c b/lib/ScriptCRT/rs_sample.c
index 670bea3..b41e7f1 100644
--- a/lib/ScriptCRT/rs_sample.c
+++ b/lib/ScriptCRT/rs_sample.c
@@ -200,7 +200,7 @@
         break;                                                                                  \
     }                                                                                           \
                                                                                                 \
-    return result;                                                                              \
+    return result * 0.003921569f;                                                                              \
 } // End of body of the bilinear sampling function
 
 // Body of the nearest sampling function
@@ -227,7 +227,7 @@
         break;                                                                                  \
     }                                                                                           \
                                                                                                 \
-    return result;                                                                              \
+    return result * 0.003921569f;                                                                              \
 } // End of body of the nearest sampling function
 
 static float4 __attribute__((overloadable))