Searched refs:y01 (Results 1 – 1 of 1) sorted by relevance
550 uint32_t u01, v01, y01, y23, y45, y67, uv0, uv1; in convertYUV420Planar16ToY410() local556 y01 = *((uint32_t*)ptr_ytop); ptr_ytop += 2; in convertYUV420Planar16ToY410()564 *dst_top++ = ((y01 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()565 *dst_top++ = ((y01 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()580 y01 = *((uint32_t*)ptr_ytop); in convertYUV420Planar16ToY410()583 *dst_top++ = ((y01 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()584 *dst_top++ = ((y01 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()704 uint32_t y01 = *((uint32_t*)ptr_y); ptr_y += 2; in convertYUV420Planar16ToY410() local706 *ptr_out++ = ((y01 & 0x3FF) << 10) | uv; in convertYUV420Planar16ToY410()707 *ptr_out++ = ((y01 >> 16) << 10) | uv; in convertYUV420Planar16ToY410()