Searched refs:ySrcTop (Results 1 – 3 of 3) sorted by relevance
543 uint16_t *ySrcTop = (uint16_t*) srcY; in convertYUV420Planar16ToY410() local555 y01 = *((uint32_t*)ySrcTop); ySrcTop += 2; in convertYUV420Planar16ToY410()556 y23 = *((uint32_t*)ySrcTop); ySrcTop += 2; in convertYUV420Planar16ToY410()579 y01 = *((uint32_t*)ySrcTop); in convertYUV420Planar16ToY410()
515 uint16_t *ySrcTop = (uint16_t *)srcY; in convertYUV420Planar16ToY410() local528 y01 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()529 ySrcTop += 2; in convertYUV420Planar16ToY410()530 y23 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()531 ySrcTop += 2; in convertYUV420Planar16ToY410()556 y01 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()
669 uint16_t *ySrcTop = (uint16_t*) srcY; in convertYUV420Planar16ToY410() local681 y01 = *((uint32_t*)ySrcTop); ySrcTop += 2; in convertYUV420Planar16ToY410()682 y23 = *((uint32_t*)ySrcTop); ySrcTop += 2; in convertYUV420Planar16ToY410()705 y01 = *((uint32_t*)ySrcTop); in convertYUV420Planar16ToY410()