Lines Matching refs:in_odd
429 const OPJ_INT32* in_odd = &tiledp[sn];
438 tmp[0] = in_even[0] - ((in_odd[0] + 1) >> 1);
440 tmp[i] = in_even[j + 1] - ((in_odd[j] + in_odd[j + 1] + 2) >> 2);
443 tmp[len - 1] = in_even[(len - 1) / 2] - ((in_odd[(len - 2) / 2] + 1) >> 1);
448 tmp[i] = in_odd[j] + ((tmp[i - 1] + tmp[i + 1]) >> 1);
451 tmp[len - 1] = in_odd[(len - 1) / 2] + tmp[len - 2];
462 d1n = in_odd[0];
470 d1n = in_odd[j];
497 const OPJ_INT32* in_odd = &tiledp[0];
507 tmp[i] = in_odd[j] - ((in_even[j] + in_even[j + 1] + 2) >> 2);
510 tmp[len - 1] = in_odd[len / 2 - 1] - ((in_even[len / 2 - 1] + 1) >> 1);
531 dc = in_odd[0] - ((in_even[0] + s1 + 2) >> 2);
538 dn = in_odd[j] - ((s1 + s2 + 2) >> 2);
549 dn = in_odd[len / 2 - 1] - ((s1 + 1) >> 1);
589 const OPJ_INT32* in_odd = &tiledp[0];
590 out[1] = in_odd[0] - ((in_even[0] + 1) >> 1);
656 const OPJ_INT32* in_odd = &tiledp_col[(OPJ_SIZE_T)sn * stride];
680 d1n_0 = LOADU(in_odd);
681 d1n_1 = LOADU(in_odd + VREG_INT_COUNT);
696 d1n_0 = LOADU(in_odd + j * stride);
697 d1n_1 = LOADU(in_odd + j * stride + VREG_INT_COUNT);
764 const OPJ_INT32* in_odd = &tiledp_col[0];
781 /* in_odd[0] - ((in_even[0] + s1 + 2) >> 2); */
782 dc_0 = SUB(LOADU(in_odd + 0),
787 /* in_odd[0] - ((in_even[0] + s1 + 2) >> 2); */
788 dc_1 = SUB(LOADU(in_odd + VREG_INT_COUNT),
798 /* dn = in_odd[j * stride] - ((s1 + s2 + 2) >> 2); */
799 dn_0 = SUB(LOADU(in_odd + j * stride),
801 dn_1 = SUB(LOADU(in_odd + j * stride + VREG_INT_COUNT),
822 /*dn = in_odd[(len / 2 - 1) * stride] - ((s1 + 1) >> 1); */
823 dn_0 = SUB(LOADU(in_odd + (OPJ_SIZE_T)(len / 2 - 1) * stride),
825 dn_1 = SUB(LOADU(in_odd + (OPJ_SIZE_T)(len / 2 - 1) * stride + VREG_INT_COUNT),
920 const OPJ_INT32* in_odd = &tiledp_col[0];
928 dc = in_odd[0] - ((in_even[0] + s1 + 2) >> 2);
934 dn = in_odd[(OPJ_SIZE_T)j * stride] - ((s1 + s2 + 2) >> 2);
943 dn = in_odd[(OPJ_SIZE_T)(len / 2 - 1) * stride] - ((s1 + 1) >> 1);
1011 const OPJ_INT32* in_odd = &tiledp_col[0];
1013 out[1] = in_odd[0] - ((in_even[0] + 1) >> 1);