Searched refs:row_5 (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 467 vst1q_u8(*dst, row_5); in d135_store_16x8() 786 const uint8x16_t row_5 = vdupq_lane_u8(left, 5); in h_store_16x8() local 800 vst1q_u8(*dst, row_5); in h_store_16x8() 824 const uint8x16_t row_5 = vdupq_lane_u8(left, 5); in h_store_32x8() local 848 vst1q_u8(*dst, row_5); in h_store_32x8() 850 vst1q_u8(*dst, row_5); in h_store_32x8()
|
D | highbd_intrapred_neon.c | 658 uint16x8_t row_5 = vrhaddq_u16(avg_5, AL89abcdef); in vpx_highbd_d135_predictor_32x32_neon() local 691 row_4 = row_5; in vpx_highbd_d135_predictor_32x32_neon() 692 row_5 = row_6; in vpx_highbd_d135_predictor_32x32_neon()
|