Home
last modified time | relevance | path

Searched refs:l_current_poc (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dpi.c1071 opj_poc_t * l_current_poc = 00; in opj_pi_update_encode_poc_and_final() local
1089 l_current_poc = l_tcp->pocs; in opj_pi_update_encode_poc_and_final()
1091 l_current_poc->compS = l_current_poc->compno0; in opj_pi_update_encode_poc_and_final()
1092 l_current_poc->compE = l_current_poc->compno1; in opj_pi_update_encode_poc_and_final()
1093 l_current_poc->resS = l_current_poc->resno0; in opj_pi_update_encode_poc_and_final()
1094 l_current_poc->resE = l_current_poc->resno1; in opj_pi_update_encode_poc_and_final()
1095 l_current_poc->layE = l_current_poc->layno1; in opj_pi_update_encode_poc_and_final()
1098 l_current_poc->layS = 0; in opj_pi_update_encode_poc_and_final()
1099 l_current_poc->prg = l_current_poc->prg1; in opj_pi_update_encode_poc_and_final()
1100 l_current_poc->prcS = 0; in opj_pi_update_encode_poc_and_final()
[all …]
Dj2k.c1729 opj_poc_t * l_current_poc = 00; in opj_j2k_get_num_tp() local
1739 l_current_poc = &(tcp->pocs[pino]); in opj_j2k_get_num_tp()
1740 assert(l_current_poc != 0); in opj_j2k_get_num_tp()
1751 tpnum *= l_current_poc->compE; in opj_j2k_get_num_tp()
1755 tpnum *= l_current_poc->resE; in opj_j2k_get_num_tp()
1759 tpnum *= l_current_poc->prcE; in opj_j2k_get_num_tp()
1763 tpnum *= l_current_poc->layE; in opj_j2k_get_num_tp()
3320 opj_poc_t *l_current_poc = 00; in opj_j2k_write_poc_in_memory() local
3353 l_current_poc = l_tcp->pocs; in opj_j2k_write_poc_in_memory()
3355 opj_write_bytes(l_current_data, l_current_poc->resno0, in opj_j2k_write_poc_in_memory()
[all …]