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

  /external/libvpx/libvpx/test/
partial_idct_test.cc 448 &wrapper<vpx_idct32x32_1_add_c>, TX_32X32, 1, 8, 1),
596 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1_add_c>,
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 259 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
260 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 259 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
260 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 259 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
260 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 259 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
260 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 279 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 311 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 311 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 309 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 309 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 334 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 336 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 1259 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride) { function
    [all...]

Completed in 52 milliseconds