Home
last modified time | relevance | path

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

/external/libaom/libaom/aom/src/
Daom_image.c226 unsigned int uv_x = x >> img->x_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()