Searched refs:opj_tcd_tilecomp_t (Results 1 – 11 of 11) 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() 1164 opj_tcd_tilecomp_t * l_tile_comp = 00; in opj_tcd_get_decoded_tile_size() 1221 …opj_tcd_tilecomp_t *l_tilec_idx = &p_tcd->tcd_image->tiles->comps[0]; /* based on component… in opj_tcd_encode_tile() 1311 opj_tcd_tilecomp_t *tilec_idx = &p_tcd->tcd_image->tiles->comps[compno]; in opj_tcd_decode_tile() [all …]
|
D | 0020-opj_aligned_malloc.patch | 15 @@ -576,6 +576,9 @@ static OPJ_BOOL opj_dwt_decode_tile(const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 25 @@ -850,7 +853,17 @@ OPJ_BOOL opj_dwt_decode_real(opj_tcd_tilecomp_t* restrict tilec, OPJ_UINT32 nu…
|
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() 844 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 | 0018-tcd_get_decoded_tile_size.patch | 34 opj_tcd_tilecomp_t * l_tile_comp = 00;
|
D | t1.c | 1278 opj_tcd_tilecomp_t* tilec, in opj_t1_decode_cblks() 1473 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, 8157 opj_tcd_tilecomp_t * l_tilec = 00; in opj_j2k_update_image_data() 10003 opj_tcd_tilecomp_t* l_tilec = p_tcd->tcd_image->tiles->comps + j; in opj_j2k_encode() 10155 opj_tcd_tilecomp_t * l_tilec, in opj_get_tile_dimensions() 10192 opj_tcd_tilecomp_t * l_tilec = p_tcd->tcd_image->tiles->comps + i; in opj_j2k_get_tile_data() 10821 opj_tcd_tilecomp_t* l_tilec = p_j2k->m_tcd->tcd_image->tiles->comps + j; in opj_j2k_write_tile()
|