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

  /external/libvpx/libvpx/test/
dct_partial_test.cc 110 make_tuple(&vpx_fdct32x32_1_c, 32, VPX_BITS_8),
121 ::testing::Values(make_tuple(&vpx_fdct32x32_1_c, 32, VPX_BITS_8),
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 760 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride) { function
806 vpx_fdct32x32_1_c(input, out, stride);
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 192 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride);
193 #define vpx_fdct32x32_1 vpx_fdct32x32_1_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 192 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride);
193 #define vpx_fdct32x32_1 vpx_fdct32x32_1_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 192 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride);
193 #define vpx_fdct32x32_1 vpx_fdct32x32_1_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 203 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride);
204 #define vpx_fdct32x32_1 vpx_fdct32x32_1_c
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 218 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride);
219 #define vpx_fdct32x32_1 vpx_fdct32x32_1_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 192 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride);
193 #define vpx_fdct32x32_1 vpx_fdct32x32_1_c
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 218 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride);
219 #define vpx_fdct32x32_1 vpx_fdct32x32_1_c
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 230 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 230 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 244 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 244 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]

Completed in 583 milliseconds