HomeSort by relevance Sort by last modified time
    Searched defs:left_high (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_intrapred_neon.c 783 const uint16x4_t left_high = vget_high_u16(left_u16); local
800 row = vdupq_lane_u16(left_high, 0);
803 row = vdupq_lane_u16(left_high, 1);
806 row = vdupq_lane_u16(left_high, 2);
809 row = vdupq_lane_u16(left_high, 3);
832 const uint16x4_t left_high = vget_high_u16(left_u16q); local
843 row = vdupq_lane_u16(left_high, 0);
845 row = vdupq_lane_u16(left_high, 1);
847 row = vdupq_lane_u16(left_high, 2);
849 row = vdupq_lane_u16(left_high, 3)
877 const uint16x4_t left_high = vget_high_u16(left_u16q); local
    [all...]
intrapred_neon.c 970 const int16x4_t left_high = vget_high_s16(left_s16q); local
    [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 1834 const vixl32::Register left_high = HighRegisterFrom(left); local
2099 vixl32::Register left_high = HighRegisterFrom(left); local
2157 vixl32::Register left_high = HighRegisterFrom(left); local
    [all...]
code_generator_x86.cc 1418 Register left_high = left.AsRegisterPairHigh<Register>(); local
4396 Register left_high = left.AsRegisterPairHigh<Register>(); local
    [all...]

Completed in 226 milliseconds