Searched refs:ptr_ytop (Results 1 – 1 of 1) sorted by relevance
644 uint16_t *ptr_ytop = (uint16_t*) src_y; in convertYUV420Planar16ToY410() local655 y01 = *((uint32_t*)ptr_ytop); ptr_ytop += 2; in convertYUV420Planar16ToY410()656 y23 = *((uint32_t*)ptr_ytop); ptr_ytop += 2; in convertYUV420Planar16ToY410()679 y01 = *((uint32_t*)ptr_ytop); in convertYUV420Planar16ToY410()