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

  /external/libvpx/libvpx/test/
dct_partial_test.cc 113 make_tuple(&vpx_fdct16x16_1_c, 16, VPX_BITS_8),
122 make_tuple(&vpx_fdct16x16_1_c, 16, VPX_BITS_8),
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 363 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride) { function
792 vpx_fdct16x16_1_c(input, output, stride);
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 186 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
187 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 186 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
187 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 186 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
187 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 197 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
198 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 212 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
213 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 186 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
187 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 212 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
213 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 222 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 222 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 236 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 236 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]

Completed in 269 milliseconds