Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dfdct8x8_test.cc43 vp9_fdct8x8_c(in, out, stride); in fdct8x8_ref()
307 make_tuple(&vp9_fdct8x8_c, &vp9_idct8x8_64_add_c, 0)));
320 make_tuple(&vp9_fdct8x8_c, &vp9_idct8x8_64_add_neon, 0)));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c243 void vp9_fdct8x8_c(const int16_t *input, int16_t *final_output, int stride) { in vp9_fdct8x8_c() function
573 vp9_fdct8x8_c(input, output, stride); in vp9_fht8x8_c()