Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp1618 uint16_t *ptr_y = (uint16_t*) src_y; in convertYUV420Planar16ToY410() local
1630 uint16x4_t y0123 = vld1_u16(ptr_y); ptr_y += 4; in convertYUV420Planar16ToY410()
1631 uint16x4_t y4567 = vld1_u16(ptr_y); ptr_y += 4; in convertYUV420Planar16ToY410()
1632 uint16x4_t y89ab = vld1_u16(ptr_y); ptr_y += 4; in convertYUV420Planar16ToY410()
1633 uint16x4_t ycdef = vld1_u16(ptr_y); ptr_y += 4; in convertYUV420Planar16ToY410()
1699 uint16_t *ptr_y = (uint16_t*) src_y; in convertYUV420Planar16ToY410() local
1706 uint32_t y01 = *((uint32_t*)ptr_y); ptr_y += 2; in convertYUV420Planar16ToY410()