Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel.c166 extern MS_U8 _u8Comp_quant[JPEG_MAXCOMPONENTS];
299 comp[_u8Comp_quant[i]] = 1; in JPEG_CMODEL_DumpTables()
324 … JPEG_CMODEL_DEBUG("%04x\n", _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]); in JPEG_CMODEL_DumpTables()
329 …JPEG_CMODEL_DEBUG("wriu 0x101782 0x%x\n", (_QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_… in JPEG_CMODEL_DumpTables()
330 …JPEG_CMODEL_DEBUG("wriu 0x101783 0x%x\n", ((_QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag… in JPEG_CMODEL_DumpTables()
529 JPEG_QUANT_TYPE *q = _QuantTables[_u8Comp_quant[component_id]].s16Value; in JPEG_decode_next_row()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel.c166 extern MS_U8 _u8Comp_quant[JPEG_MAXCOMPONENTS];
299 comp[_u8Comp_quant[i]] = 1; in JPEG_CMODEL_DumpTables()
324 … JPEG_CMODEL_DEBUG("%04x\n", _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]); in JPEG_CMODEL_DumpTables()
329 …JPEG_CMODEL_DEBUG("wriu 0x101782 0x%x\n", (_QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_… in JPEG_CMODEL_DumpTables()
330 …JPEG_CMODEL_DEBUG("wriu 0x101783 0x%x\n", ((_QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag… in JPEG_CMODEL_DumpTables()
529 JPEG_QUANT_TYPE *q = _QuantTables[_u8Comp_quant[component_id]].s16Value; in JPEG_decode_next_row()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1125 JPEG_STATIC MS_U8 _u8Comp_quant[JPEG_MAXCOMPONENTS]; /* component's quantization table selecto… variable
3170 _u8Comp_quant[i] = JPEG_get_char(); in JPEG_read_sof_marker()
3772 JPEG_memset((void *)_u8Comp_quant, 0, sizeof( _u8Comp_quant ) ); in JPEG_init()
4104 if ( _QuantTables[_u8Comp_quant[_u8Comp_list[i]]].bValid==FALSE ) in JPEG_check_quant_tables()
4401 comp[_u8Comp_quant[i]] = 1;
4414 … MDrv_Write2Byte(BK_JPD_TID_DAT, _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]);
4425 … MDrv_Write2Byte(BK_JPD_TID_DAT, _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]);
4456 comp[_u8Comp_quant[i]] = 1; in JPEG_WriteIQTbl()
4471 … MDrv_Write2Byte(BK_JPD_TID_DAT, _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]); in JPEG_WriteIQTbl()
4482 … MDrv_Write2Byte(BK_JPD_TID_DAT, _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]); in JPEG_WriteIQTbl()
[all …]
H A DapiJPEG.c635 MS_U8 _u8Comp_quant[E_NJPD_NJPD_TOTAL][JPEG_MAXCOMPONENTS]; /* component's quantization table … member
977 JPEG_STATIC MS_U8 _u8Comp_quant[E_NJPD_NJPD_TOTAL][JPEG_MAXCOMPONENTS]; /* component's quantiz…
3284 pNJPEGContext->_u8Comp_quant[pNJPEGContext->eNJPDNum][i] = JPEG_get_char(); in JPEG_read_sof_marker()
3877 …JPEG_memset((void *)pNJPEGContext->_u8Comp_quant[pNJPEGContext->eNJPDNum], 0, sizeof( pNJPEGContex… in JPEG_init()
4189 …if ( pNJPEGContext->_QuantTables[pNJPEGContext->eNJPDNum][pNJPEGContext->_u8Comp_quant[pNJPEGConte… in JPEG_check_quant_tables()
4401 comp[pNJPEGContext->_u8Comp_quant[pNJPEGContext->eNJPDNum][i]] = 1; in JPEG_WriteIQTbl()
4414 structIqtbl.u8CompQuant = pNJPEGContext->_u8Comp_quant[pNJPEGContext->eNJPDNum]; in JPEG_WriteIQTbl()
6395 comp[pNJPEGContext->_u8Comp_quant[pNJPEGContext->eNJPDNum][i]] = 1; in JPEG_StartDecode()
9715 …= pNJPEGContext->_QuantTables[pNJPEGContext->eNJPDNum][pNJPEGContext->_u8Comp_quant[pNJPEGContext-… in msAPI_JPEG_decode_next_row()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1110 JPEG_STATIC MS_U8 _u8Comp_quant[JPEG_MAXCOMPONENTS]; /* component's quantization table selecto… variable
3162 _u8Comp_quant[i] = JPEG_get_char(); in JPEG_read_sof_marker()
3764 JPEG_memset((void *)_u8Comp_quant, 0, sizeof( _u8Comp_quant ) ); in JPEG_init()
4096 if ( _QuantTables[_u8Comp_quant[_u8Comp_list[i]]].bValid==FALSE ) in JPEG_check_quant_tables()
4393 comp[_u8Comp_quant[i]] = 1;
4406 … MDrv_Write2Byte(BK_JPD_TID_DAT, _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]);
4417 … MDrv_Write2Byte(BK_JPD_TID_DAT, _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]);
4448 comp[_u8Comp_quant[i]] = 1; in JPEG_WriteIQTbl()
4463 … MDrv_Write2Byte(BK_JPD_TID_DAT, _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]); in JPEG_WriteIQTbl()
4474 … MDrv_Write2Byte(BK_JPD_TID_DAT, _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]); in JPEG_WriteIQTbl()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c1135 JPEG_STATIC MS_U8 _u8Comp_quant[JPEG_MAXCOMPONENTS]; /* component's quantization table selecto… variable
3128 _u8Comp_quant[i] = JPEG_get_char(); in JPEG_read_sof_marker()
3719 JPEG_memset((void *)_u8Comp_quant, 0, sizeof( _u8Comp_quant ) ); in JPEG_init()
4051 if ( _QuantTables[_u8Comp_quant[_u8Comp_list[i]]].bValid==FALSE ) in JPEG_check_quant_tables()
4348 comp[_u8Comp_quant[i]] = 1;
4361 … MDrv_Write2Byte(BK_JPD_TID_DAT, _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]);
4372 … MDrv_Write2Byte(BK_JPD_TID_DAT, _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]);
4403 comp[_u8Comp_quant[i]] = 1; in JPEG_WriteIQTbl()
4418 … MDrv_Write2Byte(BK_JPD_TID_DAT, _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]); in JPEG_WriteIQTbl()
4429 … MDrv_Write2Byte(BK_JPD_TID_DAT, _QuantTables[_u8Comp_quant[i]].s16Value[_u8Jpeg_zigzag_order[j]]); in JPEG_WriteIQTbl()
[all …]