Searched refs:left_high (Results 1 – 4 of 4) 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/v8/src/mips/ |
D | macro-assembler-mips.h | 573 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,
|
D | macro-assembler-mips.cc | 1439 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()
|