Searched refs:ptr_v (Results 1 – 1 of 1) sorted by relevance
548 uint16_t *ptr_v = (uint16_t*) src_v; in convertYUV420Planar16ToY410() local554 v01 = *((uint32_t*)ptr_v); ptr_v += 2; in convertYUV420Planar16ToY410()579 v01 = *ptr_v; in convertYUV420Planar16ToY410()618 uint16_t *ptr_v = (uint16_t*) src_v; in convertYUV420Planar16ToY410() local626 uint16x4_t v0123 = vld1_u16(ptr_v); ptr_v += 4; in convertYUV420Planar16ToY410()627 uint16x4_t v4567 = vld1_u16(ptr_v); ptr_v += 4; in convertYUV420Planar16ToY410()699 uint16_t *ptr_v = (uint16_t*) src_v; in convertYUV420Planar16ToY410() local703 uint16_t v = *ptr_v++; in convertYUV420Planar16ToY410()