Home
last modified time | relevance | path

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

/external/libaom/libaom/aom/src/
Daom_image.c227 unsigned int uv_y = y >> img->y_chroma_shift; in aom_img_set_rect() local
230 data + uv_x * bytes_per_sample + uv_y * img->stride[AOM_PLANE_U]; in aom_img_set_rect()
234 data + uv_x * bytes_per_sample + uv_y * img->stride[AOM_PLANE_V]; in aom_img_set_rect()
237 data + uv_x * bytes_per_sample + uv_y * img->stride[AOM_PLANE_V]; in aom_img_set_rect()
241 data + uv_x * bytes_per_sample + uv_y * img->stride[AOM_PLANE_U]; in aom_img_set_rect()