Searched refs:row_6 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 455 const uint8x16_t row_4, const uint8x16_t row_5, const uint8x16_t row_6, in d135_store_16x8() argument 469 vst1q_u8(*dst, row_6); in d135_store_16x8() 787 const uint8x16_t row_6 = vdupq_lane_u8(left, 6); in h_store_16x8() local 802 vst1q_u8(*dst, row_6); in h_store_16x8() 825 const uint8x16_t row_6 = vdupq_lane_u8(left, 6); in h_store_32x8() local 852 vst1q_u8(*dst, row_6); in h_store_32x8() 854 vst1q_u8(*dst, row_6); in h_store_32x8()
|
D | highbd_intrapred_neon.c | 664 uint16x8_t row_6 = vrhaddq_u16(avg_6, AR01234567); in vpx_highbd_d135_predictor_32x32_neon() local 692 row_5 = row_6; in vpx_highbd_d135_predictor_32x32_neon() 693 row_6 = row_7; in vpx_highbd_d135_predictor_32x32_neon()
|