Searched refs:chroma_bound (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmdp_ppp.c340 int32_t chroma_bound[4]; local
347 memset(&chroma_bound, 0, sizeof(int32_t) * 4);
382 chroma_bound[IMG_LEFT] = req->src_rect.x;
383 chroma_bound[IMG_RIGHT] = req->src_rect.x + req->src_rect.w - 1;
384 chroma_bound[IMG_TOP] = req->src_rect.y;
385 chroma_bound[IMG_BOTTOM] = req->src_rect.y + req->src_rect.h - 1;
391 chroma_bound[IMG_LEFT] = chroma_bound[IMG_LEFT] >> 1;
392 chroma_bound[IMG_RIGHT] = chroma_bound[IMG_RIGH
[all...]

Completed in 38 milliseconds