Searched defs:row_0 (Results 1 – 2 of 2) 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 781 const uint8x16_t row_0 = vdupq_lane_u8(left, 0); in h_store_16x8() local 819 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
|