Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddct32x32_test.cc152 vp9_fdct32x32_c(input_block, output_ref_block, stride); in TEST_P()
190 vp9_fdct32x32_c(input_extreme_block, output_ref_block, stride); in TEST_P()
248 make_tuple(&vp9_fdct32x32_c, &vp9_idct32x32_1024_add_c, 0),
255 make_tuple(&vp9_fdct32x32_c,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c1332 void vp9_fdct32x32_c(const int16_t *input, int16_t *out, int stride) { in vp9_fdct32x32_c() function