Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwavpack.c46 #define PTABLE_MASK (PTABLE_BINS-1) macro
489 int32_t *pp = s->ptable + ((sp[0].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); in wv_unpack_dsd_high()
526 pp = s->ptable + ((sp[1].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); in wv_unpack_dsd_high()

Completed in 3 milliseconds