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

  /external/libvpx/libvpx/test/
partial_idct_test.cc 465 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>,
467 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>,
469 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>,
616 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>,
618 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_12_add_c>,
620 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_1_add_c>,
    [all...]
dct_test.cc 56 vpx_fdct8x8_c(i, o, i_stride);
432 make_tuple(&vpx_fdct8x8_c, &vpx_idct8x8_64_add_c, 8, 0, VPX_BITS_8),
444 make_tuple(&vpx_fdct8x8_c, &vpx_idct8x8_64_add_c, 8, 0, VPX_BITS_8),
499 make_tuple(&vpx_fdct8x8_c, &vpx_idct8x8_64_add_sse2, 8, 0,
fdct8x8_test.cc 82 vpx_fdct8x8_c(in, out, stride);
637 make_tuple(&vpx_fdct8x8_c, &vpx_idct8x8_64_add_c, 0, VPX_BITS_8),
642 ::testing::Values(make_tuple(&vpx_fdct8x8_c,
762 ::testing::Values(make_tuple(&vpx_fdct8x8_c,
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 90 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *final_output, int stride) { function
777 vpx_fdct8x8_c(input, final_output, stride);
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 663 vpx_fdct8x8_c(input, output, stride);
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 204 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
205 #define vpx_fdct8x8 vpx_fdct8x8_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 204 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
205 #define vpx_fdct8x8 vpx_fdct8x8_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 204 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
205 #define vpx_fdct8x8 vpx_fdct8x8_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 215 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
216 #define vpx_fdct8x8 vpx_fdct8x8_c
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 230 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
231 #define vpx_fdct8x8 vpx_fdct8x8_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 204 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
205 #define vpx_fdct8x8 vpx_fdct8x8_c
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 230 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
231 #define vpx_fdct8x8 vpx_fdct8x8_c
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 246 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 246 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 260 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 260 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
    [all...]

Completed in 80 milliseconds