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

  /external/libvpx/libvpx/test/
partial_idct_test.cc 471 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>,
473 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>,
622 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>,
624 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>,
    [all...]
dct_test.cc 54 vpx_fdct4x4_c(i, o, i_stride);
435 make_tuple(&vpx_fdct4x4_c, &vpx_idct4x4_16_add_c, 4, 0, VPX_BITS_8)));
445 make_tuple(&vpx_fdct4x4_c, &vpx_idct4x4_16_add_c, 4, 0, VPX_BITS_8)));
558 ::testing::Values(make_tuple(&vpx_fdct4x4_c,
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 15 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride) { function
772 vpx_fdct4x4_c(input, output, stride);
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 533 vpx_fdct4x4_c(input, output, stride);
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 198 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
199 #define vpx_fdct4x4 vpx_fdct4x4_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 198 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
199 #define vpx_fdct4x4 vpx_fdct4x4_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 198 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
199 #define vpx_fdct4x4 vpx_fdct4x4_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 209 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
210 #define vpx_fdct4x4 vpx_fdct4x4_c
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 224 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
225 #define vpx_fdct4x4 vpx_fdct4x4_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 198 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
199 #define vpx_fdct4x4 vpx_fdct4x4_c
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 224 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
225 #define vpx_fdct4x4 vpx_fdct4x4_c
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 238 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 238 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 252 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 252 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]

Completed in 582 milliseconds