Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Ddwt.c625 void opj_idwt53_v_final_memcpy(OPJ_INT32* tiledp_col, in opj_idwt53_v_final_memcpy() argument
637 STOREU(&tiledp_col[(OPJ_SIZE_T)i * stride + 0], in opj_idwt53_v_final_memcpy()
639 STOREU(&tiledp_col[(OPJ_SIZE_T)i * stride + VREG_INT_COUNT], in opj_idwt53_v_final_memcpy()
650 OPJ_INT32* tiledp_col, in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2() argument
653 const OPJ_INT32* in_even = &tiledp_col[0]; in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
654 const OPJ_INT32* in_odd = &tiledp_col[(OPJ_SIZE_T)sn * stride]; in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
741 opj_idwt53_v_final_memcpy(tiledp_col, tmp, len, stride); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
751 OPJ_INT32* tiledp_col, in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2() argument
761 const OPJ_INT32* in_even = &tiledp_col[(OPJ_SIZE_T)sn * stride]; in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2()
762 const OPJ_INT32* in_odd = &tiledp_col[0]; in opj_idwt53_v_cas1_mcols_SSE2_OR_AVX2()
[all …]