Searched refs:rotate_buffer_clockwise (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libultrahdr/lib/src/ |
H A D | editorhelper.cpp | 27 void rotate_buffer_clockwise(T* src_buffer, T* dst_buffer, int src_w, int src_h, int src_stride, in rotate_buffer_clockwise() function 163 template void rotate_buffer_clockwise<uint8_t>(uint8_t*, uint8_t*, int, int, int, int, int); 164 template void rotate_buffer_clockwise<uint16_t>(uint16_t*, uint16_t*, int, int, int, int, int); 165 template void rotate_buffer_clockwise<uint32_t>(uint32_t*, uint32_t*, int, int, int, int, int); 166 template void rotate_buffer_clockwise<uint64_t>(uint64_t*, uint64_t*, int, int, int, int, int); 194 m_rotate_uint8_t = rotate_buffer_clockwise<uint8_t>; 195 m_rotate_uint16_t = rotate_buffer_clockwise<uint16_t>; 196 m_rotate_uint32_t = rotate_buffer_clockwise<uint32_t>; 197 m_rotate_uint64_t = rotate_buffer_clockwise<uint64_t>;
|
/aosp_15_r20/external/libultrahdr/lib/src/dsp/arm/ |
H A D | editorhelper_neon.cpp | 654 rotate_buffer_clockwise(src_buffer, dst_buffer, src_w, src_h, src_stride, dst_stride, 90); in rotate_buffer_clockwise_90_neon_uint8_t() 693 rotate_buffer_clockwise(src_buffer, dst_buffer, src_w, src_h, src_stride, dst_stride, 90); in rotate_buffer_clockwise_90_neon_uint16_t() 732 rotate_buffer_clockwise(src_buffer, dst_buffer, src_w, src_h, src_stride, dst_stride, 90); in rotate_buffer_clockwise_90_neon_uint32_t() 771 rotate_buffer_clockwise(src_buffer, dst_buffer, src_w, src_h, src_stride, dst_stride, 90); in rotate_buffer_clockwise_90_neon_uint64_t() 809 rotate_buffer_clockwise(src_buffer, dst_buffer, src_w, src_h, src_stride, dst_stride, 270); in rotate_buffer_clockwise_270_neon_uint8_t() 847 rotate_buffer_clockwise(src_buffer, dst_buffer, src_w, src_h, src_stride, dst_stride, 270); in rotate_buffer_clockwise_270_neon_uint16_t() 885 rotate_buffer_clockwise(src_buffer, dst_buffer, src_w, src_h, src_stride, dst_stride, 270); in rotate_buffer_clockwise_270_neon_uint32_t() 923 rotate_buffer_clockwise(src_buffer, dst_buffer, src_w, src_h, src_stride, dst_stride, 270); in rotate_buffer_clockwise_270_neon_uint64_t()
|
/aosp_15_r20/external/libultrahdr/lib/include/ultrahdr/ |
H A D | editorhelper.h | 105 extern void rotate_buffer_clockwise(T* src_buffer, T* dst_buffer, int src_w, int src_h,
|