Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dpi.c869 opj_poc_t * l_current_poc = 00; in opj_pi_update_encode_poc_and_final() local
887 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 …]
Dj2k.c1601 opj_poc_t * l_current_poc = 00; in opj_j2k_get_num_tp() local
1611 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() local
3061 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 …]