Lines Matching refs:AV_RB16
64 if (buf[0] == 1 && AV_RB16(&buf[20]) > 512)
66 if (buf[0] == 0 && AV_RB16(&buf[20]) > 768)
72 if (buf[0] == 0 && (!buf[26] || !AV_RB16(&buf[24])))
83 if (AV_RB16(&buf[14]) > 640 || AV_RB16(&buf[16]) > 480 ||
84 AV_RB16(&buf[14]) == 0 || AV_RB16(&buf[16]) == 0)
88 if (AV_RB32(&buf[2]) <= AV_RB16(&buf[20]) + AV_RB16(&buf[22]) * (1 + !!(buf[1] & 0x10)) + CDXL_HEADER_SIZE)
142 width = AV_RB16(&cdxl->header[14]);
143 height = AV_RB16(&cdxl->header[16]);
144 palette_size = AV_RB16(&cdxl->header[20]);
145 audio_size = AV_RB16(&cdxl->header[22]) * channels;
146 cdxl->srate = AV_RB16(&cdxl->header[24]);