Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg/
D0003-dwt-decode.patch95 - if (h_mem_size > (SIZE_MAX / PARALLEL_COLS_53 / sizeof(OPJ_INT32))) {
96 + if (h.mem_count > (SIZE_MAX / PARALLEL_COLS_53 / sizeof(OPJ_INT32))) {
100 /* We need PARALLEL_COLS_53 times the height of the array, */
102 /* we process PARALLEL_COLS_53 columns at a time */
103 - h_mem_size *= PARALLEL_COLS_53 * sizeof(OPJ_INT32);
104 + h_mem_size = h.mem_count * PARALLEL_COLS_53 * sizeof(OPJ_INT32);
Ddwt.c75 #define PARALLEL_COLS_53 (2*VREG_INT_COUNT) macro
559 LOAD(&tmp[PARALLEL_COLS_53 * i + 0])); in opj_idwt53_v_final_memcpy()
561 LOAD(&tmp[PARALLEL_COLS_53 * i + VREG_INT_COUNT])); in opj_idwt53_v_final_memcpy()
585 assert(PARALLEL_COLS_53 == 16); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
588 assert(PARALLEL_COLS_53 == 8); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
622 STORE(tmp + PARALLEL_COLS_53 * (i + 0), s0c_0); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
623 STORE(tmp + PARALLEL_COLS_53 * (i + 0) + VREG_INT_COUNT, s0c_1); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
626 STORE(tmp + PARALLEL_COLS_53 * (i + 1) + 0, in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
628 STORE(tmp + PARALLEL_COLS_53 * (i + 1) + VREG_INT_COUNT, in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
632 STORE(tmp + PARALLEL_COLS_53 * (i + 0) + 0, s0n_0); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()
[all …]