Home
last modified time | relevance | path

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

/aosp_15_r20/external/libultrahdr/lib/src/
H A Deditorhelper.cpp191 m_rotate_uint32_t = rotate_buffer_clockwise_neon<uint32_t>;
196 m_rotate_uint32_t = rotate_buffer_clockwise<uint32_t>;
247 desc->m_rotate_uint32_t(src_uv_buffer, dst_uv_buffer, src->w / 2, src->h / 2, in apply_rotate()
266 desc->m_rotate_uint32_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.h62 void (*m_rotate_uint32_t)(uint32_t*, uint32_t*, int, int, int, int, int); member