Searched refs:cas_col (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | 0003-dwt-decode.patch | 152 - (*p_function) (bj, dn, sn, cas_col); 153 + (*p_function) (bj, l_data_count, dn, sn, cas_col); 155 opj_dwt_deinterleave_v(bj, aj, dn, sn, w, cas_col);
|
D | dwt.c | 427 …OPJ_INT32 cas_col; /* 0 = non inversion on horizontal filtering 1 = inversion between low-pass and… in opj_dwt_encode_procedure() local 437 cas_col = l_cur_res->y0 & 1; in opj_dwt_encode_procedure() 447 (*p_function) (bj, l_data_count, dn, sn, cas_col); in opj_dwt_encode_procedure() 449 opj_dwt_deinterleave_v(bj, aj, dn, sn, w, cas_col); in opj_dwt_encode_procedure()
|