Home
last modified time | relevance | path

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

/aosp_15_r20/external/libultrahdr/lib/src/
H A Deditorhelper.cpp192 m_rotate_uint64_t = rotate_buffer_clockwise_neon<uint64_t>;
197 m_rotate_uint64_t = rotate_buffer_clockwise<uint64_t>;
271 desc->m_rotate_uint64_t(src_buffer, dst_buffer, src->w, src->h, src->stride[UHDR_PLANE_PACKED], in apply_rotate()
/aosp_15_r20/external/libultrahdr/lib/include/ultrahdr/
H A Deditorhelper.h63 void (*m_rotate_uint64_t)(uint64_t*, uint64_t*, int, int, int, int, int); member