Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp733 uint32x4_t uvtempq; in convertYUV420Planar16ToY410() local
735 uvtempq = vaddw_u16(vshll_n_u16(v0123, 20), u0123); in convertYUV420Planar16ToY410()
737 uvtempl = vget_low_u32(uvtempq); in convertYUV420Planar16ToY410()
741 uvtempl = vget_high_u32(uvtempq); in convertYUV420Planar16ToY410()
745 uvtempq = vaddw_u16(vshll_n_u16(v4567, 20), u4567); in convertYUV420Planar16ToY410()
747 uvtempl = vget_low_u32(uvtempq); in convertYUV420Planar16ToY410()
751 uvtempl = vget_high_u32(uvtempq); in convertYUV420Planar16ToY410()