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

  /external/libvpx/libvpx/vp8/encoder/
block.h 162 void (*short_fdct8x4)(short *input, short *output, int pitch); member in struct:macroblock
encodemb.c 76 x->short_fdct8x4(&x->block[i].src_diff[0],
88 x->short_fdct8x4(&x->block[i].src_diff[0],
108 x->short_fdct8x4(&x->block[i].src_diff[0],
118 x->short_fdct8x4(&x->block[i].src_diff[0],
136 x->short_fdct8x4(&x->block[i].src_diff[0],
ethreading.c 348 z->short_fdct8x4 = x->short_fdct8x4;
rdopt.c 594 mb->short_fdct8x4(beptr->src_diff, beptr->coeff, 32);
    [all...]
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 159 void (*short_fdct8x4)(short *input, short *output, int pitch); member in struct:macroblock
encodemb.c 124 x->short_fdct8x4(&x->block[i].src_diff[0],
136 x->short_fdct8x4(&x->block[i].src_diff[0],
156 x->short_fdct8x4(&x->block[i].src_diff[0],
166 x->short_fdct8x4(&x->block[i].src_diff[0],
184 x->short_fdct8x4(&x->block[i].src_diff[0],
ethreading.c 331 z->short_fdct8x4 = x->short_fdct8x4;
rdopt.c 593 mb->short_fdct8x4(beptr->src_diff, beptr->coeff, 32);
    [all...]
onyx_if.c     [all...]

Completed in 291 milliseconds