OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInvSqrt2
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/test/
idct8x8_test.cc
37
const double
kInvSqrt2
= 0.707106781186547524400844362104;
43
output[k] = output[k]*
kInvSqrt2
;
dct32x32_test.cc
41
const double
kInvSqrt2
= 0.707106781186547524400844362104;
47
out[k] = out[k] *
kInvSqrt2
;
/external/libvpx/libvpx/test/
idct8x8_test.cc
37
const double
kInvSqrt2
= 0.707106781186547524400844362104;
43
output[k] = output[k]*
kInvSqrt2
;
dct32x32_test.cc
41
const double
kInvSqrt2
= 0.707106781186547524400844362104;
47
out[k] = out[k] *
kInvSqrt2
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
idct8x8_test.cc
37
const double
kInvSqrt2
= 0.707106781186547524400844362104;
43
output[k] = output[k]*
kInvSqrt2
;
dct32x32_test.cc
41
const double
kInvSqrt2
= 0.707106781186547524400844362104;
47
out[k] = out[k] *
kInvSqrt2
;
Completed in 108 milliseconds