Searched refs:FLAC__int64 (Results 1 – 10 of 10) sorted by relevance
/external/flac/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_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]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 554 case 31: sum += qlp_coeff[30] * (FLAC__int64)data[i-31]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 555 case 30: sum += qlp_coeff[29] * (FLAC__int64)data[i-30]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 556 case 29: sum += qlp_coeff[28] * (FLAC__int64)data[i-29]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 557 case 28: sum += qlp_coeff[27] * (FLAC__int64)data[i-28]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 558 case 27: sum += qlp_coeff[26] * (FLAC__int64)data[i-27]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 559 case 26: sum += qlp_coeff[25] * (FLAC__int64)data[i-26]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 560 case 25: sum += qlp_coeff[24] * (FLAC__int64)data[i-25]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 561 case 24: sum += qlp_coeff[23] * (FLAC__int64)data[i-24]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() [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]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1061 case 11: sum += qlp_coeff[10] * (FLAC__int64)data[i-11]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1062 case 10: sum += qlp_coeff[ 9] * (FLAC__int64)data[i-10]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1063 case 9: sum += qlp_coeff[ 8] * (FLAC__int64)data[i- 9]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1064 case 8: sum += qlp_coeff[ 7] * (FLAC__int64)data[i- 8]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1065 case 7: sum += qlp_coeff[ 6] * (FLAC__int64)data[i- 7]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1066 case 6: sum += qlp_coeff[ 5] * (FLAC__int64)data[i- 6]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1067 case 5: sum += qlp_coeff[ 4] * (FLAC__int64)data[i- 5]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() 1068 case 4: sum += qlp_coeff[ 3] * (FLAC__int64)data[i- 4]; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2() [all …]
|
D | bitmath.c | 63 unsigned FLAC__bitmath_silog2(FLAC__int64 v) in FLAC__bitmath_silog2()
|
D | stream_decoder.c | 2996 FLAC__int64 pos = -1; in seek_to_absolute_sample_() 3116 …pos = (FLAC__int64)lower_bound + (FLAC__int64)((double)(target_sample - lower_bound_sample) / (dou… in seek_to_absolute_sample_() 3120 …pos = (FLAC__int64)lower_bound + (FLAC__int64)(((target_sample - lower_bound_sample) * (upper_boun… in seek_to_absolute_sample_() 3122 …pos = (FLAC__int64)lower_bound + (FLAC__int64)((((target_sample - lower_bound_sample)>>8) * ((uppe… in seek_to_absolute_sample_() 3124 if(pos >= (FLAC__int64)upper_bound) in seek_to_absolute_sample_() 3125 pos = (FLAC__int64)upper_bound - 1; in seek_to_absolute_sample_() 3126 if(pos < (FLAC__int64)lower_bound) in seek_to_absolute_sample_() 3127 pos = (FLAC__int64)lower_bound; in seek_to_absolute_sample_() 3162 if (pos == (FLAC__int64)lower_bound) { in seek_to_absolute_sample_() 3245 …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_() 3440 int fseek_wrapper_(FLAC__IOHandle handle, FLAC__int64 offset, int whence) in fseek_wrapper_() 3445 FLAC__int64 ftell_wrapper_(FLAC__IOHandle handle) in ftell_wrapper_()
|
/external/flac/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 unsigned FLAC__bitmath_silog2(FLAC__int64 v);
|
/external/flac/include/FLAC/ |
D | ordinals.h | 47 typedef __int64 FLAC__int64; typedef 63 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);
|