Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/msm/
Dmdp_ppp.c342 int32_t chroma_repeat[4]; in get_edge_cond() local
349 memset(&chroma_repeat, 0, sizeof(int32_t) * 4); in get_edge_cond()
405 chroma_repeat[IMG_LEFT] = chroma_bound[IMG_LEFT] - in get_edge_cond()
407 chroma_repeat[IMG_RIGHT] = chroma_interp[IMG_RIGHT] - in get_edge_cond()
409 chroma_repeat[IMG_TOP] = chroma_bound[IMG_TOP] - in get_edge_cond()
411 chroma_repeat[IMG_BOTTOM] = chroma_interp[IMG_BOTTOM] - in get_edge_cond()
414 if (chroma_repeat[IMG_LEFT] < 0 || chroma_repeat[IMG_LEFT] > 3 || in get_edge_cond()
415 chroma_repeat[IMG_RIGHT] < 0 || chroma_repeat[IMG_RIGHT] > 3 || in get_edge_cond()
416 chroma_repeat[IMG_TOP] < 0 || chroma_repeat[IMG_TOP] > 3 || in get_edge_cond()
417 chroma_repeat[IMG_BOTTOM] < 0 || chroma_repeat[IMG_BOTTOM] > 3 || in get_edge_cond()
[all …]