Searched refs: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 367 vst1q_u8(dst, row_1); in vpx_d45_predictor_32x32_neon() 371 row_0 = vextq_u8(row_0, row_1, 1); in vpx_d45_predictor_32x32_neon() 372 row_1 = vextq_u8(row_1, above_right, 1); in vpx_d45_predictor_32x32_neon() 375 vst1q_u8(dst, row_1); in vpx_d45_predictor_32x32_neon() 381 vst1q_u8(dst, row_1); in vpx_d45_predictor_32x32_neon() 426 const uint8x8_t row_1 = vget_high_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() [all …]
|
D | highbd_intrapred_neon.c | 346 uint16x8_t *row_1) { in d45_store_16() argument 347 *row_0 = vextq_u16(*row_0, *row_1, 1); in d45_store_16() 348 *row_1 = vextq_u16(*row_1, above_right, 1); in d45_store_16() 351 vst1q_u16(*dst, *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 373 vst1q_u16(dst + 8, row_1); 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() [all …]
|