Searched defs:row_0 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 360 uint8x16_t row_0 = vrhaddq_u8(avg_0, A1_0); in vpx_d45_predictor_32x32_neon() local 425 const uint8x8_t row_0 = vget_low_u8(row); in vpx_d135_predictor_8x8_neon() local 453 uint8_t **dst, const ptrdiff_t stride, const uint8x16_t row_0, in d135_store_16x8() 490 const uint8x16_t row_0 = vrhaddq_u8(avg_0, Ledcba9876543210X); in vpx_d135_predictor_16x16_neon() local 513 const uint8x16_t row_0, in d135_store_32x2() 542 const uint8x16_t row_0 = vrhaddq_u8(avg_0, LLedcba9876543210Uf); in vpx_d135_predictor_32x32_neon() local 779 const uint8x16_t row_0 = vdupq_lane_u8(left, 0); in h_store_16x8() local 817 const uint8x16_t row_0 = vdupq_lane_u8(left, 0); in h_store_32x8() local
|
D | highbd_intrapred_neon.c | 345 const uint16x8_t above_right, uint16x8_t *row_0, in d45_store_16() 367 uint16x8_t row_0 = vrhaddq_u16(avg_0, A1_0); in vpx_highbd_d45_predictor_16x16_neon() local 413 uint16x8_t row_0 = vrhaddq_u16(avg_0, A1_0); in vpx_highbd_d45_predictor_32x32_neon() local 468 const uint16x4_t row_0 = vget_low_u16(avg2); in vpx_highbd_d135_predictor_4x4_neon() local 497 const uint16x8_t row_0 = vrhaddq_u16(avg_0, L6543210X); in vpx_highbd_d135_predictor_8x8_neon() local 525 const uint16x8_t row_0, in d135_store_16() 547 const uint16x8_t row_0 = vrhaddq_u16(avg_0, Ledcba987); in vpx_highbd_d135_predictor_16x16_neon() local 623 uint16x8_t row_0 = vrhaddq_u16(avg_0, LLedcba987); in vpx_highbd_d135_predictor_32x32_neon() local
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | bilinear_filter_sse2.c | 204 __m128i row_0 = _mm_load_si128((__m128i *)src); in vertical_8xN() local 308 const __m128i row_0 = _mm_load_si128((__m128i *)src); in vertical_4x4() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_ssse3.c | 87 __m128i *row_0, __m128i *row_1, in d45_store_16() 522 __m128i row_0 = avg3_0; in vpx_highbd_d153_predictor_16x16_ssse3() local 599 __m128i row_0 = avg3_0; in vpx_highbd_d153_predictor_32x32_ssse3() local
|