Searched refs:dsttemp (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 1658 uint32x4_t dsttemp; in convertYUV420Planar16ToY410() local 1660 dsttemp = vorrq_u32(uv0011, vshll_n_u16(y0123, 10)); in convertYUV420Planar16ToY410() 1661 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410() 1663 dsttemp = vorrq_u32(uv2233, vshll_n_u16(y4567, 10)); in convertYUV420Planar16ToY410() 1664 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410() 1666 dsttemp = vorrq_u32(uv4455, vshll_n_u16(y89ab, 10)); in convertYUV420Planar16ToY410() 1667 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410() 1669 dsttemp = vorrq_u32(uv6677, vshll_n_u16(ycdef, 10)); in convertYUV420Planar16ToY410() 1670 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
|