Searched refs:PARALLEL_COLS_53 (Results 1 – 2 of 2) sorted by relevance
75 #define PARALLEL_COLS_53 (2*VREG_INT_COUNT) macro638 LOAD(&tmp[PARALLEL_COLS_53 * i + 0])); in opj_idwt53_v_final_memcpy()640 LOAD(&tmp[PARALLEL_COLS_53 * i + VREG_INT_COUNT])); in opj_idwt53_v_final_memcpy()664 assert(PARALLEL_COLS_53 == 16); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()667 assert(PARALLEL_COLS_53 == 8); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()701 STORE(tmp + PARALLEL_COLS_53 * (i + 0), s0c_0); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()702 STORE(tmp + PARALLEL_COLS_53 * (i + 0) + VREG_INT_COUNT, s0c_1); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()705 STORE(tmp + PARALLEL_COLS_53 * (i + 1) + 0, in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()707 STORE(tmp + PARALLEL_COLS_53 * (i + 1) + VREG_INT_COUNT, in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()711 STORE(tmp + PARALLEL_COLS_53 * (i + 0) + 0, s0n_0); in opj_idwt53_v_cas0_mcols_SSE2_OR_AVX2()[all …]
198 - 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);