/external/flac/libFLAC/ |
D | memory.c | 54 *aligned_address = (void*)(((FLAC__uint64)x + 31) & (FLAC__uint64)(-((FLAC__int64)32))); in FLAC__memory_alloc_aligned() 62 else if(sizeof(void*) == sizeof(FLAC__uint64)) in FLAC__memory_alloc_aligned() 63 *aligned_address = (void*)(((FLAC__uint64)x + 31) & (FLAC__uint64)(-((FLAC__int64)32))); in FLAC__memory_alloc_aligned() 132 …memory_alloc_aligned_uint64_array(unsigned elements, FLAC__uint64 **unaligned_pointer, FLAC__uint6… in FLAC__memory_alloc_aligned_uint64_array() 134 FLAC__uint64 *pu; /* unaligned pointer */ in FLAC__memory_alloc_aligned_uint64_array() 136 FLAC__uint64 *pa; /* aligned pointer */ in FLAC__memory_alloc_aligned_uint64_array() 148 pu = (FLAC__uint64*)FLAC__memory_alloc_aligned(sizeof(*pu) * elements, &u.pv); in FLAC__memory_alloc_aligned_uint64_array()
|
D | stream_decoder.c | 134 … seek_to_absolute_sample_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 t… 136 …k_to_absolute_sample_ogg_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 t… 139 …derSeekStatus file_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_o… 140 …derTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_… 141 …engthStatus file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length,… 179 FLAC__uint64 samples_decoded; 202 …FLAC__uint64 first_frame_offset; /* hint to the seek routine of where in the stream the first audi… 203 FLAC__uint64 target_sample; 895 FLAC_API FLAC__uint64 FLAC__stream_decoder_get_total_samples(const FLAC__StreamDecoder *decoder) in FLAC__stream_decoder_get_total_samples() 937 …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 | 196 FLAC__uint64 abs_residual_partition_sums[], 216 FLAC__uint64 abs_residual_partition_sums[], 245 FLAC__uint64 abs_residual_partition_sums[], 261 FLAC__uint64 abs_residual_partition_sums[], 282 const FLAC__uint64 abs_residual_partition_sums[], 320 …derSeekStatus file_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_o… 321 …derTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_… 358 …FLAC__uint64 *abs_residual_partition_sums; /* workspace where the sum of abs(candidate resi… 399 FLAC__uint64 bytes_written; 400 FLAC__uint64 samples_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 | bitmath.c | 70 unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v) in FLAC__bitmath_ilog2_wide()
|
D | float.c | 229 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 | 89 FLAC_API const FLAC__uint64 FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER = FLAC__U64L(0xffffffffffff… 245 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 | 143 static FLAC__fixedpoint local__compute_rbps_wide_integerized(FLAC__uint64 err, FLAC__uint32 n) in local__compute_rbps_wide_integerized() 296 …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 | bitreader.c | 525 FLAC__bool FLAC__bitreader_read_raw_uint64(FLAC__BitReader *br, FLAC__uint64 *val, unsigned bits) in FLAC__bitreader_read_raw_uint64() 1320 FLAC__bool FLAC__bitreader_read_utf8_uint64(FLAC__BitReader *br, FLAC__uint64 *val, FLAC__byte *raw… in FLAC__bitreader_read_utf8_uint64() 1322 FLAC__uint64 v = 0; in FLAC__bitreader_read_utf8_uint64()
|
/external/flac/include/FLAC/ |
D | format.h | 433 FLAC__uint64 sample_number; 532 FLAC__uint64 total_samples; 572 FLAC__uint64 sample_number; 575 FLAC__uint64 stream_offset; 594 extern FLAC_API const FLAC__uint64 FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER; 645 FLAC__uint64 offset; 664 FLAC__uint64 offset; 707 FLAC__uint64 lead_in;
|
D | ordinals.h | 48 typedef unsigned __int64 FLAC__uint64; typedef 55 typedef unsigned long long FLAC__uint64; typedef 62 typedef uint64_t FLAC__uint64; typedef
|
D | stream_decoder.h | 551 …*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_o… 589 …*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_… 627 …LAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length,… 925 FLAC_API FLAC__uint64 FLAC__stream_decoder_get_total_samples(const FLAC__StreamDecoder *decoder); 1006 …AC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FLAC__uint64 *position); 1551 FLAC_API FLAC__bool FLAC__stream_decoder_seek_absolute(FLAC__StreamDecoder *decoder, FLAC__uint64 s…
|
D | stream_encoder.h | 590 …*FLAC__StreamEncoderSeekCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_o… 635 …*FLAC__StreamEncoderTellCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_… 677 …erProgressCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 s… 1098 … FLAC__stream_encoder_set_total_samples_estimate(FLAC__StreamEncoder *encoder, FLAC__uint64 value); 1235 …er_get_verify_decoder_error_stats(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_sampl… 1408 FLAC_API FLAC__uint64 FLAC__stream_encoder_get_total_samples_estimate(const FLAC__StreamEncoder *en…
|
D | metadata.h | 1478 …a_object_seektable_template_append_point(FLAC__StreamMetadata *object, FLAC__uint64 sample_number); 1496 …object_seektable_template_append_points(FLAC__StreamMetadata *object, FLAC__uint64 sample_numbers[… 1518 …plate_append_spaced_points(FLAC__StreamMetadata *object, unsigned num, FLAC__uint64 total_samples); 1546 …aced_points_by_samples(FLAC__StreamMetadata *object, unsigned samples, FLAC__uint64 total_samples);
|
/external/flac/libFLAC/include/private/ |
D | ogg_helper.h | 40 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *p… 41 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *p…
|
D | memory.h | 50 …memory_alloc_aligned_uint64_array(unsigned elements, FLAC__uint64 **unaligned_pointer, FLAC__uint6…
|
D | bitreader.h | 76 FLAC__bool FLAC__bitreader_read_raw_uint64(FLAC__BitReader *br, FLAC__uint64 *val, unsigned bits); 96 FLAC__bool FLAC__bitreader_read_utf8_uint64(FLAC__BitReader *br, FLAC__uint64 *val, FLAC__byte *raw…
|
D | bitwriter.h | 84 FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned bits); 100 FLAC__bool FLAC__bitwriter_write_utf8_uint64(FLAC__BitWriter *bw, FLAC__uint64 val);
|
D | bitmath.h | 38 unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v);
|
D | ogg_encoder_aspect.h | 50 FLAC__uint64 samples_written;
|
/external/flac/libFLAC/include/protected/ |
D | stream_encoder.h | 101 FLAC__uint64 total_samples_estimate; 104 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
|