Home
last modified time | relevance | path

Searched refs:highquality (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dsnapscan.h401 SANE_Bool highquality; /* high quality mode toggle */ member
H A Dsnapscan-options.c429 ps->highquality = DEFAULT_HIGHQUALITY; in init_options()
434 ps->highquality=SANE_TRUE; in init_options()
1103 *(SANE_Bool *) v = pss->highquality; in sane_control_option()
1253 pss->highquality = *(SANE_Bool *) v; in sane_control_option()
1696 pss->highquality = SANE_FALSE; in sane_control_option()
H A Dsnapscan-scsi.c1032 if (!pss->highquality) { in set_window()
/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c197 } highquality; member
850 skip_bits_long(gb, 8*s->highquality.prefix_bytes); in decode_hq_slice()
870 int64_t length = s->highquality.size_scaler*get_bits(gb, 8); in decode_hq_slice()
979 bytes = s->highquality.prefix_bytes + 1; in decode_lowdelay()
982 bytes += buf[bytes] * s->highquality.size_scaler + 1; in decode_lowdelay()
1293 s->highquality.prefix_bytes = get_interleaved_ue_golomb(gb); in dirac_unpack_idwt_params()
1294 s->highquality.size_scaler = get_interleaved_ue_golomb(gb); in dirac_unpack_idwt_params()
1295 if (s->highquality.prefix_bytes >= INT_MAX / 8) { in dirac_unpack_idwt_params()

Completed in 13 milliseconds