Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp732 uint32x2_t uvtempl; in convertYUV420Planar16ToY410() local
737 uvtempl = vget_low_u32(uvtempq); in convertYUV420Planar16ToY410()
739 vaddw_u32(vshll_n_u32(uvtempl, 32), uvtempl)); in convertYUV420Planar16ToY410()
741 uvtempl = vget_high_u32(uvtempq); in convertYUV420Planar16ToY410()
743 vaddw_u32(vshll_n_u32(uvtempl, 32), uvtempl)); in convertYUV420Planar16ToY410()
747 uvtempl = vget_low_u32(uvtempq); in convertYUV420Planar16ToY410()
749 vaddw_u32(vshll_n_u32(uvtempl, 32), uvtempl)); in convertYUV420Planar16ToY410()
751 uvtempl = vget_high_u32(uvtempq); in convertYUV420Planar16ToY410()
753 vaddw_u32(vshll_n_u32(uvtempl, 32), uvtempl)); in convertYUV420Planar16ToY410()