Lines Matching refs:src_u
6103 const uint8_t *const src_u = x->plane[1].src.buf;
6115 colors_u = av1_count_colors_highbd(src_u, src_stride, rows, cols,
6120 colors_u = av1_count_colors(src_u, src_stride, rows, cols, count_buf);
6136 uint16_t *src_u16 = CONVERT_TO_SHORTPTR(src_u);
6144 lb_u = src_u[0];
6145 ub_u = src_u[0];
6158 val_u = src_u[r * src_stride + c];
10871 const uint8_t *const src_u = x->plane[1].src.buf;
10877 const uint16_t *const src_u16 = CONVERT_TO_SHORTPTR(src_u);
10889 data[(r * cols + c) * 2] = src_u[r * src_stride + c];