Searched refs:skip_type (Results 1 – 6 of 6) sorted by relevance
307 cfg.skip_type(move |ty| match ty { in test_apple()647 cfg.skip_type(move |name| match name { in test_windows()846 cfg.skip_type(move |ty| match ty { in test_solarish()1118 cfg.skip_type(move |ty| { in test_netbsd()1334 cfg.skip_type(move |ty| { in test_dragonflybsd()1690 cfg.skip_type(move |ty| { in test_android()2242 cfg.skip_type(move |ty| { in test_freebsd()2523 cfg.skip_type(move |ty| { in test_emscripten()2812 cfg.skip_type(move |ty| { in test_neutrino()2984 cfg.skip_type(move |ty| match ty { in test_vxworks()[all …]
40 w->skip_type = get_bits(&s->gb, 2); in parse_mb_skip()41 switch (w->skip_type) { in parse_mb_skip()155 int skip_type = get_bits(&gb, 2); in ff_wmv2_decode_picture_header() local156 int run = skip_type == SKIP_TYPE_COL ? s->mb_width : s->mb_height; in ff_wmv2_decode_picture_header()
207 int has_skips, coeff_type, coeff_bits, skip_type, skip_bits; in aic_decode_coeffs() local221 skip_type = get_bits1(gb); in aic_decode_coeffs()227 GET_CODE(val, skip_type, skip_bits); in aic_decode_coeffs()
52 int skip_type; member
104 cfg.skip_type(|s| { in main()
160 typedef enum skip_type { enum