Home
last modified time | relevance | path

Searched refs:infw (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/hvd_lite/
H A DHVD_EX_Common.c442 MS_U32 infw; in _HVD_EX_DemuxTS_GetVLCSymbol() local
473 infw = 0; in _HVD_EX_DemuxTS_GetVLCSymbol()
480 infw <<= 1; in _HVD_EX_DemuxTS_GetVLCSymbol()
481 infw |= ((*current_byte) >> (bit_off)) & 0x01; in _HVD_EX_DemuxTS_GetVLCSymbol()
485 *info = infw; in _HVD_EX_DemuxTS_GetVLCSymbol()