Searched refs: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 365 vst1q_u8(dst, row_0); in vpx_d45_predictor_32x32_neon() 371 row_0 = vextq_u8(row_0, row_1, 1); in vpx_d45_predictor_32x32_neon() 373 vst1q_u8(dst, row_0); in vpx_d45_predictor_32x32_neon() 425 const uint8x8_t row_0 = vget_low_u8(row); in vpx_d135_predictor_8x8_neon() local 427 const uint8x8_t r0 = vext_u8(row_0, row_1, 7); in vpx_d135_predictor_8x8_neon() 428 const uint8x8_t r1 = vext_u8(row_0, row_1, 6); in vpx_d135_predictor_8x8_neon() 429 const uint8x8_t r2 = vext_u8(row_0, row_1, 5); in vpx_d135_predictor_8x8_neon() 430 const uint8x8_t r3 = vext_u8(row_0, row_1, 4); in vpx_d135_predictor_8x8_neon() 431 const uint8x8_t r4 = vext_u8(row_0, row_1, 3); in vpx_d135_predictor_8x8_neon() [all …]
|
D | highbd_intrapred_neon.c | 345 const uint16x8_t above_right, uint16x8_t *row_0, in d45_store_16() argument 347 *row_0 = vextq_u16(*row_0, *row_1, 1); in d45_store_16() 349 vst1q_u16(*dst, *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 372 vst1q_u16(dst, row_0); in vpx_highbd_d45_predictor_16x16_neon() 375 d45_store_16(&dst, stride, above_right, &row_0, &row_1); in vpx_highbd_d45_predictor_16x16_neon() 376 d45_store_16(&dst, stride, above_right, &row_0, &row_1); in vpx_highbd_d45_predictor_16x16_neon() 377 d45_store_16(&dst, stride, above_right, &row_0, &row_1); in vpx_highbd_d45_predictor_16x16_neon() 378 d45_store_16(&dst, stride, above_right, &row_0, &row_1); in vpx_highbd_d45_predictor_16x16_neon() 379 d45_store_16(&dst, stride, above_right, &row_0, &row_1); in vpx_highbd_d45_predictor_16x16_neon() [all …]
|