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

  /external/libvpx/vp8/encoder/
block.h 117 void (*vp8_short_fdct4x4)(short *input, short *output, int pitch); member in struct:__anon8477
encodeintra.c 39 x->vp8_short_fdct4x4(be->src_diff, be->coeff, 32);
ethreading.c 305 z->vp8_short_fdct4x4 = x->vp8_short_fdct4x4;
rdopt.c 634 x->vp8_short_fdct4x4(be->src_diff, be->coeff, 32);
990 x->vp8_short_fdct4x4(be->src_diff, be->coeff, 32);
    [all...]
onyx_if.c 145 extern void (*vp8_short_fdct4x4)(short *input, short *output, int pitch);
    [all...]
  /external/libvpx/vp8/encoder/ppc/
csystemdependent.c 40 void (*vp8_short_fdct4x4)(short *input, short *output, int pitch); variable
132 vp8_short_fdct4x4 = vp8_short_fdct4x4_ppc;

Completed in 41 milliseconds