Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsnowdec.c294 #define GET_S(dst, check) \ macro
318 GET_S(s->version, tmp <= 0U) in decode_header()
322 GET_S(s->spatial_decomposition_count, 0 < tmp && tmp <= MAX_DECOMPOSITIONS) in decode_header()
354 GET_S(s->max_ref_frames, tmp < (unsigned)MAX_REF_FRAMES) in decode_header()
385 GET_S(s->spatial_decomposition_count, 0 < tmp && tmp <= MAX_DECOMPOSITIONS) in decode_header()