Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwavpack.c44 #define PTABLE_BINS (1<<PTABLE_BITS) macro
45 #define PTABLE_MASK (PTABLE_BINS-1)
91 int ptable [PTABLE_BINS];
423 for (int i = 0; i < PTABLE_BINS/2; i++) { in init_ptable()
425 table[PTABLE_BINS-1-i] = 0x100ffff - value; in init_ptable()