Searched refs:dwt (Results 1 - 15 of 15) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.c | 891 if (tp->dwt.dwt_enabled && in tp_palm_detect_dwt_triggered() 892 tp->dwt.keyboard_active && in tp_palm_detect_dwt_triggered() 899 if (!tp->dwt.keyboard_active && in tp_palm_detect_dwt_triggered() 909 t->palm.time > tp->dwt.keyboard_last_press_time) { in tp_palm_detect_dwt_triggered() 1865 if (tp->palm.trackpoint_active || tp->dwt.keyboard_active) { in tp_post_events() 1975 libinput_timer_cancel(&tp->dwt.keyboard_timer); in tp_remove_sendevents() 1982 list_for_each(kbd, &tp->dwt.paired_keyboard_list, link) { in tp_remove_sendevents() 2003 list_for_each_safe(kbd, &tp->dwt.paired_keyboard_list, link) { in tp_interface_remove() 2006 tp->dwt.keyboard_active = false; in tp_interface_remove() 2022 libinput_timer_destroy(&tp->dwt in tp_interface_destroy() [all...] |
H A D | evdev-mt-touchpad.h | 474 * internal dwt keyboard (Razer Blade). But they're the same 485 } dwt; member
|
H A D | libinput.c | 4609 if (!device->config.dwt) in libinput_device_config_dwt_is_available() 4612 return device->config.dwt->is_available(device); in libinput_device_config_dwt_is_available() 4627 return device->config.dwt->set_enabled(device, enable); in libinput_device_config_dwt_set_enabled() 4636 return device->config.dwt->get_enabled(device); in libinput_device_config_dwt_get_enabled() 4645 return device->config.dwt->get_default_enabled(device); in libinput_device_config_dwt_get_default_enabled()
|
H A D | libinput-private.h | 392 struct libinput_device_config_dwt *dwt; member
|
/third_party/ffmpeg/tests/fate/ |
H A D | libavcodec.mak | 78 FATE_LIBAVCODEC-$(CONFIG_JPEG2000_ENCODER) += fate-j2k-dwt 79 fate-j2k-dwt: libavcodec/tests/jpeg2000dwt$(EXESUF) 80 fate-j2k-dwt: CMD = run libavcodec/tests/jpeg2000dwt$(EXESUF)
|
/third_party/libinput/tools/ |
H A D | shared.c | 109 options->dwt = -1; in tools_init_options() 180 options->dwt = LIBINPUT_CONFIG_DWT_ENABLED; in tools_parse_option() 183 options->dwt = LIBINPUT_CONFIG_DWT_DISABLED; in tools_parse_option() 493 if (options->dwt != -1) in tools_device_apply_config() 494 libinput_device_config_dwt_set_enabled(device, options->dwt); in tools_device_apply_config()
|
H A D | shared.h | 82 { "enable-dwt", no_argument, 0, OPT_DWT_ENABLE }, \ 83 { "disable-dwt", no_argument, 0, OPT_DWT_DISABLE }, \ 121 int dwt; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000.h | 220 DWTContext dwt; member
|
H A D | jpeg2000.c | 480 if (ret = ff_jpeg2000_dwt_init(&comp->dwt, comp->coord, in ff_jpeg2000_init_component() 643 ff_dwt_destroy(&comp->dwt); in ff_jpeg2000_cleanup()
|
H A D | snow.h | 126 SnowDWTContext dwt; member 376 s->dwt.inner_add_yblock(obmc, obmc_stride, block, b_w, b_h, src_x,src_y, src_stride, sb, add, dst8); in add_yblock()
|
H A D | snow.c | 445 ff_dwt_init(&s->dwt); in ff_snow_common_init()
|
H A D | snowdec.c | 589 ff_spatial_idwt_buffered_slice(&s->dwt, cs, &s->sb, s->temp_idwt_buffer, w, h, 1, s->spatial_decomposition_type, s->spatial_decomposition_count, yd); in decode_frame()
|
H A D | j2kenc.c | 1411 av_log(s->avctx, AV_LOG_DEBUG,"dwt\n"); in encode_tile() 1412 if ((ret = ff_dwt_encode(&comp->dwt, comp->i_data)) < 0) in encode_tile() 1414 av_log(s->avctx, AV_LOG_DEBUG,"after dwt -> tier1\n"); in encode_tile()
|
H A D | jpeg2000dec.c | 2016 ff_dwt_decode(&comp->dwt, codsty->transform == FF_DWT97 ? (void*)comp->f_data : (void*)comp->i_data); in tile_codeblocks()
|
/third_party/ffmpeg/ |
H A D | configure | 140 --disable-dwt disable DWT code 1976 dwt 2798 dirac_decoder_select="dirac_parse dwt golomb videodsp mpegvideoenc" 2936 snow_decoder_select="dwt h264qpel hpeldsp me_cmp rangecoder videodsp" 2937 snow_encoder_select="dwt h264qpel hpeldsp me_cmp mpegvideoenc rangecoder"
|
Completed in 36 milliseconds