Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/msm/
Dmdp_ppp.c299 IMG_TOP, enumerator
362 &luma_interp[IMG_TOP], &luma_interp[IMG_BOTTOM], in get_edge_cond()
363 &luma_repeat[IMG_TOP], &luma_repeat[IMG_BOTTOM]); in get_edge_cond()
370 luma_interp[IMG_TOP] = req->src_rect.y; in get_edge_cond()
373 luma_repeat[IMG_TOP] = 0; in get_edge_cond()
380 chroma_interp[IMG_TOP] = luma_interp[IMG_TOP]; in get_edge_cond()
385 chroma_bound[IMG_TOP] = req->src_rect.y; in get_edge_cond()
398 chroma_interp[IMG_TOP] = (chroma_interp[IMG_TOP] - 1) >> 1; in get_edge_cond()
401 chroma_bound[IMG_TOP] = (chroma_bound[IMG_TOP] + 1) >> 1; in get_edge_cond()
409 chroma_repeat[IMG_TOP] = chroma_bound[IMG_TOP] - in get_edge_cond()
[all …]