HomeSort by relevance Sort by last modified time
    Searched full:is_extended (Results 1 - 11 of 11) sorted by null

  /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...]
  /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/toybox/toys/pending/
fdisk.c 45 #define IS_EXTENDED(i) ((i) == EXTENDED || (i) == WIN98_EXTENDED || (i) == LINUX_EXTENDED)
268 } while (!is_partition_clear(q) && IS_EXTENDED(q->sys_ind));
388 if (IS_EXTENDED(partitions[i].part->sys_ind)) {
583 if (i < 4 && !IS_EXTENDED(sys_id)) {
586 } else if (i < 4 && IS_EXTENDED(sys_id)) {
652 if (IS_EXTENDED(p->sys_ind) && !p->boot_ind)
935 if (IS_EXTENDED(p->sys_ind)) ext_idx = i;
967 if (IS_EXTENDED(sys_id)) {
1053 if ((IS_EXTENDED(p->sys_ind) && !IS_EXTENDED(sys_id)) |
    [all...]
  /external/tcpdump/
print-802_11.c     [all...]

Completed in 2431 milliseconds