Searched defs:top_left_x2 (Results 1 – 5 of 5) sorted by relevance
| /external/libgav1/src/dsp/x86/ |
| D | intrapred_sse4.cc | 736 const __m128i top_left_x2 = _mm_add_epi32(top_lefts, top_lefts); in Paeth4x4_SSE4_1() local 770 const __m128i top_left_x2 = _mm_add_epi32(top_lefts, top_lefts); in Paeth4x8_SSE4_1() local 820 const __m128i top_left_x2 = _mm_add_epi32(top_lefts, top_lefts); in Paeth4x16_SSE4_1() local 887 const __m128i top_left_x2 = _mm_add_epi16(top_lefts, top_lefts); in Paeth8x4_SSE4_1() local 917 const __m128i top_left_x2 = _mm_add_epi16(top_lefts, top_lefts); in Paeth8x8_SSE4_1() local 962 const __m128i top_left_x2 = _mm_add_epi16(top_lefts, top_lefts); in Paeth8x16_SSE4_1() local 1047 const __m128i top_left_x2 = _mm_add_epi16(top_lefts16, top_lefts16); in Paeth16x4_SSE4_1() local 1091 const __m128i top_left_x2 = _mm_add_epi16(top_lefts16, top_lefts16); in WritePaeth16x8() local 1157 const __m128i top_left_x2 = _mm_add_epi16(top_lefts16, top_lefts16); in WritePaeth16x16() local
|
| /external/libgav1/src/dsp/arm/ |
| D | intrapred_neon.cc | 360 const uint16x8_t top_left_x2 = vdupq_n_u16(top_row_u8[-1] + top_row_u8[-1]); in Paeth4Or8xN_NEON() local 464 const uint16x8_t top_left_x2 = vdupq_n_u16(top_row_u8[-1] + top_row_u8[-1]); in Paeth16PlusxN_NEON() local 1227 const uint16x4_t top_left_x2 = vshl_n_u16(top_left, 1); in Paeth4xH_NEON() local 1270 const uint16x8_t top_left_x2 = vshlq_n_u16(top_left, 1); in Paeth8xH_NEON() local 1315 const uint16x8_t top_left_x2 = vshlq_n_u16(top_left, 1); in PaethWxH_NEON() local
|
| /external/libgav1/src/dsp/ |
| D | intrapred.cc | 194 const int top_left_x2 = top_left + top_left; in Paeth() local
|
| /external/libaom/aom_dsp/arm/ |
| D | highbd_intrapred_neon.c | 752 const uint16x8_t top_left_x2 = vdupq_n_u16(top_row[-1] + top_row[-1]); in highbd_paeth_4or8_x_h_neon() local 861 const uint16x8_t top_left_x2 = vdupq_n_u16(top_row[-1] + top_row[-1]); in highbd_paeth16_plus_x_h_neon() local
|
| D | intrapred_neon.c | 3011 const uint16x8_t top_left_x2 = vdupq_n_u16(top_row[-1] + top_row[-1]); in paeth_4or8_x_h_neon() local 3130 const uint16x8_t top_left_x2 = vdupq_n_u16(top_row[-1] + top_row[-1]); in paeth16_plus_x_h_neon() local
|