Searched refs:ptr_v (Results 1 – 1 of 1) sorted by relevance
1549 uint16_t *ptr_v = (uint16_t*) src_v; in convertYUV420Planar16ToY410() local1556 v01 = *((uint32_t*)ptr_v); ptr_v += 2; in convertYUV420Planar16ToY410()1581 v01 = *ptr_v; in convertYUV420Planar16ToY410()1620 uint16_t *ptr_v = (uint16_t*) src_v; in convertYUV420Planar16ToY410() local1628 uint16x4_t v0123 = vld1_u16(ptr_v); ptr_v += 4; in convertYUV420Planar16ToY410()1629 uint16x4_t v4567 = vld1_u16(ptr_v); ptr_v += 4; in convertYUV420Planar16ToY410()1701 uint16_t *ptr_v = (uint16_t*) src_v; in convertYUV420Planar16ToY410() local1705 uint16_t v = *ptr_v++; in convertYUV420Planar16ToY410()