Searched refs:arith_dc_L (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djpeglib.h309 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ member in struct:jpeg_compress_struct
541 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ member in struct:jpeg_decompress_struct
H A Djdmarker.c210 cinfo->arith_dc_L[i] = 0;
397 cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F);
399 if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index])
H A Djcmarker.c253 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4));
H A Djcparam.c295 cinfo->arith_dc_L[i] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdarith.c291 if (m < (int) (((INT32) 1 << cinfo->arith_dc_L[tbl]) >> 1))
551 if (m < (int) (((INT32) 1 << cinfo->arith_dc_L[tbl]) >> 1))
H A Djpeglib.h330 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ member in struct:jpeg_compress_struct
566 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ member in struct:jpeg_decompress_struct
H A Djdmarker.c210 cinfo->arith_dc_L[i] = 0;
397 cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F);
399 if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index])
H A Djcmarker.c253 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4));
H A Djcarith.c430 if (m < (int) (((INT32) 1 << cinfo->arith_dc_L[tbl]) >> 1))
747 if (m < (int) (((INT32) 1 << cinfo->arith_dc_L[tbl]) >> 1))
H A Djcparam.c314 cinfo->arith_dc_L[i] = 0;

Completed in 140 milliseconds