Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp715 uint16_t *ptr_y = (uint16_t*) src_y; in convertYUV420Planar16ToY410() local
727 uint16x4_t y0123 = vld1_u16(ptr_y); ptr_y += 4; in convertYUV420Planar16ToY410()
728 uint16x4_t y4567 = vld1_u16(ptr_y); ptr_y += 4; in convertYUV420Planar16ToY410()
729 uint16x4_t y89ab = vld1_u16(ptr_y); ptr_y += 4; in convertYUV420Planar16ToY410()
730 uint16x4_t ycdef = vld1_u16(ptr_y); ptr_y += 4; in convertYUV420Planar16ToY410()
796 uint16_t *ptr_y = (uint16_t*) src_y; in convertYUV420Planar16ToY410() local
803 uint32_t y01 = *((uint32_t*)ptr_y); ptr_y += 2; in convertYUV420Planar16ToY410()