Searched refs:poshalf (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | t1.c | 137 OPJ_INT32 poshalf, 143 OPJ_INT32 poshalf, 757 OPJ_INT32 poshalf, in opj_t1_dec_refpass_step_raw() argument 767 *datap += (v ^ (*datap < 0)) ? poshalf : -poshalf; in opj_t1_dec_refpass_step_raw() 773 mqc, curctx, v, a, c, ct, poshalf) \ argument 780 data[ci*data_stride] += (v ^ (data[ci*data_stride] < 0)) ? poshalf : -poshalf; \ 789 OPJ_INT32 poshalf, in opj_t1_dec_refpass_step_mqc() argument 797 mqc->ct, poshalf); in opj_t1_dec_refpass_step_mqc() 911 OPJ_INT32 one, poshalf; in opj_t1_dec_refpass_raw() local 917 poshalf = one >> 1; in opj_t1_dec_refpass_raw() [all …]
|