Home
last modified time | relevance | path

Searched refs:left_high (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c783 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 …]
Dintrapred_neon.c968 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/v8/src/mips/
Dmacro-assembler-mips.h573 Register left_high, Register right_low, Register right_high,
577 Register left_high, Register right_low, Register right_high,
581 Register left_high, Register right_low, Register right_high,
Dmacro-assembler-mips.cc1439 Register left_low, Register left_high, in AddPair() argument
1446 Addu(scratch2, left_high, right_high); in AddPair()
1452 Register left_low, Register left_high, in SubPair() argument
1459 Subu(scratch2, left_high, right_high); in SubPair()
1465 Register left_low, Register left_high, in MulPair() argument
1473 Mul(scratch3, left_high, right_low); in MulPair()