Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dfdct4x4_test.cc44 vp9_fdct4x4_c(in, out, stride); in fdct4x4_ref()
280 make_tuple(&vp9_fdct4x4_c, &vp9_idct4x4_16_add_c, 0)));
293 make_tuple(&vp9_fdct4x4_c,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c46 void vp9_fdct4x4_c(const int16_t *input, int16_t *output, int stride) { in vp9_fdct4x4_c() function
161 vp9_fdct4x4_c(input, output, stride); in vp9_fht4x4_c()