Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddct16x16_test.cc272 vp9_fdct16x16_c(in, out, stride); in fdct16x16_ref()
506 make_tuple(&vp9_fdct16x16_c, &vp9_idct16x16_256_add_c, 0)));
519 make_tuple(&vp9_fdct16x16_c,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c314 void vp9_fdct16x16_c(const int16_t *input, int16_t *output, int stride) { in vp9_fdct16x16_c() function
970 vp9_fdct16x16_c(input, output, stride); in vp9_fht16x16_c()