Searched defs:codeword (Results 1 – 6 of 6) sorted by relevance
89 static void aptx_unpack_codeword(Channel *channel, uint16_t codeword) in aptx_unpack_codeword()99 static void aptxhd_unpack_codeword(Channel *channel, uint32_t codeword) in aptxhd_unpack_codeword()
41 int *codeword; member
621 int codeword = isSigned ? signed_base_codeword : base_codeword; in getSingleChannel() local
618 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