Searched defs:codeword (Results 1 – 5 of 5) sorted by relevance
94 static void aptx_unpack_codeword(Channel *channel, uint16_t codeword) in aptx_unpack_codeword()104 static void aptxhd_unpack_codeword(Channel *channel, uint32_t codeword) in aptxhd_unpack_codeword()
42 int *codeword; member
618 int codeword = isSigned ? signed_base_codeword : base_codeword; in getSingleChannel() local
621 int codeword = isSigned ? signed_base_codeword : base_codeword; in getSingleChannel() local
1339 int codeword = isSigned ? u.scblk.base_codeword.s : u.scblk.base_codeword.us; in getSingleEACChannel() local1346 int codeword = isSigned ? u.scblk.base_codeword.s : u.scblk.base_codeword.us; in getSingleETC2Channel() local