Searched refs:left_high (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 783 const uint16x4_t left_high = vget_high_u16(left_u16); in vpx_highbd_h_predictor_8x8_neon() local 800 row = vdupq_lane_u16(left_high, 0); in vpx_highbd_h_predictor_8x8_neon() 803 row = vdupq_lane_u16(left_high, 1); in vpx_highbd_h_predictor_8x8_neon() 806 row = vdupq_lane_u16(left_high, 2); in vpx_highbd_h_predictor_8x8_neon() 809 row = vdupq_lane_u16(left_high, 3); in vpx_highbd_h_predictor_8x8_neon() 832 const uint16x4_t left_high = vget_high_u16(left_u16q); in vpx_highbd_h_predictor_16x16_neon() local 843 row = vdupq_lane_u16(left_high, 0); in vpx_highbd_h_predictor_16x16_neon() 845 row = vdupq_lane_u16(left_high, 1); in vpx_highbd_h_predictor_16x16_neon() 847 row = vdupq_lane_u16(left_high, 2); in vpx_highbd_h_predictor_16x16_neon() 849 row = vdupq_lane_u16(left_high, 3); in vpx_highbd_h_predictor_16x16_neon() [all …]
|
D | intrapred_neon.c | 968 const int16x4_t left_high = vget_high_s16(left_s16q); in vpx_tm_predictor_16x16_neon() local 979 left_dup = vdupq_lane_s16(left_high, 0); in vpx_tm_predictor_16x16_neon() 981 left_dup = vdupq_lane_s16(left_high, 1); in vpx_tm_predictor_16x16_neon() 983 left_dup = vdupq_lane_s16(left_high, 2); in vpx_tm_predictor_16x16_neon() 985 left_dup = vdupq_lane_s16(left_high, 3); in vpx_tm_predictor_16x16_neon()
|
/external/rust/crates/tokio-stream/src/ |
D | stream_ext.rs | 908 (left_low, left_high): (usize, Option<usize>), in merge_size_hints() 912 let high = match (left_high, right_hign) { in merge_size_hints()
|