Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dfdct8x8_test.cc47 vp9_fht8x8_c(in, out, stride, tx_type); in fht8x8_ref()
311 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0),
312 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1),
313 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2),
314 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3)));
324 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 0),
325 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 1),
326 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 2),
327 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 3)));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c570 void vp9_fht8x8_c(const int16_t *input, int16_t *output, in vp9_fht8x8_c() function