/external/flac/src/libFLAC/ |
D | lpc.c | 270 FLAC__int64 sumo; in FLAC__lpc_compute_residual_from_qlp_coefficients() 289 sumo += (FLAC__int64)qlp_coeff[j] * (FLAC__int64)(*history); in FLAC__lpc_compute_residual_from_qlp_coefficients() 532 FLAC__int64 sum; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() 547 sum += (FLAC__int64)qlp_coeff[j] * (FLAC__int64)(*(--history)); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() 552 if(FLAC__bitmath_silog2((FLAC__int64)(*data) - (sum >> lp_quantization)) > 32) { in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() 553 …esidual=%" PRId64 "\n", i, *data, (int64_t)(sum >> lp_quantization), ((FLAC__int64)(*data) - (sum … in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() 562 FLAC__int64 sum; 578 sum += qlp_coeff[11] * (FLAC__int64)data[i-12]; 579 sum += qlp_coeff[10] * (FLAC__int64)data[i-11]; 580 sum += qlp_coeff[9] * (FLAC__int64)data[i-10]; [all …]
|
D | lpc_intrin_avx2.c | 766 FLAC__int64 sum; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1060 case 12: sum += qlp_coeff[11] * (FLAC__int64)data[i-12]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1061 case 11: sum += qlp_coeff[10] * (FLAC__int64)data[i-11]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1062 case 10: sum += qlp_coeff[ 9] * (FLAC__int64)data[i-10]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1063 case 9: sum += qlp_coeff[ 8] * (FLAC__int64)data[i- 9]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1064 case 8: sum += qlp_coeff[ 7] * (FLAC__int64)data[i- 8]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1065 case 7: sum += qlp_coeff[ 6] * (FLAC__int64)data[i- 7]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1066 case 6: sum += qlp_coeff[ 5] * (FLAC__int64)data[i- 6]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1067 case 5: sum += qlp_coeff[ 4] * (FLAC__int64)data[i- 5]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1068 case 4: sum += qlp_coeff[ 3] * (FLAC__int64)data[i- 4]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() [all …]
|
D | lpc_intrin_sse41.c | 549 FLAC__int64 sum; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 553 case 32: sum += qlp_coeff[31] * (FLAC__int64)data[i-32]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 554 case 31: sum += qlp_coeff[30] * (FLAC__int64)data[i-31]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 555 case 30: sum += qlp_coeff[29] * (FLAC__int64)data[i-30]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 556 case 29: sum += qlp_coeff[28] * (FLAC__int64)data[i-29]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 557 case 28: sum += qlp_coeff[27] * (FLAC__int64)data[i-28]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 558 case 27: sum += qlp_coeff[26] * (FLAC__int64)data[i-27]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 559 case 26: sum += qlp_coeff[25] * (FLAC__int64)data[i-26]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 560 case 25: sum += qlp_coeff[24] * (FLAC__int64)data[i-25]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 561 case 24: sum += qlp_coeff[23] * (FLAC__int64)data[i-24]; /* Falls through. */ in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() [all …]
|
D | bitmath.c | 63 uint32_t FLAC__bitmath_silog2(FLAC__int64 v) in FLAC__bitmath_silog2()
|
D | stream_decoder.c | 2997 FLAC__int64 pos = -1; in seek_to_absolute_sample_() 3117 …pos = (FLAC__int64)lower_bound + (FLAC__int64)((double)(target_sample - lower_bound_sample) / (dou… in seek_to_absolute_sample_() 3121 …pos = (FLAC__int64)lower_bound + (FLAC__int64)(((target_sample - lower_bound_sample) * (upper_boun… in seek_to_absolute_sample_() 3125 …pos = (FLAC__int64)lower_bound + (FLAC__int64)(((target_sample - lower_bound_sample) >> 8) * ((upp… in seek_to_absolute_sample_() 3128 if(pos >= (FLAC__int64)upper_bound) in seek_to_absolute_sample_() 3129 pos = (FLAC__int64)upper_bound - 1; in seek_to_absolute_sample_() 3130 if(pos < (FLAC__int64)lower_bound) in seek_to_absolute_sample_() 3131 pos = (FLAC__int64)lower_bound; in seek_to_absolute_sample_() 3166 if (pos == (FLAC__int64)lower_bound) { in seek_to_absolute_sample_() 3249 …pos = (FLAC__int64)(((target_sample-left_sample) * (right_pos-left_pos)) / (right_sample-left_samp… in seek_to_absolute_sample_ogg_() [all …]
|
D | metadata_iterators.c | 125 static int fseek_wrapper_(FLAC__IOHandle handle, FLAC__int64 offset, int whence); 126 static FLAC__int64 ftell_wrapper_(FLAC__IOHandle handle); 1205 FLAC__int64 pos = tell_cb(handle); in chain_read_cb_() 1251 FLAC__int64 pos = tell_cb(handle); in chain_read_cb_() 3446 int fseek_wrapper_(FLAC__IOHandle handle, FLAC__int64 offset, int whence) in fseek_wrapper_() 3451 FLAC__int64 ftell_wrapper_(FLAC__IOHandle handle) in ftell_wrapper_()
|
/external/flac/src/libFLAC/include/private/ |
D | float.h | 70 #define FLAC__fixedpoint_mul(x, y) ( (FLAC__fixedpoint) ( ((FLAC__int64)(x)*(FLAC__int64)(y)) >> 16… 72 #define FLAC__fixedpoint_div(x, y) ( (FLAC__fixedpoint) ( ( ((FLAC__int64)(x)<<32) / (FLAC__int64)(…
|
D | bitmath.h | 208 uint32_t FLAC__bitmath_silog2(FLAC__int64 v);
|
/external/flac/src/share/grabbag/ |
D | cuesheet.c | 65 static FLAC__int64 local__parse_int64_(const char *s) in local__parse_int64_() 67 FLAC__int64 ret = 0; in local__parse_int64_() 86 static FLAC__int64 local__parse_msf_(const char *s, uint32_t sample_rate) in local__parse_msf_() 88 FLAC__int64 ret, field; in local__parse_msf_() 155 static FLAC__int64 local__parse_ms_(const char *s, uint32_t sample_rate) in local__parse_ms_() 157 FLAC__int64 ret, field; in local__parse_ms_() 184 ret += (FLAC__int64)(x * sample_rate); in local__parse_ms_() 311 FLAC__int64 xx; in local__cuesheet_parse_() 494 FLAC__int64 xx; in local__cuesheet_parse_() 512 FLAC__int64 offset; in local__cuesheet_parse_()
|
D | seektable.c | 88 const FLAC__int64 n = (FLAC__int64)strtoll(pt, &endptr, 10); in grabbag__seektable_convert_specification_to_template()
|
/external/flac/src/share/replaygain_synthesis/ |
D | replaygain_synthesis.c | 223 d->Dither = 0.01f*default_dither[indx] / (((FLAC__int64)1) << bits); in FLAC__replaygain_synthesis__init_dither_context() 303 static const FLAC__int64 hard_clip_factors_[33] = { in FLAC__replaygain_synthesis__apply_gain() 336 (FLAC__int64)(-1073741824) * 2 /* 32 bits-per-sample */ in FLAC__replaygain_synthesis__apply_gain() 339 const FLAC__int64 hard_clip_factor = hard_clip_factors_[target_bps]; in FLAC__replaygain_synthesis__apply_gain() 355 FLAC__int64 val64; in FLAC__replaygain_synthesis__apply_gain()
|
/external/flac/include/FLAC/ |
D | ordinals.h | 45 typedef signed __int64 FLAC__int64; typedef 62 typedef int64_t FLAC__int64; typedef
|
D | callback.h | 128 typedef int (*FLAC__IOCallback_Seek) (FLAC__IOHandle handle, FLAC__int64 offset, int whence); 139 typedef FLAC__int64 (*FLAC__IOCallback_Tell) (FLAC__IOHandle handle);
|
/external/flac/src/flac/ |
D | utils.h | 38 FLAC__int64 samples;
|
D | utils.c | 303 spec->value.samples = (FLAC__int64)val; in flac__utils_parse_skip_until_specification() 325 spec->value.samples = (FLAC__int64)(spec->value.seconds * (double)sample_rate); in flac__utils_canonicalize_skip_until_specification()
|
D | decode.c | 550 spec->value.samples += (FLAC__int64)total_samples_in_input; in canonicalize_until_specification()
|
D | main.c | 691 FLAC__int64 ix; in parse_option()
|
D | encode.c | 2291 spec->value.samples += (FLAC__int64)total_samples_in_input; in canonicalize_until_specification()
|
/external/flac/src/test_seeking/ |
D | main.c | 269 …ol is_ogg, const char *filename, FLAC__off_t filesize, uint32_t count, FLAC__int64 total_samples, … in seek_barrage() 400 FLAC__int64 samples = -1; in main()
|
/external/flac/src/libFLAC/ia32/ |
D | lpc_asm.nasm | 1492 ; FLAC__int64 sum; 1499 ; sum += qlp_coeff[j] * (FLAC__int64)data[i-j-1]; 1538 imul ebp ; edx:eax = qlp_coeff[0] * (FLAC__int64)data[i-1] 1773 ; FLAC__int64 sum; 1780 ; sum += qlp_coeff[j] * (FLAC__int64)data[i-j-1]; 1819 imul ebp ; edx:eax = qlp_coeff[0] * (FLAC__int64)data[i-1]
|
/external/flac/src/test_libFLAC/ |
D | metadata_manip.c | 289 static int chain_seek_cb_(FLAC__IOHandle handle, FLAC__int64 offset, int whence) in chain_seek_cb_() 296 static FLAC__int64 chain_tell_cb_(FLAC__IOHandle handle) in chain_tell_cb_()
|
/external/flac/src/test_libFLAC++/ |
D | metadata_manip.cpp | 303 static int chain_seek_cb_(::FLAC__IOHandle handle, FLAC__int64 offset, int whence) in chain_seek_cb_() 310 static FLAC__int64 chain_tell_cb_(::FLAC__IOHandle handle) in chain_tell_cb_()
|