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

  /external/libvpx/libvpx/test/
dct16x16_test.cc 504 make_tuple(&vp9_short_fht16x16_c, &vp9_iht16x16_256_add_c, 0),
505 make_tuple(&vp9_short_fht16x16_c, &vp9_iht16x16_256_add_c, 1),
506 make_tuple(&vp9_short_fht16x16_c, &vp9_iht16x16_256_add_c, 2),
507 make_tuple(&vp9_short_fht16x16_c, &vp9_iht16x16_256_add_c, 3)));
  /external/libvpx/armv7a/
vp9_rtcd.h 273 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
274 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
  /external/libvpx/armv7a-neon/
vp9_rtcd.h 299 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
300 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
  /external/libvpx/generic/
vp9_rtcd.h 273 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
274 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
  /external/libvpx/mips/
vp9_rtcd.h 273 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
274 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
  /external/libvpx/mips-dspr2/
vp9_rtcd.h 308 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 816 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *dest, int stride, function
    [all...]

Completed in 118 milliseconds