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

  /external/libvpx/libvpx/test/
idct8x8_test.cc 77 vpx_idct8x8_64_add_c(coeff, dst, 8);
partial_idct_test.cc 457 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>,
458 &wrapper<vpx_idct8x8_64_add_c>, TX_8X8, 64, 8, 1),
459 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>,
461 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>,
606 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>,
    [all...]
fdct8x8_test.cc 637 make_tuple(&vpx_fdct8x8_c, &vpx_idct8x8_64_add_c, 0, VPX_BITS_8),
643 &vpx_idct8x8_64_add_c, 0,
706 ::testing::Values(make_tuple(&vpx_fdct8x8_sse2, &vpx_idct8x8_64_add_c, 0,
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 277 void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride);
278 #define vpx_idct8x8_64_add vpx_idct8x8_64_add_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 277 void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride);
278 #define vpx_idct8x8_64_add vpx_idct8x8_64_add_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 277 void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride);
278 #define vpx_idct8x8_64_add vpx_idct8x8_64_add_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 277 void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride);
278 #define vpx_idct8x8_64_add vpx_idct8x8_64_add_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 303 void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 335 void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 335 void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 333 void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 333 void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 360 void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 362 void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 324 void vpx_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride) { function
    [all...]

Completed in 66 milliseconds