Searched refs:channel_hint (Results 1 – 2 of 2) sorted by relevance
125 int8_t channel_hint[2]; in decode_frame() local144 channel_hint[0] = get_sbits(&gb, 8); in decode_frame()145 if (channel_hint[0] & 0x80) { in decode_frame()146 channel_hint[0] = ~channel_hint[0]; in decode_frame()154 channel_hint[1] = get_sbits(&gb, 8); in decode_frame()164 int step_index = channel_hint[chan]; in decode_frame()
122 __u32 channel_hint; member