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

  /external/libvpx/libvpx/test/
dct32x32_test.cc 366 make_tuple(&vpx_fdct32x32_c, &vpx_idct32x32_1024_add_c, 0, VPX_BITS_8),
367 make_tuple(&vpx_fdct32x32_rd_c, &vpx_idct32x32_1024_add_c, 1,
377 ::testing::Values(make_tuple(&vpx_fdct32x32_c, &vpx_idct32x32_1024_add_c, 0,
379 make_tuple(&vpx_fdct32x32_rd_c, &vpx_idct32x32_1024_add_c,
417 make_tuple(&vpx_fdct32x32_sse2, &vpx_idct32x32_1024_add_c, 0,
419 make_tuple(&vpx_fdct32x32_rd_sse2, &vpx_idct32x32_1024_add_c, 1,
partial_idct_test.cc 441 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1024_add_c>,
442 &wrapper<vpx_idct32x32_1024_add_c>, TX_32X32, 1024, 8, 1),
443 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1024_add_c>,
445 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1024_add_c>,
447 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1024_add_c>,
590 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1024_add_c>,
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 253 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride);
254 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 253 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride);
254 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 253 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride);
254 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 253 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride);
254 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 271 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 303 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 303 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 301 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 301 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 324 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 326 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 1176 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, function
    [all...]

Completed in 72 milliseconds