Home
last modified time | relevance | path

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

/hardware/msm7k/libcopybit/
Dcopybit.cpp170 uint32_t W, H; in set_rects() local
177 H = dst->r - dst->l; in set_rects()
184 H = dst->b - dst->t; in set_rects()
187 MULDIV(&e->src_rect.y, &e->src_rect.h, src->b - src->t, H); in set_rects()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c124 short H[4],V[4]; in GetYUVformat() local
136 H[j] = (0x0f & (Data[temp_index] >> 4)); in GetYUVformat()
154 temp = (V[0]*H[0])/(V[1]*H[1]) ; in GetYUVformat()
156 if (temp == 4 && H[0] == 2) in GetYUVformat()
159 if (temp == 4 && H[0] == 4) in GetYUVformat()