Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dresize.c1069 uint16_t *const input16 = CONVERT_TO_SHORTPTR(input); in highbd_upscale_normative_rect() local
1070 uint16_t *const in_tl = input16 - border_cols; in highbd_upscale_normative_rect()
1071 uint16_t *const in_tr = input16 + width; in highbd_upscale_normative_rect()
1076 aom_memset16(in_tl + i * in_stride, input16[i * in_stride], border_cols); in highbd_upscale_normative_rect()
1084 aom_memset16(in_tr + i * in_stride, input16[i * in_stride + width - 1], in highbd_upscale_normative_rect()