| /external/libgav1/src/dsp/x86/ |
| D | intrapred_smooth_sse4.cc | 50 const __m128i left_y = _mm_shuffle_epi32(left, y_mask); in WriteSmoothHorizontalSum4() local 107 const __m128i left_y = _mm_shuffle_epi32(left, y_mask); in WriteSmoothPredSum4() local 496 const __m128i left_y = _mm_cvtsi32_si128(left_ptr[y]); in SmoothWxH() local 663 __m128i left_y = _mm_shuffle_epi8(left, y_select); in SmoothHorizontal8x4_SSE4_1() local 695 const __m128i left_y = _mm_shuffle_epi8(left, y_select); in SmoothHorizontal8x8_SSE4_1() local 717 const __m128i left_y = _mm_shuffle_epi8(left, y_select); in SmoothHorizontal8x16_SSE4_1() local 724 const __m128i left_y = _mm_shuffle_epi8(left, y_select); in SmoothHorizontal8x16_SSE4_1() local 746 const __m128i left_y = _mm_shuffle_epi8(left, y_select); in SmoothHorizontal8x32_SSE4_1() local 753 const __m128i left_y = _mm_shuffle_epi8(left, y_select); in SmoothHorizontal8x32_SSE4_1() local 760 const __m128i left_y = _mm_shuffle_epi8(left, y_select); in SmoothHorizontal8x32_SSE4_1() local [all …]
|
| D | intrapred_directional_sse4.cc | 393 for (int x = 0, left_y = base_left_y; x < 4; x++, left_y += ystep) { in DirectionalZone3_4x4() local 438 for (int x = 0, left_y = base_left_y; x < 8; x++, left_y += ystep) { in DirectionalZone3_8xH() local 473 int left_y = ystep; in DirectionalIntraPredictorZone3_SSE4_1() local 488 int left_y = ystep; in DirectionalIntraPredictorZone3_SSE4_1() local 508 int left_y = ystep; in DirectionalIntraPredictorZone3_SSE4_1() local 523 int left_y = ystep; in DirectionalIntraPredictorZone3_SSE4_1() local 595 __m128i left_y) { in DirectionalZone2FromLeftCol_4x4_SSE4_1() 630 __m128i left_y) { in DirectionalZone2FromLeftCol_8x8_SSE4_1() 731 const __m128i& left_y) { in DirectionalZone2_8xH() 863 __m128i left_y = _mm_mullo_epi16(ystep_dup, dest_index_x); in DirectionalZone2_SSE4_1() local [all …]
|
| /external/libaom/aom_dsp/x86/ |
| D | intrapred_ssse3.c | 956 const __m128i left_y = _mm_cvtsi32_si128(left_column[y]); in smooth_predictor_wxh() local 2097 uint8_t *LIBAOM_RESTRICT dst, const __m128i *left_y, const __m128i *weights, in write_smooth_horizontal_sum4() 2118 __m128i left_y = _mm_shuffle_epi32(left, 0); in aom_smooth_h_predictor_4x4_ssse3() local 2146 __m128i left_y = _mm_shuffle_epi32(left, 0); in aom_smooth_h_predictor_4x8_ssse3() local 2192 __m128i left_y = _mm_shuffle_epi32(left, 0); in aom_smooth_h_predictor_4x16_ssse3() local 2278 __m128i left_y = _mm_shuffle_epi8(left, y_select); in aom_smooth_h_predictor_8x4_ssse3() local 2311 const __m128i left_y = _mm_shuffle_epi8(left, y_select); in aom_smooth_h_predictor_8x8_ssse3() local 2331 const __m128i left_y = _mm_shuffle_epi8(left, y_select); in aom_smooth_h_predictor_8x16_ssse3() local 2339 const __m128i left_y = _mm_shuffle_epi8(left, y_select); in aom_smooth_h_predictor_8x16_ssse3() local 2359 const __m128i left_y = _mm_shuffle_epi8(left, y_select); in aom_smooth_h_predictor_8x32_ssse3() local [all …]
|
| /external/libgav1/src/dsp/ |
| D | intrapred_directional.cc | 130 int left_y = (y << 6) - ystep; in DirectionalIntraPredictorZone2_C() local 174 int left_y = ystep; in DirectionalIntraPredictorZone3_C() local
|
| /external/libgav1/src/dsp/arm/ |
| D | intrapred_directional_neon.cc | 422 const uint8_t* LIBGAV1_RESTRICT const left_column, const int16x8_t left_y, in DirectionalZone2FromLeftCol_WxH() 549 const int16x8_t left_y = vmlaq_n_s16(remainder, zero_to_seven, -ystep); in DirectionalZone2_4xH() local 608 const int xstep_bounds_base, const int16x8_t left_y, in DirectionalZone2_8xH() 700 int16x8_t left_y = vmlaq_n_s16(remainder, zero_to_seven, -ystep); in DirectionalZone2_WxH() local 1245 int left_y = base_left_y + ystep; in DirectionalZone3_4x4() local 1381 int left_y = base_left_y + ystep; in DirectionalZone3_4x8() local 1476 int left_y = base_left_y + ystep; in DirectionalZone3_8x8() local 1692 const uint16_t* LIBGAV1_RESTRICT const left_column, const int16x4_t left_y, in DirectionalZone2FromLeftCol_4xH() 1748 const uint16_t* LIBGAV1_RESTRICT const left_column, const int16x8_t left_y, in DirectionalZone2FromLeftCol_8x8() 1913 const int16x4_t left_y = in DirectionalZone2_4xH() local [all …]
|
| D | intrapred_smooth_neon.cc | 661 const uint16x4x2_t weights_x, const uint16_t left_y, in CalculatePred8() 908 const uint16_t left_y = left[y]; in SmoothHorizontal8xH_NEON() local 946 const uint16_t left_y = left[y]; in SmoothHorizontalWxH_NEON() local
|
| /external/libvpx/vp9/common/ |
| D | vp9_loopfilter.h | 61 uint64_t left_y[TX_SIZES]; member
|
| D | vp9_loopfilter.c | 659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local 735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local 1536 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in vp9_build_mask() local
|
| /external/libaom/aom_dsp/arm/ |
| D | highbd_intrapred_neon.c | 422 const uint16x4x2_t weights_x, const uint16_t left_y, in highbd_calculate_pred8() 737 const uint16_t left_y = left_column[y]; in highbd_smooth_h_8xh_neon() local
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cCopyImageTests.cpp | 2879 …:compareImages(const targetDesc& left_desc, const GLubyte* left_data, GLuint left_x, GLuint left_y, in compareImages()
|