Searched defs:pY (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/filters/
H A DColorConvert.cpp49 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height,
55 int32_t y = *(pY + i * width + j);
71 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height,
77 int32_t y = *(pY + i * width + j);
48 convertYUV420spToARGB( uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height, uint8_t *dest) argument
70 convertYUV420spToRGB888( uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height, uint8_t *dest) argument
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp29 bool EntryCompare(const Entry& pX, const Entry& pY) { argument
30 return (pX.first < pY.first);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.cpp411 const unsigned char *pY, const unsigned char *pUV,
431 Y = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pY));
466 pY += 4;
473 const unsigned char *pY, const unsigned char *pUV,
493 Y = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pY));
528 pY += 4;
535 const unsigned char *pY, const unsigned char *pU,
555 Y = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pY));
589 pY += 4;
410 rsdIntrinsicYuv_K(void *dst, const unsigned char *pY, const unsigned char *pUV, uint32_t count, const short *param) argument
472 rsdIntrinsicYuvR_K(void *dst, const unsigned char *pY, const unsigned char *pUV, uint32_t count, const short *param) argument
534 rsdIntrinsicYuv2_K(void *dst, const unsigned char *pY, const unsigned char *pU, const unsigned char *pV, uint32_t count, const short *param) argument

Completed in 437 milliseconds