Searched refs:dc_1 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libopenjpeg/ |
D | dwt.c | 679 VREG s1_1, s2_1, dc_1, dn_1; in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() local 707 dc_1 = SUB(LOADU(in_odd + VREG_INT_COUNT), in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 710 ADD(LOADU(in_even + VREG_INT_COUNT), dc_1)); in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 724 STORE(tmp + PARALLEL_COLS_53 * i + VREG_INT_COUNT, dc_1); in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 730 ADD(s1_1, SAR(ADD(dn_1, dc_1), 1))); in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 734 dc_1 = dn_1; in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 738 STORE(tmp + PARALLEL_COLS_53 * i + VREG_INT_COUNT, dc_1); in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 751 ADD(s1_1, SAR(ADD(dn_1, dc_1), 1))); in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() 758 ADD(s1_1, dc_1)); in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2()
|