Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp656 uint32x4_t dsttemp; in convertYUV420Planar16ToY410() local
658 dsttemp = vorrq_u32(uv0011, vshll_n_u16(y0123, 10)); in convertYUV420Planar16ToY410()
659 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
661 dsttemp = vorrq_u32(uv2233, vshll_n_u16(y4567, 10)); in convertYUV420Planar16ToY410()
662 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
664 dsttemp = vorrq_u32(uv4455, vshll_n_u16(y89ab, 10)); in convertYUV420Planar16ToY410()
665 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
667 dsttemp = vorrq_u32(uv6677, vshll_n_u16(ycdef, 10)); in convertYUV420Planar16ToY410()
668 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()