OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_extended
(Results
1 - 9
of
9
) sorted by null
/external/selinux/libsepol/cil/src/
cil_find.c
302
if (avrule->
is_extended
!= target->
is_extended
) goto exit;
330
if (!target->
is_extended
) {
cil_copy_ast.c
799
new->
is_extended
= orig->
is_extended
;
804
if (!new->
is_extended
) {
[
all
...]
cil_internal.h
574
int
is_extended
;
member in struct:cil_avrule
cil_binary.c
[
all
...]
cil_build_ast.c
[
all
...]
cil.c
[
all
...]
cil_resolve_ast.c
330
if (!rule->
is_extended
) {
[
all
...]
/external/flac/libFLAC/
stream_encoder_framing.c
44
static FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const unsigned residual_samples, const unsigned predictor_order, const unsigned rice_parameters[], const unsigned raw_bits[], const unsigned partition_order, const FLAC__bool
is_extended
);
402
/*
is_extended
=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2
448
/*
is_extended
=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2
493
FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const unsigned residual_samples, const unsigned predictor_order, const unsigned rice_parameters[], const unsigned raw_bits[], const unsigned partition_order, const FLAC__bool
is_extended
)
495
const unsigned plen =
is_extended
? FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2_PARAMETER_LEN : FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_PARAMETER_LEN;
496
const unsigned pesc =
is_extended
? FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2_ESCAPE_PARAMETER : FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_ESCAPE_PARAMETER;
stream_decoder.c
102
static FLAC__bool read_residual_partitioned_rice_(FLAC__StreamDecoder *decoder, unsigned predictor_order, unsigned partition_order, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC__bool
is_extended
);
[
all
...]
Completed in 80 milliseconds