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

  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_idct4x4_add_sse2.c 17 void vpx_highbd_idct4x4_16_add_sse2(const tran_low_t *input, uint16_t *dest, function
  /external/libvpx/libvpx/test/
fdct4x4_test.cc 83 vpx_highbd_idct4x4_16_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 10);
87 vpx_highbd_idct4x4_16_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 12);
partial_idct_test.cc 688 &highbd_wrapper<vpx_highbd_idct4x4_16_add_sse2>, TX_4X4, 16, 8, 2),
691 &highbd_wrapper<vpx_highbd_idct4x4_16_add_sse2>, TX_4X4, 16, 10, 2),
694 &highbd_wrapper<vpx_highbd_idct4x4_16_add_sse2>, TX_4X4, 16, 12, 2),
    [all...]

Completed in 83 milliseconds