Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddstdec.c40 #define DST_MAX_ELEMENTS (2 * DST_MAX_CHANNELS) macro
65 unsigned int length[DST_MAX_ELEMENTS];
66 int coeff[DST_MAX_ELEMENTS][128];
76 DECLARE_ALIGNED(16, int16_t, filter)[DST_MAX_ELEMENTS][16][256];
121 if (t->elements >= DST_MAX_ELEMENTS) in read_map()
219 static int build_filter(int16_t table[DST_MAX_ELEMENTS][16][256], const Table *fsets) in build_filter()