HomeSort by relevance Sort by last modified time
    Searched refs:row_0 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
intrapred_neon.c 360 uint8x16_t row_0 = vrhaddq_u8(avg_0, A1_0); local
365 vst1q_u8(dst, row_0);
371 row_0 = vextq_u8(row_0, row_1, 1);
373 vst1q_u8(dst, row_0);
425 const uint8x8_t row_0 = vget_low_u8(row); local
427 const uint8x8_t r0 = vext_u8(row_0, row_1, 7);
428 const uint8x8_t r1 = vext_u8(row_0, row_1, 6);
429 const uint8x8_t r2 = vext_u8(row_0, row_1, 5);
430 const uint8x8_t r3 = vext_u8(row_0, row_1, 4)
490 const uint8x16_t row_0 = vrhaddq_u8(avg_0, Ledcba9876543210X); local
542 const uint8x16_t row_0 = vrhaddq_u8(avg_0, LLedcba9876543210Uf); local
781 const uint8x16_t row_0 = vdupq_lane_u8(left, 0); local
819 const uint8x16_t row_0 = vdupq_lane_u8(left, 0); local
    [all...]
highbd_intrapred_neon.c 345 const uint16x8_t above_right, uint16x8_t *row_0,
347 *row_0 = vextq_u16(*row_0, *row_1, 1);
349 vst1q_u16(*dst, *row_0);
367 uint16x8_t row_0 = vrhaddq_u16(avg_0, A1_0); local
372 vst1q_u16(dst, row_0);
375 d45_store_16(&dst, stride, above_right, &row_0, &row_1);
376 d45_store_16(&dst, stride, above_right, &row_0, &row_1);
377 d45_store_16(&dst, stride, above_right, &row_0, &row_1);
378 d45_store_16(&dst, stride, above_right, &row_0, &row_1)
413 uint16x8_t row_0 = vrhaddq_u16(avg_0, A1_0); local
468 const uint16x4_t row_0 = vget_low_u16(avg2); local
497 const uint16x8_t row_0 = vrhaddq_u16(avg_0, L6543210X); local
547 const uint16x8_t row_0 = vrhaddq_u16(avg_0, Ledcba987); local
623 uint16x8_t row_0 = vrhaddq_u16(avg_0, LLedcba987); local
    [all...]

Completed in 92 milliseconds