HomeSort by relevance Sort by last modified time
    Searched refs:vp9_fdct32x32_c (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/test/
dct32x32_test.cc 153 vp9_fdct32x32_c(input_block, output_ref_block, stride);
191 vp9_fdct32x32_c(input_extreme_block, output_ref_block, stride);
249 make_tuple(&vp9_fdct32x32_c, &vp9_idct32x32_1024_add_c, 0),
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 1317 void vp9_fdct32x32_c(const int16_t *input, int16_t *out, int stride) { function
    [all...]

Completed in 3541 milliseconds