Searched defs:real_limit (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | flacdec.c | 263 int real_limit = (tmp > 1) ? (INT_MAX >> (tmp - 1)) + 2 : INT_MAX; in decode_residuals() local |
Completed in 2 milliseconds