Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwavpack.c41 #define DSD_BYTE_READY(low,high) (!(((low) ^ (high)) & 0xff000000)) macro
501 while (DSD_BYTE_READY(high, low) && bytestream2_get_bytes_left(&s->gbyte)) { in wv_unpack_dsd_high()
536 while (DSD_BYTE_READY(high, low) && bytestream2_get_bytes_left(&s->gbyte)) { in wv_unpack_dsd_high()
721 while (DSD_BYTE_READY(high, low) && bytestream2_get_bytes_left(&s->gbyte)) { in wv_unpack_dsd_fast()