Searched refs:dsttemp (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 755 uint32x4_t dsttemp; in convertYUV420Planar16ToY410() local 757 dsttemp = vorrq_u32(uv0011, vshll_n_u16(y0123, 10)); in convertYUV420Planar16ToY410() 758 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410() 760 dsttemp = vorrq_u32(uv2233, vshll_n_u16(y4567, 10)); in convertYUV420Planar16ToY410() 761 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410() 763 dsttemp = vorrq_u32(uv4455, vshll_n_u16(y89ab, 10)); in convertYUV420Planar16ToY410() 764 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410() 766 dsttemp = vorrq_u32(uv6677, vshll_n_u16(ycdef, 10)); in convertYUV420Planar16ToY410() 767 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
|