Home
last modified time | relevance | path

Searched refs:ptr_v (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp647 uint16_t *ptr_v = (uint16_t*) src_v; in convertYUV420Planar16ToY410() local
653 v01 = *((uint32_t*)ptr_v); ptr_v += 2; in convertYUV420Planar16ToY410()
678 v01 = *ptr_v; in convertYUV420Planar16ToY410()
717 uint16_t *ptr_v = (uint16_t*) src_v; in convertYUV420Planar16ToY410() local
725 uint16x4_t v0123 = vld1_u16(ptr_v); ptr_v += 4; in convertYUV420Planar16ToY410()
726 uint16x4_t v4567 = vld1_u16(ptr_v); ptr_v += 4; in convertYUV420Planar16ToY410()
798 uint16_t *ptr_v = (uint16_t*) src_v; in convertYUV420Planar16ToY410() local
802 uint16_t v = *ptr_v++; in convertYUV420Planar16ToY410()