Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp1514 int step, const int *postscale ) in aan_fdct8x8() argument
1567 for( i = 8; i > 0; i--, work++, postscale += 8, dst += 8 ) in aan_fdct8x8()
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()
/external/opencv/cv/src/
Dcvcolor.cpp970 const float* pre_coeffs, int postscale ) in icvABC2BGRx_8u_C3CnR() argument
1000 if( postscale ) in icvABC2BGRx_8u_C3CnR()