/external/libvpx/libvpx/test/ |
dct32x32_test.cc | 220 double out_r[kNumCoeffs]; local 229 reference_32x32_dct_2d(in, out_r); 231 coeff[j] = round(out_r[j]);
|
dct16x16_test.cc | 390 double out_r[kNumCoeffs]; local 399 reference_16x16_dct_2d(in, out_r); 401 coeff[j] = round(out_r[j]);
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
fdct8x8_test.cc | 357 double out_r[kNumCoeffs]; local 374 reference_8x8_dct_2d(in, out_r); 376 coeff[j] = static_cast<tran_low_t>(round(out_r[j])); 410 double out_r[kNumCoeffs]; local 417 reference_8x8_dct_2d(in, out_r); 419 coeff_r[j] = static_cast<tran_low_t>(round(out_r[j]));
|
dct32x32_test.cc | 266 double out_r[kNumCoeffs]; local 283 reference_32x32_dct_2d(in, out_r); 285 coeff[j] = round(out_r[j]);
|
dct16x16_test.cc | 524 double out_r[kNumCoeffs]; local 541 reference_16x16_dct_2d(in, out_r); 543 coeff[j] = round(out_r[j]);
|
/external/chromium_org/third_party/boringssl/src/crypto/dsa/ |
dsa.c | 315 BIGNUM **out_r) { 317 return dsa->meth->sign_setup(dsa, ctx, out_kinv, out_r, NULL, 0); 320 return DSA_default_method.sign_setup(dsa, ctx, out_kinv, out_r, NULL, 0);
|
/external/chromium_org/third_party/qcms/src/ |
chain.c | 377 float out_r, out_g, out_b; local 383 out_r = lut_interp_linear_float(in_r, transform->input_clut_table_r, 256); 387 *dest++ = clamp_float(out_r); 396 float out_r, out_g, out_b; local 402 out_r = lut_interp_linear(in_r, 409 *dest++ = clamp_float(out_r); 437 float out_r = mat.m[0][0]*in_r + mat.m[1][0]*in_g + mat.m[2][0]*in_b + transform->tx; local 441 *dest++ = clamp_float(out_r); 469 float out_r = mat.m[0][0]*in_r + mat.m[1][0]*in_g + mat.m[2][0]*in_b; local 473 *dest++ = clamp_float(out_r); [all...] |
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
dsa.h | 284 * and writes them to |*out_kinv| and |*out_r|. Returns one on success, zero on 291 BIGNUM **out_kinv, BIGNUM **out_r);
|