Searched refs:OPJ_INT16 (Results 1 – 7 of 7) sorted by relevance
100 static const OPJ_INT16 lut_nmsedec_sig[1U << T1_NMSEDEC_BITS] = {119 static const OPJ_INT16 lut_nmsedec_sig0[1U << T1_NMSEDEC_BITS] = {138 static const OPJ_INT16 lut_nmsedec_ref[1U << T1_NMSEDEC_BITS] = {157 static const OPJ_INT16 lut_nmsedec_ref0[1U << T1_NMSEDEC_BITS] = {
77 OPJ_INT16 *include;
1797 OPJ_INT16 * l_dest_ptr = (OPJ_INT16 *) p_dest; in opj_tcd_update_tile_data()1802 OPJ_INT16 val = (OPJ_INT16)(*(l_src_ptr++)); in opj_tcd_update_tile_data()1811 OPJ_INT16 val = (OPJ_INT16)((*(l_src_ptr++)) & 0xffff); in opj_tcd_update_tile_data()2668 OPJ_INT16 * l_src_ptr = (OPJ_INT16 *) p_src; in opj_tcd_copy_tile_data()
1452 l_current_pi->include = (OPJ_INT16*) opj_calloc( in opj_pi_create_decode()1453 l_current_pi->include_size, sizeof(OPJ_INT16)); in opj_pi_create_decode()1648 l_current_pi->include = (OPJ_INT16*) opj_calloc(l_current_pi->include_size, in opj_pi_initialise_encode()1649 sizeof(OPJ_INT16)); in opj_pi_initialise_encode()
69 static OPJ_INT16 opj_t1_getnmsedec_sig(OPJ_UINT32 x, OPJ_UINT32 bitpos);70 static OPJ_INT16 opj_t1_getnmsedec_ref(OPJ_UINT32 x, OPJ_UINT32 bitpos);275 static OPJ_INT16 opj_t1_getnmsedec_sig(OPJ_UINT32 x, OPJ_UINT32 bitpos) in opj_t1_getnmsedec_sig()284 static OPJ_INT16 opj_t1_getnmsedec_ref(OPJ_UINT32 x, OPJ_UINT32 bitpos) in opj_t1_getnmsedec_ref()
123 typedef int16_t OPJ_INT16; typedef
1413 l_src_data += sizeof(OPJ_INT16); in opj_j2k_read_int16_to_float()1481 l_src_data += sizeof(OPJ_INT16); in opj_j2k_read_int16_to_int32()1549 opj_write_bytes(l_dest_data, l_temp, sizeof(OPJ_INT16)); in opj_j2k_write_float_to_int16()1551 l_dest_data += sizeof(OPJ_INT16); in opj_j2k_write_float_to_int16()11479 OPJ_INT16 * l_dest_ptr = (OPJ_INT16 *) p_data; in opj_j2k_get_tile_data()11483 *(l_dest_ptr++) = (OPJ_INT16)(*(l_src_ptr++)); in opj_j2k_get_tile_data()11490 *(l_dest_ptr++) = (OPJ_INT16)((*(l_src_ptr++)) & 0xffff); in opj_j2k_get_tile_data()