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

  /external/libvpx/libvpx/test/
partial_idct_test.cc 463 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>,
464 &wrapper<vpx_idct4x4_16_add_c>, TX_4X4, 16, 8, 1),
465 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>,
612 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>,
    [all...]
fdct4x4_test.cc 393 make_tuple(&vpx_fdct4x4_c, &vpx_idct4x4_16_add_c, 0, VPX_BITS_8)));
397 &vpx_idct4x4_16_add_c, 0,
487 make_tuple(&vpx_fdct4x4_sse2, &vpx_idct4x4_16_add_c, 0, VPX_BITS_8)));
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 265 void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
266 #define vpx_idct4x4_16_add vpx_idct4x4_16_add_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 265 void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
266 #define vpx_idct4x4_16_add vpx_idct4x4_16_add_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 265 void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
266 #define vpx_idct4x4_16_add vpx_idct4x4_16_add_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 265 void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
266 #define vpx_idct4x4_16_add vpx_idct4x4_16_add_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 287 void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 319 void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 319 void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 317 void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 317 void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 343 void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 345 void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 153 void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride) { function
    [all...]

Completed in 51 milliseconds