HomeSort by relevance Sort by last modified time
    Searched full:right_context (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
deblock_neon.c 325 uint8x8_t left_context, s, right_context; local
353 right_context = vdup_n_u8(src[col + 7]);
355 right_context = vld1_u8(src + col + 7);
358 x = vreinterpretq_s16_u16(vsubl_u8(right_context, left_context));
359 y = vreinterpretq_s16_u16(vaddl_u8(right_context, left_context));

Completed in 81 milliseconds