Searched refs:m_rotate_uint16_t (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libultrahdr/lib/src/ |
H A D | editorhelper.cpp | 190 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 D | editorhelper.h | 61 void (*m_rotate_uint16_t)(uint16_t*, uint16_t*, int, int, int, int, int); member
|