HomeSort by relevance Sort by last modified time
    Searched refs:b_3 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
sad_neon.c 266 const uint8x16_t b_3 = vld1q_u8(b + 48); local
275 abs_1 = vabal_u8(abs_1, vget_low_u8(a_3), vget_low_u8(b_3));
276 abs_1 = vabal_u8(abs_1, vget_high_u8(a_3), vget_high_u8(b_3));
300 const uint8x16_t b_3 = vld1q_u8(b + 48); local
308 const uint8x16_t avg_3 = vrhaddq_u8(b_3, c_3);
  /external/tensorflow/tensorflow/python/framework/
ops_test.py     [all...]

Completed in 103 milliseconds