Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Ddwt.c75 #define PARALLEL_COLS_53 (2*VREG_INT_COUNT) macro
640 LOAD(&tmp[PARALLEL_COLS_53 * i + 0])); in opj_idwt53_v_final_memcpy()
642 LOAD(&tmp[PARALLEL_COLS_53 * i + VREG_INT_COUNT])); in opj_idwt53_v_final_memcpy()
666 assert(PARALLEL_COLS_53 == 16); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
669 assert(PARALLEL_COLS_53 == 8); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
703 STORE(tmp + PARALLEL_COLS_53 * (i + 0), s0c_0); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
704 STORE(tmp + PARALLEL_COLS_53 * (i + 0) + VREG_INT_COUNT, s0c_1); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
707 STORE(tmp + PARALLEL_COLS_53 * (i + 1) + 0, in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
709 STORE(tmp + PARALLEL_COLS_53 * (i + 1) + VREG_INT_COUNT, in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
713 STORE(tmp + PARALLEL_COLS_53 * (i + 0) + 0, s0n_0); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
[all …]
D0003-dwt-decode.patch198 - if (h_mem_size > (SIZE_MAX / PARALLEL_COLS_53 / sizeof(OPJ_INT32))) {
199 + if (h.mem_count > (SIZE_MAX / PARALLEL_COLS_53 / sizeof(OPJ_INT32))) {
203 /* We need PARALLEL_COLS_53 times the height of the array, */
205 /* we process PARALLEL_COLS_53 columns at a time */
206 - h_mem_size *= PARALLEL_COLS_53 * sizeof(OPJ_INT32);
207 + h_mem_size = h.mem_count * PARALLEL_COLS_53 * sizeof(OPJ_INT32);