OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__MAX_FIXED_ORDER
(Results
1 - 4
of
4
) sorted by null
/external/flac/libFLAC/include/private/
fixed.h
54
* OUT residual_bits_per_sample[0,
FLAC__MAX_FIXED_ORDER
]
57
unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1]);
58
unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1]);
62
unsigned FLAC__fixed_compute_best_predictor_intrin_sse2(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+ 1]);
63
unsigned FLAC__fixed_compute_best_predictor_wide_intrin_sse2(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+ 1]);
66
unsigned FLAC__fixed_compute_best_predictor_intrin_ssse3(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1]);
67
unsigned FLAC__fixed_compute_best_predictor_wide_intrin_ssse3(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+ 1]);
71
unsigned FLAC__fixed_compute_best_predictor_asm_ia32_mmx_cmov(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1]);
75
unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1]);
76
unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1])
[
all
...]
/external/flac/libFLAC/
fixed.c
217
unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1])
219
unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1])
275
unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1])
277
unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1])
stream_encoder.c
352
unsigned (*local_fixed_compute_best_predictor)(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1]);
353
unsigned (*local_fixed_compute_best_predictor_wide)(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1]);
355
unsigned (*local_fixed_compute_best_predictor)(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1]);
356
unsigned (*local_fixed_compute_best_predictor_wide)(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[
FLAC__MAX_FIXED_ORDER
+1]);
[
all
...]
/external/flac/include/FLAC/
format.h
148
#define
FLAC__MAX_FIXED_ORDER
(4u)
305
FLAC__int32 warmup[
FLAC__MAX_FIXED_ORDER
];
[
all
...]
Completed in 39 milliseconds