Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c54 #define MAG_LSB 18 macro
55 #define MAG_MASK (0x1FU << MAG_LSB)
339 s->flags += 1 << MAG_LSB; in scan_float()
394 s->flags += 1 << MAG_LSB; in scan_int23()
403 s->flags -= 1 << MAG_LSB; in scan_int23()
410 s->flags -= 1 << MAG_LSB; in scan_int23()
417 s->flags -= 1 << MAG_LSB; in scan_int23()
474 s->flags += 1 << MAG_LSB; in scan_int32()
478 if (!((s->flags & MAG_MASK) >> MAG_LSB)) { in scan_int32()
485 s->flags -= 1 << MAG_LSB; in scan_int32()
[all...]

Completed in 3 milliseconds