Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/msm/
Dmdp_ppp.c297 IMG_LEFT, enumerator
365 &luma_interp[IMG_LEFT], &luma_interp[IMG_RIGHT], in get_edge_cond()
366 &luma_repeat[IMG_LEFT], &luma_repeat[IMG_RIGHT]); in get_edge_cond()
368 luma_interp[IMG_LEFT] = req->src_rect.x; in get_edge_cond()
372 luma_repeat[IMG_LEFT] = 0; in get_edge_cond()
378 chroma_interp[IMG_LEFT] = luma_interp[IMG_LEFT]; in get_edge_cond()
383 chroma_bound[IMG_LEFT] = req->src_rect.x; in get_edge_cond()
389 chroma_interp[IMG_LEFT] = chroma_interp[IMG_LEFT] >> 1; in get_edge_cond()
392 chroma_bound[IMG_LEFT] = chroma_bound[IMG_LEFT] >> 1; in get_edge_cond()
405 chroma_repeat[IMG_LEFT] = chroma_bound[IMG_LEFT] - in get_edge_cond()
[all …]