Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp1635 uint32x2_t uvtempl; in convertYUV420Planar16ToY410() local
1640 uvtempl = vget_low_u32(uvtempq); in convertYUV420Planar16ToY410()
1642 vaddw_u32(vshll_n_u32(uvtempl, 32), uvtempl)); in convertYUV420Planar16ToY410()
1644 uvtempl = vget_high_u32(uvtempq); in convertYUV420Planar16ToY410()
1646 vaddw_u32(vshll_n_u32(uvtempl, 32), uvtempl)); in convertYUV420Planar16ToY410()
1650 uvtempl = vget_low_u32(uvtempq); in convertYUV420Planar16ToY410()
1652 vaddw_u32(vshll_n_u32(uvtempl, 32), uvtempl)); in convertYUV420Planar16ToY410()
1654 uvtempl = vget_high_u32(uvtempq); in convertYUV420Planar16ToY410()
1656 vaddw_u32(vshll_n_u32(uvtempl, 32), uvtempl)); in convertYUV420Planar16ToY410()