Searched refs:l_t1 (Results 1 – 2 of 2) sorted by relevance
1539 opj_t1_t *l_t1 = 00; in opj_t1_create() local1541 l_t1 = (opj_t1_t*) opj_calloc(1, sizeof(opj_t1_t)); in opj_t1_create()1542 if (!l_t1) { in opj_t1_create()1546 l_t1->encoder = isEncoder; in opj_t1_create()1548 return l_t1; in opj_t1_create()
2493 opj_t1_t * l_t1; in opj_tcd_t1_encode() local2498 l_t1 = opj_t1_create(OPJ_TRUE); in opj_tcd_t1_encode()2499 if (l_t1 == 00) { in opj_tcd_t1_encode()2516 if (! opj_t1_encode_cblks(l_t1, p_tcd->tcd_image->tiles, l_tcp, l_mct_norms, in opj_tcd_t1_encode()2518 opj_t1_destroy(l_t1); in opj_tcd_t1_encode()2522 opj_t1_destroy(l_t1); in opj_tcd_t1_encode()