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

  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_inv_txfm_sse2.h 20 static INLINE __m128i add_dc_clamp(const __m128i *const min, function
50 d = add_dc_clamp(&zero, &max, &dc, &d);
highbd_idct4x4_add_sse2.c 148 d = add_dc_clamp(&zero, &max, &dc, &d);

Completed in 1255 milliseconds