Home
last modified time | relevance | path

Searched defs:predictor_order (Results 1 – 7 of 7) sorted by relevance

/external/flac/libFLAC/
Dstream_encoder_intrin_avx2.c51 …unsigned residual_samples, unsigned predictor_order, unsigned min_partition_order, unsigned max_pa… in FLAC__precompute_partition_info_sums_intrin_avx2()
Dstream_encoder_intrin_ssse3.c51 …unsigned residual_samples, unsigned predictor_order, unsigned min_partition_order, unsigned max_pa… in FLAC__precompute_partition_info_sums_intrin_ssse3()
Dstream_encoder_intrin_sse2.c62 …unsigned residual_samples, unsigned predictor_order, unsigned min_partition_order, unsigned max_pa… in FLAC__precompute_partition_info_sums_intrin_sse2()
Dformat.c518 unsigned FLAC__format_get_max_rice_partition_order(unsigned blocksize, unsigned predictor_order) in FLAC__format_get_max_rice_partition_order()
538 …ksize_limited_max_and_predictor_order(unsigned limit, unsigned blocksize, unsigned predictor_order) in FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order()
Dstream_encoder_framing.c498 …nst FLAC__int32 residual[], const unsigned residual_samples, const unsigned predictor_order, const… in add_residual_partitioned_rice_()
Dstream_encoder.c3868 unsigned predictor_order, in find_best_partition_order_()
3963 unsigned predictor_order, in precompute_partition_info_sums_()
4020 unsigned predictor_order, in precompute_partition_info_escapes_()
4122 const unsigned predictor_order,
Dstream_decoder.c2748 FLAC__bool read_residual_partitioned_rice_(FLAC__StreamDecoder *decoder, unsigned predictor_order, … in read_residual_partitioned_rice_()