Home
last modified time | relevance | path

Searched refs:VALUE_ONE (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwavpack.c53 #define VALUE_ONE (1 << PRECISION) macro
514 sp[0].fltr1 += ((sp[0].fltr0 & VALUE_ONE) - sp[0].fltr1) >> 6; in wv_unpack_dsd_high()
515 sp[0].fltr2 += ((sp[0].fltr0 & VALUE_ONE) - sp[0].fltr2) >> 4; in wv_unpack_dsd_high()
551 sp[1].fltr1 += ((sp[1].fltr0 & VALUE_ONE) - sp[1].fltr1) >> 6; in wv_unpack_dsd_high()
552 sp[1].fltr2 += ((sp[1].fltr0 & VALUE_ONE) - sp[1].fltr2) >> 4; in wv_unpack_dsd_high()

Completed in 3 milliseconds