Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmlp.h58 #define MAX_BLOCKSIZE_POW2 (64 * MAX_RATEFACTOR) macro
Dmlpdec.c162 int8_t noise_buffer[MAX_BLOCKSIZE_POW2];
340 if (mh.access_unit_size_pow2 > MAX_BLOCKSIZE_POW2) { in read_major_sync()
343 mh.access_unit_size_pow2, MAX_BLOCKSIZE_POW2); in read_major_sync()