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

  /external/libvpx/libvpx/test/
fdct4x4_test.cc 433 make_tuple(&vp9_fwht4x4_c, &vpx_iwht4x4_16_add_c, 0, VPX_BITS_8)));
437 &vpx_iwht4x4_16_add_c, 0,
461 make_tuple(&vp9_fwht4x4_sse2, &vpx_iwht4x4_16_add_c, 0, VPX_BITS_8),
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 286 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
287 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 286 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
287 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 286 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
287 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 286 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
287 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 313 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
314 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 347 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
348 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 347 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
348 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 345 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 345 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 373 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 375 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 18 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride) { function
    [all...]

Completed in 108 milliseconds