Home
last modified time | relevance | path

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

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