Searched refs:ptr_ytop (Results 1 – 1 of 1) sorted by relevance
545 uint16_t *ptr_ytop = (uint16_t*) src_y; in convertYUV420Planar16ToY410() local556 y01 = *((uint32_t*)ptr_ytop); ptr_ytop += 2; in convertYUV420Planar16ToY410()557 y23 = *((uint32_t*)ptr_ytop); ptr_ytop += 2; in convertYUV420Planar16ToY410()580 y01 = *((uint32_t*)ptr_ytop); in convertYUV420Planar16ToY410()