Home
last modified time | relevance | path

Searched refs:vp9_fht16x16_c (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddct16x16_test.cc276 vp9_fht16x16_c(in, out, stride, tx_type); in fht16x16_ref()
510 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 0),
511 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 1),
512 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2),
513 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3)));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c967 void vp9_fht16x16_c(const int16_t *input, int16_t *output, in vp9_fht16x16_c() function