Searched refs:pV (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/tests/benchmark/src/native/encoder/ |
D | C2Encoder.cpp | 213 uint8_t *pV = view.data()[C2PlanarLayout::PLANE_V]; in encodeFrames() local 216 memcpy(pV, data + (mWidth * mHeight * 5 >> 2), mWidth * mHeight >> 2); in encodeFrames()
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 60 Poly_vert* pV = & pPoly->vert[i]; 61 ALOGI("[%d] %g, %g, %g %g", i, pV->sx, pV->sy, pV->sz, pV->sw);
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 357 uint8_t* pV = view.data()[C2PlanarLayout::PLANE_V]; in encodeNFrames() local 361 memcpy(pV, data + (nWidth * nHeight * 5 >> 2), nWidth * nHeight >> 2); in encodeNFrames()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_x86.cpp | 536 const unsigned char *pV, uint32_t count, const short *param) { in rsdIntrinsicYuv2_K() argument 557 V = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pV)); in rsdIntrinsicYuv2_K() 591 pV += 4; in rsdIntrinsicYuv2_K()
|
/frameworks/rs/driver/runtime/arch/ |
D | asimd.ll | 834 define <4 x i8> @_Z18rsYuvToRGBA_uchar4hhh(i8 %pY, i8 %pU, i8 %pV) nounwind readnone alwaysinline { 837 %_sv = zext i8 %pV to i32
|
D | neon.ll | 838 define <4 x i8> @_Z18rsYuvToRGBA_uchar4hhh(i8 %pY, i8 %pU, i8 %pV) nounwind readnone alwaysinline { 841 %_sv = zext i8 %pV to i32
|