Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/drv/jpd/
H A Djpeg_def.h236 MS_S16 s16Look_up[256]; ///< the lookup of huffman code member
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/drv/jpd_ex/
H A Djpeg_def.h236 MS_S16 s16Look_up[256]; ///< the lookup of huffman code member
/utopia/UTPA2-700.0.x/modules/njpd/drv/njpd_ex/
H A Djpeg_def.h242 MS_S16 s16Look_up[256]; ///< the lookup of huffman code member
H A Dnjpeg_def.h280 MS_S16 s16Look_up[256]; ///< the lookup of huffman code member
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1741 symbol = Ph->s16Look_up[( _u32Bit_buf >> 8 ) & 0xFF]; in JPEG_huff_decode()
4019 JPEG_memset((void *)(hs->s16Look_up), 0, sizeof( hs->s16Look_up ) ); in JPEG_make_huff_table()
4041 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()
4049 currententry = hs->s16Look_up[subtree]; in JPEG_make_huff_table()
4053 hs->s16Look_up[subtree] = currententry = nextfreeentry; in JPEG_make_huff_table()
H A DapiJPEG.c1739 symbol = Ph->s16Look_up[( pNJPEGContext->_u32Bit_buf[pNJPEGContext->eNJPDNum] >> 8 ) & 0xFF]; in JPEG_huff_decode()
4104 JPEG_memset((void *)(hs->s16Look_up), 0, sizeof( hs->s16Look_up ) ); in JPEG_make_huff_table()
4126 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()
4134 currententry = hs->s16Look_up[subtree]; in JPEG_make_huff_table()
4138 hs->s16Look_up[subtree] = currententry = nextfreeentry; in JPEG_make_huff_table()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_def.h604 MS_S16 s16Look_up[256]; ///< the lookup of huffman code member
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_def.h604 MS_S16 s16Look_up[256]; ///< the lookup of huffman code member
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1733 symbol = Ph->s16Look_up[( _u32Bit_buf >> 8 ) & 0xFF]; in JPEG_huff_decode()
4011 JPEG_memset((void *)(hs->s16Look_up), 0, sizeof( hs->s16Look_up ) ); in JPEG_make_huff_table()
4033 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()
4041 currententry = hs->s16Look_up[subtree]; in JPEG_make_huff_table()
4045 hs->s16Look_up[subtree] = currententry = nextfreeentry; in JPEG_make_huff_table()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c1759 symbol = Ph->s16Look_up[( _u32Bit_buf >> 8 ) & 0xFF]; in JPEG_huff_decode()
3966 JPEG_memset((void *)(hs->s16Look_up), 0, sizeof( hs->s16Look_up ) ); in JPEG_make_huff_table()
3988 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()
3996 currententry = hs->s16Look_up[subtree]; in JPEG_make_huff_table()
4000 hs->s16Look_up[subtree] = currententry = nextfreeentry; in JPEG_make_huff_table()