Searched refs:dc_1 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | dwt.c | 760 VREG s1_1, s2_1, dc_1, dn_1; in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() local 788 dc_1 = SUB(LOADU(in_odd + VREG_INT_COUNT), in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 791 ADD(LOADU(in_even + VREG_INT_COUNT), dc_1)); in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 805 STORE(tmp + PARALLEL_COLS_53 * i + VREG_INT_COUNT, dc_1); in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 811 ADD(s1_1, SAR(ADD(dn_1, dc_1), 1))); in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 815 dc_1 = dn_1; in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 819 STORE(tmp + PARALLEL_COLS_53 * i + VREG_INT_COUNT, dc_1); in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 832 ADD(s1_1, SAR(ADD(dn_1, dc_1), 1))); in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 839 ADD(s1_1, dc_1)); in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2()
|