Searched defs:cstr_info (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dopenjpeg.c885 void OPJ_CALLCONV opj_destroy_cstr_info(opj_codestream_info_v2_t **cstr_info) { argument
886 if (cstr_info) {
888 if ((*cstr_info)->m_default_tile_info.tccp_info){
889 opj_free((*cstr_info)->m_default_tile_info.tccp_info);
892 if ((*cstr_info)->tile_info){
896 opj_free((*cstr_info));
897 (*cstr_info) = NULL;
H A Dt2.c68 @param cstr_info Codestream information structure
78 opj_codestream_info_t *cstr_info);
211 opj_codestream_info_t *cstr_info,
259 if (! opj_t2_encode_packet(p_tile_no,p_tile, l_tcp, l_current_pi, l_current_data, &l_nb_bytes, p_max_len, cstr_info)) {
296 if (! opj_t2_encode_packet(p_tile_no,p_tile, l_tcp, l_current_pi, l_current_data, &l_nb_bytes, p_max_len, cstr_info)) {
307 if(cstr_info) {
308 if(cstr_info->index_write) {
309 opj_tile_info_t *info_TL = &cstr_info->tile[p_tile_no];
310 opj_packet_info_t *info_PK = &info_TL->packet[cstr_info->packno];
311 if (!cstr_info
204 opj_t2_encode_packets( opj_t2_t* p_t2, OPJ_UINT32 p_tile_no, opj_tcd_tile_t *p_tile, OPJ_UINT32 p_maxlayers, OPJ_BYTE *p_dest, OPJ_UINT32 * p_data_written, OPJ_UINT32 p_max_len, opj_codestream_info_t *cstr_info, OPJ_UINT32 p_tp_num, OPJ_INT32 p_tp_pos, OPJ_UINT32 p_pino, J2K_T2_MODE p_t2_mode) argument
560 opj_t2_encode_packet( OPJ_UINT32 tileno, opj_tcd_tile_t * tile, opj_tcp_t * tcp, opj_pi_iterator_t *pi, OPJ_BYTE *dest, OPJ_UINT32 * p_data_written, OPJ_UINT32 length, opj_codestream_info_t *cstr_info) argument
[all...]
H A Dtcd.c400 opj_codestream_info_t *cstr_info)
475 if(cstr_info) {
476 opj_tile_info_t *tile_info = &cstr_info->tile[tcd->tcd_tileno];
520 if (! opj_t2_encode_packets(t2,tcd->tcd_tileno, tcd_tile, layno + 1, dest, p_data_written, maxlen, cstr_info,tcd->cur_tp_num,tcd->tp_pos,tcd->cur_pino,THRESH_CALC)) {
549 if (! opj_t2_encode_packets(t2, tcd->tcd_tileno, tcd_tile, layno + 1, dest,p_data_written, maxlen, cstr_info,tcd->cur_tp_num,tcd->tp_pos,tcd->cur_pino,THRESH_CALC))
575 if(cstr_info) { /* Threshold for Marcela Index */
576 cstr_info->tile[tcd->tcd_tileno].thresh[layno] = goodthresh;
396 opj_tcd_rateallocate( opj_tcd_t *tcd, OPJ_BYTE *dest, OPJ_UINT32 * p_data_written, OPJ_UINT32 len, opj_codestream_info_t *cstr_info) argument
H A Dj2k.c1719 /* TODO mergeV2: check this part which use cstr_info */
1720 /*if (p_j2k->cstr_info) {
1721 opj_tile_info_t * l_info_tile_ptr = p_j2k->cstr_info->tile;
1799 OPJ_BOOL res = j2k_add_marker(p_j2k->cstr_info, J2K_MS_SOC, p_stream_tell(p_stream) - 2, 2);
2545 if (p_j2k->cstr_info) {
2546 /*opj_codestream_info_t *l_cstr_info = p_j2k->cstr_info;*/
2547 p_j2k->cstr_info->prog = l_tcp->prg;
2548 p_j2k->cstr_info->numlayers = l_tcp->numlayers;
2549 p_j2k->cstr_info->numdecompos = (OPJ_INT32*) opj_malloc(l_image->numcomps * sizeof(OPJ_UINT32));
2551 p_j2k->cstr_info
9384 opj_codestream_info_v2_t* cstr_info = (opj_codestream_info_v2_t*) opj_calloc(1,sizeof(opj_codestream_info_v2_t)); local
[all...]

Completed in 135 milliseconds