Searched refs:cas_col (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | 0003-dwt-decode.patch | 168 - (*p_function)(bj, dn, sn, cas_col); 169 + (*p_function) (bj, l_data_count, dn, sn, cas_col); 171 opj_dwt_deinterleave_v(bj, aj, dn, sn, w, cas_col);
|
D | dwt.c | 1156 …OPJ_INT32 cas_col; /* 0 = non inversion on horizontal filtering 1 = inversion between low-pass an… in opj_dwt_encode_procedure() local 1166 cas_col = l_cur_res->y0 & 1; in opj_dwt_encode_procedure() 1176 (*p_function) (bj, l_data_count, dn, sn, cas_col); in opj_dwt_encode_procedure() 1178 opj_dwt_deinterleave_v(bj, aj, dn, sn, w, cas_col); in opj_dwt_encode_procedure()
|