Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp633 uint32x2_t uvtempl; in convertYUV420Planar16ToY410() local
638 uvtempl = vget_low_u32(uvtempq); in convertYUV420Planar16ToY410()
640 vaddw_u32(vshll_n_u32(uvtempl, 32), uvtempl)); in convertYUV420Planar16ToY410()
642 uvtempl = vget_high_u32(uvtempq); in convertYUV420Planar16ToY410()
644 vaddw_u32(vshll_n_u32(uvtempl, 32), uvtempl)); in convertYUV420Planar16ToY410()
648 uvtempl = vget_low_u32(uvtempq); in convertYUV420Planar16ToY410()
650 vaddw_u32(vshll_n_u32(uvtempl, 32), uvtempl)); in convertYUV420Planar16ToY410()
652 uvtempl = vget_high_u32(uvtempq); in convertYUV420Planar16ToY410()
654 vaddw_u32(vshll_n_u32(uvtempl, 32), uvtempl)); in convertYUV420Planar16ToY410()