Searched refs:m_rotate_uint8_t (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libultrahdr/lib/src/ |
H A D | editorhelper.cpp | 189 m_rotate_uint8_t = rotate_buffer_clockwise_neon<uint8_t>; 194 m_rotate_uint8_t = rotate_buffer_clockwise<uint8_t>; 253 desc->m_rotate_uint8_t(src_buffer, dst_buffer, src->w, src->h, src->stride[UHDR_PLANE_Y], in apply_rotate() 259 desc->m_rotate_uint8_t(src_buffer, dst_buffer, src->w / 2, src->h / 2, src->stride[i], in apply_rotate() 277 desc->m_rotate_uint8_t(src_buffer, dst_buffer, src->w, src->h, src->stride[i], dst->stride[i], in apply_rotate()
|
/aosp_15_r20/external/libultrahdr/lib/include/ultrahdr/ |
H A D | editorhelper.h | 60 void (*m_rotate_uint8_t)(uint8_t*, uint8_t*, int, int, int, int, int); member
|