Searched refs:opj_tcd_tilecomp_t (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | dwt.h | 61 OPJ_BOOL opj_dwt_encode(opj_tcd_tilecomp_t * tilec); 69 OPJ_BOOL opj_dwt_decode(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres); 89 OPJ_BOOL opj_dwt_encode_real(opj_tcd_tilecomp_t * tilec); 96 OPJ_BOOL opj_dwt_decode_real(opj_tcd_tilecomp_t* restrict tilec, OPJ_UINT32 numres);
|
D | 0003-dwt-decode.patch | 45 -static OPJ_BOOL opj_dwt_decode_tile(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 i, DWT1DFN fn); 46 +static OPJ_BOOL opj_dwt_decode_tile(const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 i, DWT1DFN fn); 48 -static OPJ_BOOL opj_dwt_encode_procedure( opj_tcd_tilecomp_t * tilec, 50 +static OPJ_BOOL opj_dwt_encode_procedure(const opj_tcd_tilecomp_t * tilec, 121 -static INLINE OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,void (*p_function)(OPJ_… 122 +static INLINE OPJ_BOOL opj_dwt_encode_procedure(const opj_tcd_tilecomp_t * tilec, void(*p_function… 126 @@ -395,7 +400,8 @@ static INLINE OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,void 136 @@ -407,8 +413,9 @@ static INLINE OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,void 148 @@ -437,7 +444,7 @@ static INLINE OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,void 157 @@ -448,7 +455,7 @@ static INLINE OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,void [all …]
|
D | tcd.h | 170 } opj_tcd_tilecomp_t; typedef 179 opj_tcd_tilecomp_t *comps; /* Components information */ 362 OPJ_BOOL opj_alloc_tile_component_data(opj_tcd_tilecomp_t *l_tilec);
|
D | tcd.c | 60 opj_tcd_tilecomp_t *tilec = &tile->comps[compno]; in tcd_dump() 231 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; in opj_tcd_makelayer() 314 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; in opj_tcd_makelayer_fixed() 419 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; in opj_tcd_rateallocate() 600 …p_tcd->tcd_image->tiles->comps = (opj_tcd_tilecomp_t *) opj_calloc(p_image->numcomps,sizeof(opj_tc… in opj_tcd_init() 626 OPJ_BOOL opj_alloc_tile_component_data(opj_tcd_tilecomp_t *l_tilec) in opj_alloc_tile_component_data() 667 opj_tcd_tilecomp_t *l_tilec = 00; in opj_tcd_init_tile() 1143 opj_tcd_tilecomp_t * l_tile_comp = 00; in opj_tcd_get_decoded_tile_size() 1188 …opj_tcd_tilecomp_t *l_tilec_idx = &p_tcd->tcd_image->tiles->comps[0]; /* based on component… in opj_tcd_encode_tile() 1278 opj_tcd_tilecomp_t *tilec_idx = &p_tcd->tcd_image->tiles->comps[compno]; in opj_tcd_decode_tile() [all …]
|
D | dwt.c | 125 static OPJ_BOOL opj_dwt_decode_tile(const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 i, DWT1DFN fn); 127 static OPJ_BOOL opj_dwt_encode_procedure(const opj_tcd_tilecomp_t * tilec, 393 static INLINE OPJ_BOOL opj_dwt_encode_procedure(const opj_tcd_tilecomp_t * tilec, void(*p_function)… in opj_dwt_encode_procedure() 473 OPJ_BOOL opj_dwt_encode(opj_tcd_tilecomp_t * tilec) in opj_dwt_encode() 481 OPJ_BOOL opj_dwt_decode(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres) { in opj_dwt_decode() 507 OPJ_BOOL opj_dwt_encode_real(opj_tcd_tilecomp_t * tilec) in opj_dwt_encode_real() 567 static OPJ_BOOL opj_dwt_decode_tile(const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres, DWT1DFN dwt… in opj_dwt_decode_tile() 841 OPJ_BOOL opj_dwt_decode_real(opj_tcd_tilecomp_t* restrict tilec, OPJ_UINT32 numres) in opj_dwt_decode_real()
|
D | t1.h | 144 opj_tcd_tilecomp_t* tilec,
|
D | t1.c | 1272 opj_tcd_tilecomp_t* tilec, in opj_t1_decode_cblks() 1467 opj_tcd_tilecomp_t* tilec = &tile->comps[compno]; in opj_t1_encode_cblks()
|
D | t2.c | 581 opj_tcd_tilecomp_t *tilec = &tile->comps[compno]; in opj_t2_encode_packet()
|
D | j2k.c | 342 opj_tcd_tilecomp_t * l_tilec, 8139 opj_tcd_tilecomp_t * l_tilec = 00; in opj_j2k_update_image_data() 9975 opj_tcd_tilecomp_t* l_tilec = p_tcd->tcd_image->tiles->comps + j; in opj_j2k_encode() 10127 opj_tcd_tilecomp_t * l_tilec, in opj_get_tile_dimensions() 10164 opj_tcd_tilecomp_t * l_tilec = p_tcd->tcd_image->tiles->comps + i; in opj_j2k_get_tile_data() 10793 opj_tcd_tilecomp_t* l_tilec = p_j2k->m_tcd->tcd_image->tiles->comps + j; in opj_j2k_write_tile()
|