Home
last modified time | relevance | path

Searched refs:pesc (Results 1 – 2 of 2) sorted by relevance

/external/flac/libFLAC/
Dstream_encoder_framing.c496 …const unsigned pesc = is_extended? FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2_ESCAPE_PARAMETER … in add_residual_partitioned_rice_() local
509 if(!FLAC__bitwriter_write_raw_uint32(bw, pesc, plen)) in add_residual_partitioned_rice_()
536 if(!FLAC__bitwriter_write_raw_uint32(bw, pesc, plen)) in add_residual_partitioned_rice_()
Dstream_decoder.c2765 …const unsigned pesc = is_extended? FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2_ESCAPE_PARAMETER … in read_residual_partitioned_rice_() local
2780 if(rice_parameter < pesc) { in read_residual_partitioned_rice_()