Home
last modified time | relevance | path

Searched refs:adapt (Results 1 – 25 of 106) sorted by relevance

12345

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xv.c663 XF86VideoAdaptorPtr adapt; in xorg_setup_textured_adapter() local
674 adapt = calloc(1, sizeof(XF86VideoAdaptorRec)); in xorg_setup_textured_adapter()
677 if (adapt == NULL || dev_unions == NULL || attrs == NULL) { in xorg_setup_textured_adapter()
678 free(adapt); in xorg_setup_textured_adapter()
684 adapt->type = XvWindowMask | XvInputMask | XvImageMask; in xorg_setup_textured_adapter()
685 adapt->flags = 0; in xorg_setup_textured_adapter()
686 adapt->name = "Gallium3D Textured Video"; in xorg_setup_textured_adapter()
687 adapt->nEncodings = 1; in xorg_setup_textured_adapter()
688 adapt->pEncodings = DummyEncoding; in xorg_setup_textured_adapter()
689 adapt->nFormats = NUM_FORMATS; in xorg_setup_textured_adapter()
[all …]
/external/skia/src/opts/
DSkOpts_sse41.cpp136 static Adapt<Fn> adapt(Fn&& fn) { return { fn }; } in adapt() function
176 loop(n, tgt, dst, src, cov, adapt([=](__m128i d, __m128i, __m128i) { in blit_row_color32()
190 adapt([](__m128i d, __m128i s, __m128i c) { in blit_mask_d32_a8()
203 adapt([](__m128i d, __m128i s, __m128i c) { in blit_mask_d32_a8()
/external/icu/icu4c/source/test/intltest/
Dpunyref.c108 static punycode_uint adapt( in adapt() function
200 bias = adapt(delta, h + 1, h == b); in punycode_encode()
271 bias = adapt(i - oldi, out + 1, oldi == 0); in punycode_decode()
/external/opencv3/modules/photo/src/
Dtonemap.cpp316 Mat adapt = color_adapt * channels[i] + (1.0f - color_adapt) * gray_img; in process() local
317 adapt = light_adapt * adapt + (1.0f - light_adapt) * global; in process()
318 pow(intensity * adapt, map_key, adapt); in process()
319 channels[i] = channels[i].mul(1.0f / (adapt + channels[i])); in process()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DPunycodeReference.java119 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference
207 bias = adapt(delta, h + 1, (h == b)); in encode()
353 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DPunycodeReference.java120 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference
208 bias = adapt(delta, h + 1, (h == b)); in encode()
354 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
/external/libopus/src/
Danalysis.c581 float adapt; in tonality_analysis() local
582 adapt = 1.f/(++tonal->music_confidence_count); in tonality_analysis()
584 tonal->music_confidence += adapt*MAX16(-.2f,frame_probs[0]-tonal->music_confidence); in tonality_analysis()
588 float adapt; in tonality_analysis() local
589 adapt = 1.f/(++tonal->speech_confidence_count); in tonality_analysis()
591 tonal->speech_confidence += adapt*MIN16(.2f,frame_probs[0]-tonal->speech_confidence); in tonality_analysis()
/external/clang/docs/analyzer/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/external/zxing/qr_scanner/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/external/webrtc/webrtc/voice_engine/test/android/android_test/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/external/mesa3d/src/gallium/docs/source/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/external/slf4j/slf4j-android/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/external/replicaisland/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/external/opencv3/platforms/android/service/engine/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/external/skia/platform_tools/android/examples/hello_skia_app/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/external/webrtc/webrtc/examples/androidapp/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/external/webrtc/webrtc/examples/androidtests/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/external/webrtc/talk/app/webrtc/androidtests/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/external/clang/docs/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/external/mesa3d/src/
DSConscript16 # used. libgl-xlib and libgl-gdi adapt themselves to use the targets defined

12345