Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwavpack.c45 #define PTABLE_BINS (1<<PTABLE_BITS) macro
46 #define PTABLE_MASK (PTABLE_BINS-1)
92 int ptable [PTABLE_BINS];
424 for (int i = 0; i < PTABLE_BINS/2; i++) { in init_ptable()
426 table[PTABLE_BINS-1-i] = 0x100ffff - value; in init_ptable()

Completed in 3 milliseconds