Home
last modified time | relevance | path

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

/aosp_15_r20/external/libultrahdr/lib/src/
H A Deditorhelper.cpp190 m_rotate_uint16_t = rotate_buffer_clockwise_neon<uint16_t>;
195 m_rotate_uint16_t = rotate_buffer_clockwise<uint16_t>;
243 desc->m_rotate_uint16_t(src_buffer, dst_buffer, src->w, src->h, src->stride[UHDR_PLANE_Y], in apply_rotate()
284 desc->m_rotate_uint16_t(src_buffer, dst_buffer, src->w, src->h, src->stride[i], in apply_rotate()
/aosp_15_r20/external/libultrahdr/lib/include/ultrahdr/
H A Deditorhelper.h61 void (*m_rotate_uint16_t)(uint16_t*, uint16_t*, int, int, int, int, int); member