Searched refs:max_rice_partition_order (Results 1 – 1 of 1) sorted by relevance
530 unsigned max_rice_partition_order = 0; in FLAC__format_get_max_rice_partition_order_from_blocksize() local532 max_rice_partition_order++; in FLAC__format_get_max_rice_partition_order_from_blocksize()535 return flac_min(FLAC__MAX_RICE_PARTITION_ORDER, max_rice_partition_order); in FLAC__format_get_max_rice_partition_order_from_blocksize()540 unsigned max_rice_partition_order = limit; in FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order() local542 while(max_rice_partition_order > 0 && (blocksize >> max_rice_partition_order) <= predictor_order) in FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order()543 max_rice_partition_order--; in FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order()546 (max_rice_partition_order == 0 && blocksize >= predictor_order) || in FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order()547 (max_rice_partition_order > 0 && blocksize >> max_rice_partition_order > predictor_order) in FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order()550 return max_rice_partition_order; in FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order()