Searched refs:chroma_bound (Results 1 – 1 of 1) sorted by relevance
341 int32_t chroma_bound[4]; in get_edge_cond() local348 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()[all …]