Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c55 #define MAG_MASK (0x1FU << MAG_LSB) macro
336 s->flags &= ~MAG_MASK; in scan_float()
391 s->flags &= ~MAG_MASK; in scan_int23()
398 if (!(s->flags & MAG_MASK)) in scan_int23()
471 s->flags &= ~MAG_MASK; in scan_int32()
478 if (!((s->flags & MAG_MASK) >> MAG_LSB)) { in scan_int32()
505 if (((s->flags & MAG_MASK) >> MAG_LSB) > 23) { in scan_int32()
506 s->int32_sent_bits = (uint8_t)(((s->flags & MAG_MASK) >> MAG_LSB) - 23); in scan_int32()
508 s->flags &= ~MAG_MASK; in scan_int32()
940 info.log_limit = (((s->flags & MAG_MASK) >> MAG_LS in analyze_mono()
[all...]

Completed in 3 milliseconds