/external/flac/include/FLAC/ |
D | format.h | 434 FLAC__uint64 sample_number; 535 FLAC__uint64 total_samples; 575 FLAC__uint64 sample_number; 578 FLAC__uint64 stream_offset; 597 extern FLAC_API const FLAC__uint64 FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER; 648 FLAC__uint64 offset; 667 FLAC__uint64 offset; 710 FLAC__uint64 lead_in;
|
D | stream_encoder.h | 591 …*FLAC__StreamEncoderSeekCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_o… 636 …*FLAC__StreamEncoderTellCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_… 678 …erProgressCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 s… 1120 … FLAC__stream_encoder_set_total_samples_estimate(FLAC__StreamEncoder *encoder, FLAC__uint64 value); 1257 …er_get_verify_decoder_error_stats(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_sampl… 1430 FLAC_API FLAC__uint64 FLAC__stream_encoder_get_total_samples_estimate(const FLAC__StreamEncoder *en…
|
D | stream_decoder.h | 552 …*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_o… 590 …*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_… 628 …LAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length,… 926 FLAC_API FLAC__uint64 FLAC__stream_decoder_get_total_samples(const FLAC__StreamDecoder *decoder); 1007 …AC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FLAC__uint64 *position); 1552 FLAC_API FLAC__bool FLAC__stream_decoder_seek_absolute(FLAC__StreamDecoder *decoder, FLAC__uint64 s…
|
D | ordinals.h | 50 typedef unsigned __int64 FLAC__uint64; typedef 66 typedef uint64_t FLAC__uint64; typedef
|
D | metadata.h | 1479 …a_object_seektable_template_append_point(FLAC__StreamMetadata *object, FLAC__uint64 sample_number); 1497 …object_seektable_template_append_points(FLAC__StreamMetadata *object, FLAC__uint64 sample_numbers[… 1519 …plate_append_spaced_points(FLAC__StreamMetadata *object, unsigned num, FLAC__uint64 total_samples); 1547 …aced_points_by_samples(FLAC__StreamMetadata *object, unsigned samples, FLAC__uint64 total_samples);
|
/external/flac/libFLAC/include/private/ |
D | stream_encoder.h | 51 …compute_partition_info_sums_intrin_sse2(const FLAC__int32 residual[], FLAC__uint64 abs_residual_pa… 56 …ompute_partition_info_sums_intrin_ssse3(const FLAC__int32 residual[], FLAC__uint64 abs_residual_pa… 61 …compute_partition_info_sums_intrin_avx2(const FLAC__int32 residual[], FLAC__uint64 abs_residual_pa…
|
D | ogg_helper.h | 41 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *p… 42 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *p…
|
D | memory.h | 51 …__memory_alloc_aligned_uint64_array(size_t elements, FLAC__uint64 **unaligned_pointer, FLAC__uint6…
|
D | bitmath.h | 146 static inline unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v) in FLAC__bitmath_ilog2_wide() 150 return sizeof(FLAC__uint64) * CHAR_BIT - 1 - __builtin_clzll(v); in FLAC__bitmath_ilog2_wide()
|
D | bitreader.h | 77 FLAC__bool FLAC__bitreader_read_raw_uint64(FLAC__BitReader *br, FLAC__uint64 *val, unsigned bits); 90 FLAC__bool FLAC__bitreader_read_utf8_uint64(FLAC__BitReader *br, FLAC__uint64 *val, FLAC__byte *raw…
|
D | bitwriter.h | 85 FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned bits); 101 FLAC__bool FLAC__bitwriter_write_utf8_uint64(FLAC__BitWriter *bw, FLAC__uint64 val);
|
D | ogg_encoder_aspect.h | 51 FLAC__uint64 samples_written;
|
/external/flac/libFLAC/ |
D | memory.c | 120 …__memory_alloc_aligned_uint64_array(size_t elements, FLAC__uint64 **unaligned_pointer, FLAC__uint6… in FLAC__memory_alloc_aligned_uint64_array() 122 FLAC__uint64 *pu; /* unaligned pointer */ in FLAC__memory_alloc_aligned_uint64_array() 124 FLAC__uint64 *pa; /* aligned pointer */ in FLAC__memory_alloc_aligned_uint64_array()
|
D | stream_decoder.c | 111 … seek_to_absolute_sample_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 t… 113 …k_to_absolute_sample_ogg_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 t… 116 …derSeekStatus file_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_o… 117 …derTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_… 118 …engthStatus file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length,… 153 FLAC__uint64 samples_decoded; 174 …FLAC__uint64 first_frame_offset; /* hint to the seek routine of where in the stream the first audi… 175 FLAC__uint64 target_sample; 869 FLAC_API FLAC__uint64 FLAC__stream_decoder_get_total_samples(const FLAC__StreamDecoder *decoder) in FLAC__stream_decoder_get_total_samples() 911 …LAC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FLAC__uint64 *position) in FLAC__stream_decoder_get_decode_position() [all …]
|
D | stream_encoder.c | 176 FLAC__uint64 abs_residual_partition_sums[], 196 FLAC__uint64 abs_residual_partition_sums[], 225 FLAC__uint64 abs_residual_partition_sums[], 241 FLAC__uint64 abs_residual_partition_sums[], 262 const FLAC__uint64 abs_residual_partition_sums[], 300 …derSeekStatus file_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_o… 301 …derTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_… 338 …FLAC__uint64 *abs_residual_partition_sums; /* workspace where the sum of abs(candidate resi… 350 …void (*local_precompute_partition_info_sums)(const FLAC__int32 residual[], FLAC__uint64 abs_residu… 382 FLAC__uint64 bytes_written; [all …]
|
D | ogg_helper.c | 94 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *p… in simple_ogg_page__get_at() 178 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *p… in simple_ogg_page__set_at()
|
D | float.c | 223 static const FLAC__uint64 log2_lookup_wide[] = {
|
D | metadata_iterators.c | 84 static void pack_uint64_(FLAC__uint64 val, FLAC__byte *b, unsigned bytes); 87 static FLAC__uint64 unpack_uint64_(FLAC__byte *b, unsigned bytes); 288 FLAC__uint64 max_area_seen = 0; in FLAC__metadata_get_picture() 289 FLAC__uint64 max_depth_seen = 0; in FLAC__metadata_get_picture() 306 …FLAC__uint64 area = (FLAC__uint64)obj->data.picture.width * (FLAC__uint64)obj->data.picture.height; in FLAC__metadata_get_picture() 2009 void pack_uint64_(FLAC__uint64 val, FLAC__byte *b, unsigned bytes) in pack_uint64_() 2045 FLAC__uint64 unpack_uint64_(FLAC__byte *b, unsigned bytes) in unpack_uint64_() 2047 FLAC__uint64 ret = 0; in unpack_uint64_() 2051 ret = (ret << 8) | (FLAC__uint64)(*b++); in unpack_uint64_() 2140 block->total_samples = (((FLAC__uint64)(b[3] & 0x0f)) << 32) | unpack_uint64_(b+4, 4); in read_metadata_block_data_streaminfo_cb_() [all …]
|
D | format.c | 71 FLAC_API const FLAC__uint64 FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER = FLAC__U64L(0xffffffffffff… 237 FLAC__uint64 prev_sample_number = 0; in FLAC__format_seektable_is_legal()
|
D | metadata_object.c | 1039 …ta_object_seektable_template_append_point(FLAC__StreamMetadata *object, FLAC__uint64 sample_number) in FLAC__metadata_object_seektable_template_append_point() 1058 …object_seektable_template_append_points(FLAC__StreamMetadata *object, FLAC__uint64 sample_numbers[… in FLAC__metadata_object_seektable_template_append_points() 1083 …mplate_append_spaced_points(FLAC__StreamMetadata *object, unsigned num, FLAC__uint64 total_samples) in FLAC__metadata_object_seektable_template_append_spaced_points() 1099 seek_table->points[i].sample_number = total_samples * (FLAC__uint64)j / (FLAC__uint64)num; in FLAC__metadata_object_seektable_template_append_spaced_points() 1108 …paced_points_by_samples(FLAC__StreamMetadata *object, unsigned samples, FLAC__uint64 total_samples) in FLAC__metadata_object_seektable_template_append_spaced_points_by_samples() 1118 FLAC__uint64 num, sample; in FLAC__metadata_object_seektable_template_append_spaced_points_by_samples() 1674 static FLAC__uint64 get_index_01_offset_(const FLAC__StreamMetadata_CueSheet *cs, unsigned track) in get_index_01_offset_()
|
D | fixed.c | 136 static FLAC__fixedpoint local__compute_rbps_wide_integerized(FLAC__uint64 err, FLAC__uint32 n) in local__compute_rbps_wide_integerized() 289 …FLAC__uint64 total_error_0 = 0, total_error_1 = 0, total_error_2 = 0, total_error_3 = 0, total_err… in FLAC__fixed_compute_best_predictor_wide()
|
D | bitwriter.c | 353 inline FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned … in FLAC__bitwriter_write_raw_uint64() 767 FLAC__bool FLAC__bitwriter_write_utf8_uint64(FLAC__BitWriter *bw, FLAC__uint64 val) in FLAC__bitwriter_write_utf8_uint64() 841 extern FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned …
|
/external/flac/libFLAC/include/protected/ |
D | stream_encoder.h | 109 FLAC__uint64 total_samples_estimate; 112 FLAC__uint64 streaminfo_offset, seektable_offset, audio_offset;
|
/external/flac/libFLAC/ia32/ |
D | stream_encoder_asm.nasm | 47 ; FLAC__uint64 abs_residual_partition_sums[], 59 ;; [esp + 8] FLAC__uint64 abs_residual_partition_sums[] 70 ;; [esp + 32] FLAC__uint64 abs_residual_partition_sums[]
|
D | fixed_asm.nasm | 213 mov [esp + 4], eax ; [esp] = (FLAC__uint64)total_error_0 230 mov [esp + 4], eax ; [esp] = (FLAC__uint64)total_error_1 245 mov [esp + 4], eax ; [esp] = (FLAC__uint64)total_error_2 260 mov [esp + 4], eax ; [esp] = (FLAC__uint64)total_error_3 275 mov [esp + 4], eax ; [esp] = (FLAC__uint64)total_error_4
|