Searched refs:l_current_poc (Results 1 – 2 of 2) sorted by relevance
869 opj_poc_t * l_current_poc = 00; in opj_pi_update_encode_poc_and_final() local887 l_current_poc = l_tcp->pocs; in opj_pi_update_encode_poc_and_final()889 l_current_poc->compS = l_current_poc->compno0; in opj_pi_update_encode_poc_and_final()890 l_current_poc->compE = l_current_poc->compno1; in opj_pi_update_encode_poc_and_final()891 l_current_poc->resS = l_current_poc->resno0; in opj_pi_update_encode_poc_and_final()892 l_current_poc->resE = l_current_poc->resno1; in opj_pi_update_encode_poc_and_final()893 l_current_poc->layE = l_current_poc->layno1; in opj_pi_update_encode_poc_and_final()896 l_current_poc->layS = 0; in opj_pi_update_encode_poc_and_final()897 l_current_poc->prg = l_current_poc->prg1; in opj_pi_update_encode_poc_and_final()898 l_current_poc->prcS = 0; in opj_pi_update_encode_poc_and_final()[all …]
1601 opj_poc_t * l_current_poc = 00; in opj_j2k_get_num_tp() local1611 l_current_poc = &(tcp->pocs[pino]); in opj_j2k_get_num_tp()1612 assert(l_current_poc != 0); in opj_j2k_get_num_tp()1624 tpnum *= l_current_poc->compE; in opj_j2k_get_num_tp()1628 tpnum *= l_current_poc->resE; in opj_j2k_get_num_tp()1632 tpnum *= l_current_poc->prcE; in opj_j2k_get_num_tp()1636 tpnum *= l_current_poc->layE; in opj_j2k_get_num_tp()3031 opj_poc_t *l_current_poc = 00; in opj_j2k_write_poc_in_memory() local3061 l_current_poc = l_tcp->pocs; in opj_j2k_write_poc_in_memory()3063 …opj_write_bytes(l_current_data,l_current_poc->resno0,1); /* RSpoc_i… in opj_j2k_write_poc_in_memory()[all …]