Searched refs:substr_hdr (Results 1 – 2 of 2) sorted by relevance
126 uint16_t substr_hdr = 0; in truehd_core_filter() local128 substr_hdr |= (units[i].bits[0] << 15); in truehd_core_filter()129 substr_hdr |= (units[i].bits[1] << 14); in truehd_core_filter()130 substr_hdr |= (units[i].bits[2] << 13); in truehd_core_filter()131 substr_hdr |= (units[i].bits[3] << 12); in truehd_core_filter()132 substr_hdr |= units[i].offset; in truehd_core_filter()134 AV_WB16(pkt->data + have_header * 28 + 4 + bpos, substr_hdr); in truehd_core_filter()136 parity_nibble ^= substr_hdr; in truehd_core_filter()
1158 uint16_t substr_hdr = 0; in write_frame_headers() local1160 substr_hdr |= (0 << 15); /* extraword */ in write_frame_headers()1161 substr_hdr |= (!restart_frame << 14); /* !restart_frame */ in write_frame_headers()1162 substr_hdr |= (1 << 13); /* checkdata */ in write_frame_headers()1163 substr_hdr |= (0 << 12); /* ??? */ in write_frame_headers()1164 substr_hdr |= (substream_data_len[substr] / 2) & 0x0FFF; in write_frame_headers()1166 AV_WB16(substream_headers, substr_hdr); in write_frame_headers()