Home
last modified time | relevance | path

Searched defs:src_u16 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vpx_dsp/arm/
Dhighbd_sad_neon.c31 const uint16x4_t src_u16 = vld1_u16(src16_ptr + j); in highbd_sad4_neon() local
53 const uint16x8_t src_u16 = vld1q_u16(src16_ptr + j); in highbd_sad8_neon() local
/external/libaom/av1/encoder/
Dpalette.c800 uint16_t *src_u16 = CONVERT_TO_SHORTPTR(src_u); in av1_rd_pick_palette_intra_sbuv() local
927 const uint16_t *const src_u16 = CONVERT_TO_SHORTPTR(src_u); in av1_restore_uv_color_map() local
/external/libgav1/src/dsp/arm/
Dloop_restoration_neon.cc1668 const uint16x8_t src_u16 = vmovl_u8(src); in CalculateFilteredOutput() local