Home
last modified time | relevance | path

Searched refs:tiledp_col (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Ddwt.c627 void opj_idwt53_v_final_memcpy(OPJ_INT32* tiledp_col, in opj_idwt53_v_final_memcpy() argument
639 STOREU(&tiledp_col[(OPJ_SIZE_T)i * stride + 0], in opj_idwt53_v_final_memcpy()
641 STOREU(&tiledp_col[(OPJ_SIZE_T)i * stride + VREG_INT_COUNT], in opj_idwt53_v_final_memcpy()
652 OPJ_INT32* tiledp_col, in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2() argument
655 const OPJ_INT32* in_even = &tiledp_col[0]; in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
656 const OPJ_INT32* in_odd = &tiledp_col[(OPJ_SIZE_T)sn * stride]; in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
743 opj_idwt53_v_final_memcpy(tiledp_col, tmp, len, stride); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
753 OPJ_INT32* tiledp_col, in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() argument
763 const OPJ_INT32* in_even = &tiledp_col[(OPJ_SIZE_T)sn * stride]; in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2()
764 const OPJ_INT32* in_odd = &tiledp_col[0]; in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2()
[all …]