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

  /external/libvpx/libvpx/test/
partial_idct_test.cc 449 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_256_add_c>,
450 &wrapper<vpx_idct16x16_256_add_c>, TX_16X16, 256, 8, 1),
451 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_256_add_c>,
453 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_256_add_c>,
455 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_256_add_c>,
598 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_256_add_c>,
    [all...]
dct16x16_test.cc 244 vpx_idct16x16_256_add_c(in, dest, stride);
815 make_tuple(&vpx_fdct16x16_c, &vpx_idct16x16_256_add_c, 0, VPX_BITS_8)));
819 &vpx_idct16x16_256_add_c,
894 make_tuple(&vpx_fdct16x16_sse2, &vpx_idct16x16_256_add_c, 0,
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 247 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride);
248 #define vpx_idct16x16_256_add vpx_idct16x16_256_add_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 247 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride);
248 #define vpx_idct16x16_256_add vpx_idct16x16_256_add_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 247 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride);
248 #define vpx_idct16x16_256_add vpx_idct16x16_256_add_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 247 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride);
248 #define vpx_idct16x16_256_add vpx_idct16x16_256_add_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 263 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 295 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 295 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 293 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 293 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 316 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 318 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 719 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, function
    [all...]

Completed in 390 milliseconds