Searched refs:u01 (Results 1 – 1 of 1) sorted by relevance
550 uint32_t u01, v01, y01, y23, y45, y67, uv0, uv1; in convertYUV420Planar16ToY410() local553 u01 = *((uint32_t*)ptr_u); ptr_u += 2; in convertYUV420Planar16ToY410()561 uv0 = (u01 & 0x3FF) | ((v01 & 0x3FF) << 20); in convertYUV420Planar16ToY410()562 uv1 = (u01 >> 16) | ((v01 >> 16) << 20); in convertYUV420Planar16ToY410()578 u01 = *ptr_u; in convertYUV420Planar16ToY410()582 uv0 = (u01 & 0x3FF) | ((v01 & 0x3FF) << 20); in convertYUV420Planar16ToY410()