Searched refs:lg2 (Results 1 - 12 of 12) sorted by relevance

/external/libpng/
H A Dpng.c3487 unsigned int lg2 = 0; local
3498 lg2 = 4, x <<= 4;
3501 lg2 += 2, x <<= 2;
3504 lg2 += 1, x <<= 1;
3507 return (png_int_32)((lg2 << 16) + ((png_8bit_l2[x-128]+32768)>>16));
3543 unsigned int lg2 = 0; local
3550 lg2 = 8, x <<= 8;
3553 lg2 += 4, x <<= 4;
3556 lg2 += 2, x <<= 2;
3559 lg2
3680 png_exp8bit(png_fixed_point lg2) argument
3695 png_exp16bit(png_fixed_point lg2) argument
[all...]
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_png.c3388 unsigned int lg2 = 0; local
3399 lg2 = 4, x <<= 4;
3402 lg2 += 2, x <<= 2;
3405 lg2 += 1, x <<= 1;
3408 return (png_int_32)((lg2 << 16) + ((png_8bit_l2[x-128]+32768)>>16));
3444 unsigned int lg2 = 0; local
3451 lg2 = 8, x <<= 8;
3454 lg2 += 4, x <<= 4;
3457 lg2 += 2, x <<= 2;
3460 lg2
3581 png_exp8bit(png_fixed_point lg2) argument
3595 png_exp16bit(png_fixed_point lg2) argument
[all...]
/external/aac/libSBRenc/src/
H A Dnf_est.cpp535 FIXP_DBL tmp, ratio, lg2;
539 lg2 = fLog2(ratio, ratio_e, &qlg2);
540 tmp = fMult((FIXP_DBL)(h_sbrNoiseFloorEstimate->noiseBands<<24), lg2);
/external/fdlibm/
H A De_pow.c89 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
297 v = (p_l-(t-p_h))*lg2+t*lg2_l;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator.c40 WebRtc_Word32 zeros, lg2; local
47 lg2= (WEBRTC_SPL_LSHIFT_W32((31-zeros), 8)+frac);
48 return lg2;
H A Ddecode_plc.c96 WebRtc_Word32 zeros, lg2; local
103 lg2= (WEBRTC_SPL_LSHIFT_W16((31-zeros), 8)+frac);
104 return lg2;
H A Dlpc_masking_model.c349 WebRtc_Word32 zeros, lg2; local
357 lg2= (WEBRTC_SPL_LSHIFT_W16((31-zeros), 8)+frac);
358 return lg2;
/external/valgrind/memcheck/tests/amd64/
H A Dmore_x87_fp.c141 TEST(lg2);
/external/valgrind/memcheck/tests/x86/
H A Dmore_x86_fp.c131 TEST(lg2);
/external/valgrind/VEX/test/
H A Dtest-amd64.c661 TEST(lg2);
H A Dtest-i386.c623 TEST(lg2);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2132 unsigned lg2 = N1C->getAPIntValue().countTrailingZeros(); local
2144 DAG.getConstant(VT.getScalarSizeInBits() - lg2,
2150 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType())));

Completed in 866 milliseconds