Searched defs:row_1 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 361 uint8x16_t row_1 = vrhaddq_u8(avg_1, A1_1); in vpx_d45_predictor_32x32_neon() local 426 const uint8x8_t row_1 = vget_high_u8(row); in vpx_d135_predictor_8x8_neon() local 454 const uint8x16_t row_1, const uint8x16_t row_2, const uint8x16_t row_3, in d135_store_16x8() 491 const uint8x16_t row_1 = vrhaddq_u8(avg_1, A0123456789abcdef); in vpx_d135_predictor_16x16_neon() local 514 const uint8x16_t row_1, in d135_store_32x2() 550 const uint8x16_t row_1 = vrhaddq_u8(avg_1, LUedcba9876543210X); in vpx_d135_predictor_32x32_neon() local 782 const uint8x16_t row_1 = vdupq_lane_u8(left, 1); in h_store_16x8() local 820 const uint8x16_t row_1 = vdupq_lane_u8(left, 1); in h_store_32x8() local
|
D | highbd_intrapred_neon.c | 346 uint16x8_t *row_1) { in d45_store_16() 368 uint16x8_t row_1 = vrhaddq_u16(avg_1, A1_1); in vpx_highbd_d45_predictor_16x16_neon() local 414 uint16x8_t row_1 = vrhaddq_u16(avg_1, A1_1); in vpx_highbd_d45_predictor_32x32_neon() local 469 const uint16x4_t row_1 = vget_high_u16(avg2); in vpx_highbd_d135_predictor_4x4_neon() local 498 const uint16x8_t row_1 = vrhaddq_u16(avg_1, A01234567); in vpx_highbd_d135_predictor_8x8_neon() local 526 const uint16x8_t row_1) { in d135_store_16() 553 const uint16x8_t row_1 = vrhaddq_u16(avg_1, L6543210X); in vpx_highbd_d135_predictor_16x16_neon() local 636 uint16x8_t row_1 = vrhaddq_u16(avg_1, LL6543210Uf); in vpx_highbd_d135_predictor_32x32_neon() local
|