Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dfdct4x4_test.cc48 vp9_fht4x4_c(in, out, stride, tx_type); in fht4x4_ref()
284 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 0),
285 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 1),
286 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 2),
287 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 3)));
298 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 0),
299 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 1),
300 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 2),
301 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 3)));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c158 void vp9_fht4x4_c(const int16_t *input, int16_t *output, in vp9_fht4x4_c() function