HomeSort by relevance Sort by last modified time
    Searched refs:in_odd (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
yuvconvert.c 47 struct yuv411 *in_odd = in_even + w4; local
63 YUV422_Y0(*out_odd) = YUV411_Y10(*in_odd);
66 YUV422_Y1(*out_odd) = YUV411_Y12(*in_odd);
69 in_odd++;
74 in_odd += w4;
87 struct yuv411 *in_odd = in_even + width / 2; local
103 YUV422_Y0(*out_odd) = YUV411_Y00(in_odd[0]);
109 in_odd += 2;
114 in_odd += w4_3;
  /external/python/cpython2/Modules/
yuvconvert.c 47 struct yuv411 *in_odd = in_even + w4; local
63 YUV422_Y0(*out_odd) = YUV411_Y10(*in_odd);
66 YUV422_Y1(*out_odd) = YUV411_Y12(*in_odd);
69 in_odd++;
74 in_odd += w4;
87 struct yuv411 *in_odd = in_even + width / 2; local
103 YUV422_Y0(*out_odd) = YUV411_Y00(in_odd[0]);
109 in_odd += 2;
114 in_odd += w4_3;
  /external/pdfium/third_party/libopenjpeg20/
dwt.c 429 const OPJ_INT32* in_odd = &tiledp[sn]; local
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] local
656 const OPJ_INT32* in_odd = &tiledp_col[(OPJ_SIZE_T)sn * stride]; local
764 const OPJ_INT32* in_odd = &tiledp_col[0]; local
920 const OPJ_INT32* in_odd = &tiledp_col[0]; local
    [all...]

Completed in 199 milliseconds