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

  /external/libvpx/libvpx/test/
dct32x32_test.cc 306 make_tuple(&vpx_fdct32x32_rd_c, &vpx_idct32x32_1024_add_c, 1,
313 make_tuple(&vpx_fdct32x32_rd_c, &vpx_idct32x32_1024_add_c,
374 make_tuple(&vpx_fdct32x32_rd_c,
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 735 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *out, int stride) { function
801 vpx_fdct32x32_rd_c(input, out, stride);
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 195 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
196 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 195 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
196 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 195 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
196 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 206 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
207 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 221 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
222 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 195 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
196 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 221 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
222 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
fdct32x32_neon.c 30 vpx_fdct32x32_rd_c(input, output, stride);
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 234 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 234 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 248 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 248 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]

Completed in 3037 milliseconds