Searched refs:cb0 (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 828 HandleType cb0 = in TEST_F() local 831 EXPECT_EQ(0, mFb->openColorBuffer(cb0)); in TEST_F() 832 …mFb->updateColorBuffer(cb0, 0, 0, mWidth/2, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate0.data()); in TEST_F() 866 mFb->post(cb0); in TEST_F() 871 mFb->closeColorBuffer(cb0); in TEST_F()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 3659 __m128i cb0 = _mm_mulhi_epi16(cb_const0, cbw); in stbi__YCbCr_to_RGB_simd() local 3663 __m128i gwt = _mm_add_epi16(cb0, yws); in stbi__YCbCr_to_RGB_simd() 3715 int16x8_t cb0 = vqdmulhq_s16(cbw, cb_const0); in stbi__YCbCr_to_RGB_simd() local 3719 int16x8_t gws = vaddq_s16(vaddq_s16(yws, cb0), cr1); in stbi__YCbCr_to_RGB_simd()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 3666 __m128i cb0 = _mm_mulhi_epi16(cb_const0, cbw); in stbi__YCbCr_to_RGB_simd() local 3670 __m128i gwt = _mm_add_epi16(cb0, yws); in stbi__YCbCr_to_RGB_simd() 3722 int16x8_t cb0 = vqdmulhq_s16(cbw, cb_const0); in stbi__YCbCr_to_RGB_simd() local 3726 int16x8_t gws = vaddq_s16(vaddq_s16(yws, cb0), cr1); in stbi__YCbCr_to_RGB_simd()
|