Searched refs:uvtempq (Results 1 – 1 of 1) sorted by relevance
1636 uint32x4_t uvtempq; in convertYUV420Planar16ToY410() local1638 uvtempq = vaddw_u16(vshll_n_u16(v0123, 20), u0123); in convertYUV420Planar16ToY410()1640 uvtempl = vget_low_u32(uvtempq); in convertYUV420Planar16ToY410()1644 uvtempl = vget_high_u32(uvtempq); in convertYUV420Planar16ToY410()1648 uvtempq = vaddw_u16(vshll_n_u16(v4567, 20), u4567); in convertYUV420Planar16ToY410()1650 uvtempl = vget_low_u32(uvtempq); in convertYUV420Planar16ToY410()1654 uvtempl = vget_high_u32(uvtempq); in convertYUV420Planar16ToY410()