Searched refs:left_values (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_directional_neon.cc | 114 const uint8x8_t left_values = vld1_u8(top + top_base_x); in DirectionalZone1_WxH() local 115 const uint8x8_t right_values = RightShift<8>(left_values); in DirectionalZone1_WxH() 116 const uint8x8_t value = WeightedBlend(left_values, right_values, shift); in DirectionalZone1_WxH() 126 uint8x8_t left_values, right_values; in DirectionalZone1_WxH() local 129 LoadStepwise(top + top_base_x, base_step, right_step, &left_values, in DirectionalZone1_WxH() 132 const uint8x8_t value = WeightedBlend(left_values, right_values, shift); in DirectionalZone1_WxH() 188 uint8x8_t left_values, right_values; in DirectionalZone1_WxH() local 189 LoadStepwise(top + top_base_x + x, base_step, right_step, &left_values, in DirectionalZone1_WxH() 192 const uint8x8_t value = WeightedBlend(left_values, right_values, shift); in DirectionalZone1_WxH() 265 const uint8x8_t left_values = vld1_u8(top + top_base_x + x); in DirectionalIntraPredictorZone1_NEON() local [all …]
|
/external/webp/src/dsp/ |
D | enc_sse2.c | 623 const __m128i left_values = _mm_loadl_epi64((const __m128i*)left); in DC8uv_SSE2() local 624 const __m128i combined = _mm_unpacklo_epi64(top_values, left_values); in DC8uv_SSE2()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13843 const glw::GLdouble* left_values = (glw::GLdouble*)left; in compare() local 13848 const glw::GLdouble left_value = left_values[component]; in compare() 13865 const glw::GLint* left_values = (glw::GLint*)left; in compare() local 13870 const glw::GLint left_value = left_values[component]; in compare() 13886 const glw::GLuint* left_values = (glw::GLuint*)left; in compare() local 13891 const glw::GLuint left_value = left_values[component]; in compare()
|