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

  /external/libvpx/vp8/encoder/
block.h 118 void (*vp8_short_fdct8x4)(short *input, short *output, int pitch); member in struct:__anon8477
encodemb.c 124 x->vp8_short_fdct8x4(&x->block[i].src_diff[0],
136 x->vp8_short_fdct8x4(&x->block[i].src_diff[0],
156 x->vp8_short_fdct8x4(&x->block[i].src_diff[0],
166 x->vp8_short_fdct8x4(&x->block[i].src_diff[0],
184 x->vp8_short_fdct8x4(&x->block[i].src_diff[0],
ethreading.c 306 z->vp8_short_fdct8x4 = x->vp8_short_fdct8x4;
onyx_if.c 146 extern void (*vp8_short_fdct8x4)(short *input, short *output, int pitch);
    [all...]
rdopt.c 560 mb->vp8_short_fdct8x4(beptr->src_diff, beptr->coeff, 32);
    [all...]
  /external/libvpx/vp8/encoder/ppc/
csystemdependent.c 41 void (*vp8_short_fdct8x4)(short *input, short *output, int pitch); variable
133 vp8_short_fdct8x4 = vp8_short_fdct8x4_ppc;

Completed in 43 milliseconds