Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp634 uint32x4_t uvtempq; in convertYUV420Planar16ToY410() local
636 uvtempq = vaddw_u16(vshll_n_u16(v0123, 20), u0123); in convertYUV420Planar16ToY410()
638 uvtempl = vget_low_u32(uvtempq); in convertYUV420Planar16ToY410()
642 uvtempl = vget_high_u32(uvtempq); in convertYUV420Planar16ToY410()
646 uvtempq = vaddw_u16(vshll_n_u16(v4567, 20), u4567); in convertYUV420Planar16ToY410()
648 uvtempl = vget_low_u32(uvtempq); in convertYUV420Planar16ToY410()
652 uvtempl = vget_high_u32(uvtempq); in convertYUV420Planar16ToY410()