Lines Matching refs:chroma_bound
341 int32_t chroma_bound[4]; in get_edge_cond() local
348 memset(&chroma_bound, 0, sizeof(int32_t) * 4); in get_edge_cond()
383 chroma_bound[IMG_LEFT] = req->src_rect.x; in get_edge_cond()
384 chroma_bound[IMG_RIGHT] = req->src_rect.x + req->src_rect.w - 1; in get_edge_cond()
385 chroma_bound[IMG_TOP] = req->src_rect.y; in get_edge_cond()
386 chroma_bound[IMG_BOTTOM] = req->src_rect.y + req->src_rect.h - 1; in get_edge_cond()
392 chroma_bound[IMG_LEFT] = chroma_bound[IMG_LEFT] >> 1; in get_edge_cond()
393 chroma_bound[IMG_RIGHT] = chroma_bound[IMG_RIGHT] >> 1; in get_edge_cond()
401 chroma_bound[IMG_TOP] = (chroma_bound[IMG_TOP] + 1) >> 1; in get_edge_cond()
402 chroma_bound[IMG_BOTTOM] = chroma_bound[IMG_BOTTOM] >> 1; in get_edge_cond()
405 chroma_repeat[IMG_LEFT] = chroma_bound[IMG_LEFT] - in get_edge_cond()
408 chroma_bound[IMG_RIGHT]; in get_edge_cond()
409 chroma_repeat[IMG_TOP] = chroma_bound[IMG_TOP] - in get_edge_cond()
412 chroma_bound[IMG_BOTTOM]; in get_edge_cond()