HomeSort by relevance Sort by last modified time
    Searched refs:adj2 (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
math_err.rs 59 float adj2 = 0.405465108f + // -0.00009f +
66 adj2 *= (1.f / 0.693147181f);
68 return (float)(e - 127) + adj2;
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 69 __m128i adj2 = _mm_and_si128(mask2, l32); local
75 adj2 = _mm_add_epi8(adj2, adj1);
76 adj = _mm_sub_epi8(l3, adj2);
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 1107 float adj2 = 0.405465108f + \/\/ -0.00009f + local
    [all...]

Completed in 171 milliseconds