Searched refs:postshift (Results 1 – 4 of 4) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 1510 #define postshift 14 macro 1588 dst[0] = descale(x1*postscale[0], postshift); in aan_fdct8x8() 1589 dst[4] = descale(x2*postscale[4], postshift); in aan_fdct8x8() 1594 dst[2] = descale(x4*postscale[2], postshift); in aan_fdct8x8() 1595 dst[6] = descale(x1*postscale[6], postshift); in aan_fdct8x8() 1611 dst[5] = descale(x1*postscale[5], postshift); in aan_fdct8x8() 1612 dst[1] = descale(x0*postscale[1], postshift); in aan_fdct8x8() 1613 dst[7] = descale(x4*postscale[7], postshift); in aan_fdct8x8() 1614 dst[3] = descale(x3*postscale[3], postshift); in aan_fdct8x8() 1680 fdct_qtab[i][idx] = cvRound((1 << (postshift + 9))/ in WriteImage()
|
/external/opencv3/modules/videoio/src/ |
D | cap_mjpeg_encoder.cpp | 652 postshift = 14 enumerator 1079 dst[0] = (short)DCT_DESCALE(x1*postscale[0], postshift); in aan_fdct8x8() 1080 dst[4] = (short)DCT_DESCALE(x2*postscale[4], postshift); in aan_fdct8x8() 1085 dst[2] = (short)DCT_DESCALE(x4*postscale[2], postshift); in aan_fdct8x8() 1086 dst[6] = (short)DCT_DESCALE(x1*postscale[6], postshift); in aan_fdct8x8() 1102 dst[5] = (short)DCT_DESCALE(x1*postscale[5], postshift); in aan_fdct8x8() 1103 dst[1] = (short)DCT_DESCALE(x0*postscale[1], postshift); in aan_fdct8x8() 1104 dst[7] = (short)DCT_DESCALE(x4*postscale[7], postshift); in aan_fdct8x8() 1105 dst[3] = (short)DCT_DESCALE(x3*postscale[3], postshift); in aan_fdct8x8() 1185 fdct_qtab[i][idx] = (short)(cvRound((1 << (postshift + 11)))/ in writeFrameData()
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 4689 Int postshift; /* work */ in decDivideOp() local 4719 postshift=var1initpad+exponent-lhs->exponent+rhs->exponent; in decDivideOp() 4721 if (var1initpad<postshift) postshift=var1initpad; in decDivideOp() 4724 var1units=decShiftToLeast(var1, var1units, postshift); in decDivideOp()
|
/external/opencv3/modules/imgproc/src/ |
D | imgwarp.cpp | 556 __m128i postshift = _mm_set1_epi16((short)shiftval); in operator ()() local 572 t0 = _mm_add_epi16(_mm_packs_epi32(t0, t2), postshift); in operator ()() 583 t1 = _mm_add_epi16(_mm_packs_epi32(t1, t2), postshift); in operator ()() 602 t0 = _mm_add_epi16(_mm_packs_epi32(t0, t2), postshift); in operator ()() 613 t1 = _mm_add_epi16(_mm_packs_epi32(t1, t2), postshift); in operator ()() 628 t0 = _mm_add_epi16(_mm_packs_epi32(t0, t0), postshift); in operator ()() 800 __m128i postshift = _mm_set1_epi16((short)shiftval); in operator ()() local 835 t0 = _mm_add_epi16(_mm_packs_epi32(t0, t1), postshift); in operator ()()
|