Searched refs:vp9_fdct8x8_c (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | fdct8x8_test.cc | 43 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/ |
D | vp9_dct.c | 243 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()
|